/*!
Theme Name: AE Touch
Theme URI: https://jrocadesign.com/
Author: Jason Rogers
Author URI: https://jrocadesign.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ae-touch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AE Touch is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* --------------------------------------------- HEADER --------------------------------------------- */

.container-fluid.header-area {
    height: 160px;
    background: #05366D;
    padding: 0px;
    margin: 0px;
}

.container-fluid.blue-back {
    background: #05366D;
	color: white;
}

.container-fluid.white-back {
    background: #fff;
    height: 120px;
	border-bottom: 1px solid #05366D;
}

.blue{
	color: #05366D;
}

.blue-back{
	background: #05366D;
}

.white{
	color: #fff;
}

.white-back{
	background: #fff;
}

.red{
	color: #970000;
}

.red-back{
	background: #970000;
}
.motto-area.white {
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

img.icon-header {
    width: 20px;
}
.top-font {
    font-size: 18px;
    font-weight: 700;
}

a.top-font.white {
    text-decoration: none;
    color: white;
}

img.custom-logo {
    height: 100px;
    width: 100%;
}

.d-flex.logo-menu-area {
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.p-2.flex-grow-1 {
    padding: 0px !important;
    margin: 0px;
}

/* --------------------------------------------- FOOTER --------------------------------------------- */

.container-fluid.blue-back-footer {
    background: #05366D;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    color: white;
}

.container-fluid.blue-back-jroc {
    position: absolute;
    background: #222;
    padding: 0px;
    margin: 0px;
    background: #05366D;
    border-top: .5px solid #fff;
}

.row.jroc-row {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

a.jroc-link {
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

h4.footer-callout {
    color: white;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
	font-size: 1.25rem;
}

wwh4.footer-callout::after {
	border-bottom: 10px solid #970000;
	content: "";
}

h4.footer-motto {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: right;
}

.row.footer-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

img.footer-logo {
    width: 150px;
	margin-top: 30px;
}

.no-padding{
	padding:0px;
}

.footer-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.bar {
    /* border: 10px solid #970000; */
    width: 40%;
	background: #970000;
	height: 5px;
	display:block;
	margin: 15px 0px;
}

a.foot-font.white {
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
	transition: all 0.75s ease;
	opacity: 1;
}

a.foot-font.white:hover {
	opacity: .5;
}

.footer-text-area {
    display: flex;
    justify-content: space-evenly;
    align-items: normal;
	width: 50%;
}

.foot-1, .foot-2{
	width: 50%;
}

a.footer-address {
	color: white;
	opacity: 1;
	font-weight: 700;
	transition: all 0.75s ease;
	text-decoration: none;
	font-size: 1.25rem;
}

a.footer-address :hover{
	opacity: .5;
}

.foot-2 p {
    color: white;
    font-size: 1.25rem;
}

/* --------------------------------------------- HOME PAGE --------------------------------------------- */

.container-fluid.cta-container {
    padding: 0px;
}

.cta-area {
    width: 100%;
    background: url(/wp-content/uploads/2025/03/cta.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 933px;
    margin: 0px;
    padding: 0px;
}

.cta-area-dark {
    background: rgba(0, 0, 0, .7);
    height: 933px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    padding: 0px 20%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0;
    right: 0;
}

.cta-area-dark h1{
	color: white;
	color: white !important;
    font-size: 80px !important;
    font-weight: 700 !important;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding: 0px;
	font-style: italic;
	text-align: left;
}

.h1-under {
    font-family: 'Marcellus', serif;
    font-family: 'Playball', cursive;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 24px;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding: 0px;
    line-height: 1.5;
    text-align: left;
    width: 40%;
}

.container.cta-area-text a.btn.btn-danger.btn-block{
	width: 300px;
	margin-top: 30px;
}

.container.cta-area-text {
    text-align: left;
}

.container.cta-area-text-bottom p {
    color: white;
    padding-top: 50px;
    font-size: 1.5rem;
    text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Francois+One&display=swap');

.francois-one-regular {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h2.headline-text {
    text-align: center;
    color: #05366D;
    padding: 25px 0px;
    font-size: 1.75rem;
	font-family: "DM Serif Text", serif;
	font-family: "Francois One", sans-serif;
	font-weight: 700;
}

h2.headline-text.red {
    padding: 0px;
}

h2.headline-text-pricing {
    text-align: center;
    color: #05366D;
    padding: 25px 0px;
    font-size: 1.75rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}

.pricing-top-section {
    display: flex;
    align-items: center;
}
.page-id-94 h2.headline-text {
    text-align: left;
    color: #05366D;
    padding: 0px 0px;
    font-size: 1.75rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}

h3.contact-h3 {
    color: #970000;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

p.contact-p {
    line-height: 1.2;
    padding: 10px 0px;
}

p.contact-p:after {
    border-bottom: 1px solid red;
}

.address-row {
    margin: 0px;
	margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.phone-row {
    margin: 0px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

a.contact-address-link, a.contact-phone-link {
    color: #970000;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 25px 0px;
    padding: 0px;
    text-decoration: none;
	opacity: 1;
	transition: all 0.75s ease;
}

a.contact-address-link:hover, a.contact-phone-link:hover {
    color: #970000;
    text-decoration: none;
	opacity: .5;
}

span.fas.fa-map-signs.mega-menu-link {
    font-size: 2.5rem;
	margin:0px;
	padding:0px;
    margin-right: 20px;
}

span.genericon-phone.mega-menu-link {
	font-size: 2.5rem;
	margin:0px;
	padding:0px;
    margin-right: 20px;
}

span.fas.fa-map-signs.mega-menu-link[class^='fas']:before{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #970000;
	color: #05366D;
}

a.genericon-phone.mega-menu-link.contact-phone-link[class^='genericon']:before {
    font-family: genericons;
	color: #970000;
	color: #05366D;
	font-size: 1.5rem;
}

a.contact-address-link[class^='fas']:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #970000;
	color: #05366D;
}

span.genericon-phone.mega-menu-link[class^='genericon']:before{
	font-family: genericons;
	color: #970000;
	color: #05366D;
	font-size: 2rem;
}

.container-fluid.section-1 {
    padding: 50px 0px 100px;
    background: white;
}

input#nf-field-34 {
    background: #970000;
    color: white;
    width: 100%;
    height: 50px;
    transition: all 0.75s ease;
}

input#nf-field-34:hover {
    background: #05366D;
    color: #970000;
    width: 100%;
    height: 50px;
    border: 1px solid #05366D;
    color: white;
}

.title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 50px;
}

span.bars {
    width: 200px;
    height: 5px;
    background: #05366D;
}

.container-fluid.section-2 {
    background: url(/wp-content/uploads/2025/03/bg-cameras-2023-3.webp);
    width: 100%;
    height: 575px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    background-position: center;
    margin: 25px 0px;
	border-top: 1px solid #05366D;
    border-bottom: 1px solid #05366D;
}

img.verkada-logo {
    width: 100%;
    margin-bottom: 30px;
}

h3.verkada-h3 {
    font-size: 2.5rem;
}

.container.section-2-text-area {
    padding: 0px;
    width: 350px;
    text-align: center;
    left: 300px;
    position: absolute;
}

.product-page-btn-area {
    width: 50%;
    margin-top: 50px;
}

nav.navigation.post-navigation {
 /*   background: #05366D;
 background: linear-gradient(90deg, rgba(5, 54, 109, 1) 0%, rgba(87, 199, 133, 0) 70%, rgba(237, 221, 83, 0) 100%); */
    padding: 5px;
	border-top: 1px dotted #05366D;
	border-bottom: 1px dotted #05366D;
    color: white;
    margin-bottom: 50px;
}

span.nav-title, span.nav-subtitle{
	color: #05366D;
}

.nav-previous a {
    text-decoration: none;
    font-weight: 500;
}

a.btn.btn-danger.btn-block.small {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 300px;
}

a.btn.btn-danger.btn-block.reverse {
    background: white;
    color: #970000;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 300px;
	border-radius: 2px;
}

a.btn.btn-danger.btn-block.reverse:hover {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 300px;
	border-radius: 2px;
}

button.btn.btn-danger.btn-block.reverse {
    background: white;
    color: #970000;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 35%;
	border-radius: 2px;
	height: 60px;
	font-size: 1.25rem;
}

button.btn.btn-danger.btn-block.reverse:hover {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 35%;
	border-radius: 2px;
	height: 60px;
	font-size: 1.25rem;
}


.page-id-286 button.btn.btn-danger.btn-block.reverse {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 60%;
    border-radius: 2px;
    height: 60px;
    font-size: 1.25rem;
    margin-top: 40px;
}

.page-id-286 button.btn.btn-danger.btn-block.reverse:hover {
    background: white;
    color: #970000;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
	font-size: 1.1rem;
}

.nf-form-layout {
    color: darkslategray;
}

h3#exampleModalLabel {
    color: #05366D;
}

input#nf-field-16 {
    background: #970000;
	border: 1px solid #970000;
    color: white;
    width: 100%;
    height: 50px;
    transition: all 0.75s ease;
	font-weight:700;
}

input#nf-field-16:hover {
    background: white;
    color: #970000;
    width: 100%;
    height: 50px;
    transition: all 0.75s ease;
}

.section-5-text-box button.btn.btn-danger.btn-block.reverse{
	width: 45%;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}



input#nf-field-5, input#nf-field-6, select#nf-field-9, input#nf-field-5_1, input#nf-field-6_1, select#nf-field-9_1 {
    width: 100%;
    height: 50px;
    background: whitesmoke;
	color: #05366D;
	border: 1px solid #05366D;
}

input#nf-field-8, input#nf-field-8_1{
    background: #970000;
    color: white;
	width: 100%;
	height: 50px;
	transition: all 0.75s ease;
}


input#nf-field-8:hover {
    background: #05366D;
    color: #970000;
	width: 100%;
	height: 50px;
	border: 1px solid #05366D;
	color: white;
}

::placeholder {
  color: #05366D;
  opacity: 1; /* Firefox */
}

.form-bar-area .nf-form-fields-required {
    display: none;
}

.form-bar-area {
    margin-top: 50px;
}

.container-fluid.section-3 {
    padding: 100px 0px;
    background: white;
    padding-top: 50px;
}

ul.section-3-ul {
    list-style: none;
    padding: 0px;
    color: #1477A9;
    /* columns: 2; */
    /* display: flex; */
    padding-top: 50px;
    /* justify-content: center; */
}

li.section-3-li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 40px;
    float: left;
}

img.icon-section-3 {
    width: 20%;
}

a.text-link {
    text-decoration: none;
	color: #1477A9;
	padding: 10px 0px;
	transition: all 0.75s ease;
}

a.text-link:hover {
    text-decoration: none;
	color: #05366D;
	padding: 10px 0px;
}

.section-3-li p {
    /* color: #1477A9; */
}

.section-4-image-area {
    background: url(/wp-content/uploads/2025/03/learning.webp);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-4-bar-right {
    background: #05366D;
    height: 5px;
    width: 40%;
    margin: 20px 0px;
    float: left;
}

.section-4-bar-left {
    background: #05366D;
    height: 5px;
    width: 40%;
    margin: 20px 0px;
    left: 60%;
    position: relative;
    margin-bottom: 50px;
}

.section-4-bar-right-link {
    float: right;
    margin-right: 20%;
}

.container-fluid.section-5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 25px 0px;
    padding: 0px;
    margin-top: 0px;
}

.section-5-box {
    display: flex;
    align-items: center;
    background: #05366D;
    color: white;
}

.section-5-text-box {
    width: 60%;
    padding: 0px 75px;
}

.section-5-text-box p{
    color: white;
}

.section-5-img-box {
    width: 40%;
    height: 600px;
}

.section-5-text-box h3 {
    font-weight: 700;
    padding-bottom: 20px;
}

img.section-5-img {
    width: 100%;
    height: 600px;
}

h3.blue-h3 {
    text-align: center;
    color: #05366D;
    padding: 20px 0px;
    font-size: 2.25rem;
    font-weight: 700;
}

li.pricing-ul-title {
    list-style: none;
    font-weight: 700;
	padding-top:0px;
}

li.pricing-ul-title:nth-child(4) {
    padding-top:15px;
}

li {
    font-size: 1.1rem;
    padding: 5px 0px;
}
/* PRICING PAGE
.page-id-1362 li {
    font-size: 1.1rem;
    padding: 5px 0px;
}
*/
/* ---------------- SECTION 5B ---------------- */
.container-fluid.section-5b {
    width: 100%;
	padding: 100px 0px;
}

.section-5b-box {
    display: flex;
    background: white;
    color: #05366D;
}

.section-5b-left {
    width: 60%;
	padding-right: 50px;
}

.section-5b-right {
    width: 40%;
	text-align: center;
}

ul.section-5b-ul {
    padding-left: 0px;
    margin: 0px;
    padding: 30px 0px;
	padding-top: 0px;
}

li.section-5b-li {
    list-style: none;
    padding: 10px 0px;
    font-size: 1.25rem;
}

img.section-5b-img {
    width: 100%;
    margin-bottom: 20px;
}

h3.section-5b-h3 {
    text-align: center;
	padding-bottom: 50px;
}

.section-5b-box2 {
    background: white;
    color: #05366D;
    text-align: center;
    padding: 0px 60px;
}

.section-5b-rows {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    margin: 100px 0px;
    border: 1px solid #05366D;
    border-radius: 4px;
}

.section-5b-rows-left, .section-5b-rows-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img.icons-img {
    width: 100px;
}

.section-5b-rows-text-area {
    padding: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
}

.section-5b-rows-text-area p {
    font-size: 1.25rem;
}

/* ---------------- SECTION 6 ---------------- */

p.section-6-text {
    color: #05366D;
    padding: 0px 100px;
    text-align: justify;
}

.container-fluid.section-6 {
    background: white;
    padding: 100px 0px;
}

.box-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	background: url(/wp-content/uploads/2025/03/blue-line.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.box-gray {
    background: #EDEDED;
    padding: 20px;
    color: #05366D;
    text-align: center;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 8; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 20px;
}

.gray-box-inner {
    text-align: center;
    padding: 20px;
    width: 33%;
}

.gray-box-inner h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
	color: #05366D;
}

/* .container.gray-box-area {
    background: url(/wp-content/uploads/2025/03/blue-line.webp);
    background-repeat: no-repeat;
    background-position: center;
} */

.section-7-back {
    background: url(https://ae-touch.jrocadesign.com/wp-content/uploads/2025/03/church.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	background-attachment: fixed;
	height: 100vh;
    height: 900px;
    color: white;
}

.container-fluid.section-7 {
    padding: 0px;
}

.overlay {
    background: rgba(5, 54, 109, .8);
    width: 100%;
    height: 100%;
}

.overlay-white {
    background: rgba(255, 255, 255, .825);
	background: rgba(255, 255, 255, .9);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.container.section-11-container p:nth-child(3) {
    margin: 20px 0px 50px;
}


.container.section-7-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
	height: 100%;
	padding: 0px 75px;
}

.container.section-7-container p {
    font-size: 1.75rem;
    text-align: center;
    color: white;
}
.container.section-7-container a.btn.btn-danger.btn-block.reverse {
    background: white;
    color: #970000;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 35%;
    border-radius: 2px;
    margin-top: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.25rem;
}

.container.section-7-container a.btn.btn-danger.btn-block.reverse:hover {
	background: #970000;
	color: white;
}

.container-fluid.section-8 {
    padding: 25px 0px;
}

.row.section-8-row {
    width: 100%;
    padding: 50px 0px;
}

.section-8-boxes {
    text-align: center;
    padding: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
	width: 50% !important;
}

.section-8-box {
	background: white;
    border: 1px solid #ededed;
    padding: 0px;
    padding-bottom: 30px;
}

.section-8-boxes h3 {
    padding: 20px 0px;
    color: #05366D;
}

.section-8-box h4 {
    color: #05366D;
    padding: 15px 0px;
}

img.section-8-img {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #05366D;
}

.section-8-box p {
    padding: 0px 50px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 234px; */
}

.container-fluid.section-9 {
    padding: 25px 0px;
}

.section-9-area {
    display: flex;
    justify-content: center;
}

.section-9-text {
    width: 45%;
}

.section-img-area {
    width: 55%;
	height: 600px;
}

.section-9-img-area {
    background: url(/wp-content/uploads/2025/03/speaking.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55%;
}

.section-9-text p {
    padding: 0px 20%;
}

.section-9-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    padding: 0px;
    margin: 0px;
    width: 100%;
    padding: 20% 0px;
}

.section-9-text .section-4-bar-right {
    position: relative;
    top: 0;
    padding: 0px;
    margin: 0px;
}

.section-9-text .section-4-bar-left {
    position: relative;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
}

.container-fluid.section-10 {
    padding: 25px 0px;
}

p.testimonial-text {
    font-size: 1.5rem;
    text-align: center;
    padding: 0px 100px;
    color: #05366D;
}

.container.section-10-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

p.testimonial-text-ital {
    font-style: italic;
    font-weight: 700;
    color: #05366D;
    margin-bottom: 2rem;
}

.container.section-11-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-fluid.section-11 {
    background: url(/wp-content/uploads/2025/03/learning-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
	height: 800px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0px;
	border-bottom: 1px solid #05366D;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #272a2cd9;
    color: #3f4143;
    color: darkslategray;
}

.container.section-1-text-area p {
    padding: 0px 20%;
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
}

/* --------------------------------------------- PRODUCT PAGE --------------------------------------------- */

.product-boxes {
    border: .75px solid #1477A9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: whitesmoke;
    background: #F8F8F8;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #888888;
    box-shadow: 3px 3px 10px #cccccc;
    margin: 20px 0px;
    text-align: center;
    background: #F8F8F8;
    background: linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(248, 248, 248, 1) 100%);
    min-height: 600px;
}

.product-boxes p:nth-child(2){
	min-height: 500px;
}

h2.product-page-h2 {
    font-size: 1.75rem;
    line-height: 1;
    padding: 10px 0px;
	min-height: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-90 h2.product-page-h2 {
    font-size: 1.75rem;
    line-height: 1;
    padding: 10px 0px;
    min-height: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
}

h3.product-page-h3 {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0px 0px;
    color: #970000;
    padding: 30px 0px 20px;
}

a.btn.btn-danger.btn-block {
    background: #970000;
    color: white;
	border: 1px solid #970000;
	transition: all 0.75s ease;
	font-weight: 700;
}

a.btn.btn-danger.btn-block:hover {
    background: white;
    color: #970000;
	border: 1px solid #970000;
	font-weight: 700;
}

a.products-page-img {
	border-radius: 4px;
    opacity: 1;
	transition: all 0.75s ease;
	background: white;
	border: .75px solid #1477A9;
	box-shadow: 3px 3px 10px #cccccc;
}

a.products-page-img:hover {
    opacity: .5;
}

.container-fluid.section-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.container-fluid.red-back {
    margin: 0px;
    padding: 10px 0px;
}

.button-bar-area {
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}


/* --------------------------------------------- INTERIOR PAGES --------------------------------------------- */

.container-fluid.inner-padding {
    padding: 100px 0px;
}

.page-id-286 .container-fluid.inner-padding {
    padding: 100px 0px;
}

.container-fluid.inner-padding.interior-back {
    background: url(/wp-content/uploads/2025/04/interior.webp);
	background: url(/wp-content/uploads/2025/04/blue-background.webp);
	background: url(/wp-content/uploads/2025/04/blue-background2.webp);
	background: url(/wp-content/uploads/2025/04/blue-background3.webp);
	background: url(/wp-content/uploads/2025/04/blue-background4.webp);
	background: url(/wp-content/uploads/2025/04/background5.webp);
	background: url(/wp-content/uploads/2025/04/background6.webp);
	background: url(/wp-content/uploads/2025/04/background7.webp);
	background: url(/wp-content/uploads/2025/04/background8.webp);
	background: url(/wp-content/uploads/2025/04/background9.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.container.interior-container {
	background: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .7);
    /* padding: 50px 30px; */
    border-radius: 10px;
	border: 1px solid #05366D;
	box-shadow: 2px 2px 20px grey;
}

h2.h2-interior-headline {
    color: #970000;
    font-weight: 800;
    font-size: 1.75rem;
    line-height: 1;
	margin: 30px 0px;
}

span.sub-headline {
    font-size: 1.5em;
    font-weight: 800;
    color: #05366D;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}

.text-image-area {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px;
}

.headline-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 50%;
}


.headline-image-area {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img.interior-img {
    border-radius: 10px;
    /* padding-left: 20px; */
    box-shadow: 5px 5px 20px grey;
	width: 100%;
}

img.interior-imgg {
    border-radius: 10px;
    /* padding-left: 20px; */
    box-shadow: 5px 5px 20px grey;
    width: 49%;
    margin-top: 30px;
}

imgg.interior-imgg:nth-child(2), imgg.interior-imgg:nth-child(3) {
	width: 50%;
}

.headline-image-area-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
}

.headline-text-area p {
    color: #05366D;
    padding-right: 50px;
    line-height: 1.5;
}

h1.interior-h1 {
    color: #007ba9;
    color: #05366D;
    color: white;
    /* background: #05366D; */
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* text-decoration: overline; */
    margin-bottom: 10px;
    line-height: 1;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

h2.interior-h2-sub {
    text-align: center;
    color: #007ba9;
    color: #05366D;
    font-size: 1.75rem;
    margin-bottom: 10px;
    /* margin-top: 20px;
     border-top: 1px solid #05366D;
     * */
    border-bottom: 1px solid #05366D;
    line-height: 4;
}

.row.interior-title-row{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #05366D;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.row.interior-content-row {
    padding: 0px 50px;
    padding-bottom: 50px;
}

.page-id-320 .row.interior-content-row{
	/*
	background: url(/wp-content/uploads/2025/04/background7.webp);
	background: url(/wp-content/uploads/2025/04/background8.webp);
	background: url(/wp-content/uploads/2025/04/background9.webp);
	background: url(/wp-content/uploads/2025/04/background6.webp);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	*/
	background: white;
}

.testimonial-box {
    padding: 0px;
    border: 1px solid #970000;
    margin: 10px 0px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px grey;
	margin-top: 50px;
	background: rgba(211, 211, 211, .1);
	background: url(/wp-content/uploads/2025/04/background6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background: rgba(255,255,255, .6);
	background: white;
}

.testimonial-box:nth-child(1) {
    margin: 0px;
	margin-top: 50px;
}

blockquote {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-top: 20px;
    font-weight: 600;
    color: #970000;
    font-size: 1.1em;
    flex-direction: column;
    line-height: .75;
}

blockquote p:nth-child(1) {
    color: #970000;
	font-size: 1.2em;
	font-style: italic;
	padding: 0;
    padding-bottom: 50px 0px;
}

blockquote p:nth-child(1):before {
    content: '\268A';
	content: '-------\2609-------';
	content: '-------\2605\2605\2605\2605\2605-------';
	content: '______________';
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 20px;
	font-size:1rem;
	color: #ddd;
	font-style: normal;
}

blockquote p:nth-child(2) {
    color: #05366D;
	font-size: 1em;
	line-height: .5;
	padding: 0;
}

blockquote p:nth-child(3) {
    color: #05366D;
	font-size: 1em;
	line-height: .5;
	padding: 0;
    padding-bottom: 30px;
	text-align: center;
}

blockquote p:nth-child(3):after {
    content: '\268A';
	content: '____________________';
	content: '--------------------\2609--------------------';
	content: '--------------------\2605\2605\2605\2605\2605--------------------';
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
	font-size:1rem;
	color: #970000;
	color: #ddd;
}

.testimonial-box p.red {
    font-size: 1em;
    background: #970000;
    padding: 20px;
    width: 200px;
    border-top-left-radius: 10px;
	color: white;
	text-align: center;
}

.testimonial-box p {
    padding: 0px 50px;
}

.text-box-min {
    min-height: 100px;
	max-height: 100px;
	/* white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

a.jason {
    position: fixed;
    background: white;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    bottom: 0;
    height: 50px;
    font-size: 30px;
	color: #05366D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #05366D;
}

a.jason::before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #05366d;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
        background: #05366d;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        border-color: #fff;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

.contact-info-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
	padding: 100px 0px;
    padding-bottom: 0px;
}

.contact-text-row {
    width: 50%;
}

.contact-form-row {
    width: 50%;
    padding-left: 50px;
}

.anchor-row {
    padding: 0px;
    margin: 0px;
    right: 125px;
    position: relative;
    padding-left: -30px;
    margin-left: 0px;
    float: right;
}
/*
.page-id-92 .row.interior-content-row {
    padding: 0px;
    padding-bottom: 50px;
}
*/
.jobs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.job-box {
    width: 33%;
    border: 0px solid red;
    padding: 0;
    padding-bottom: 20px;
    box-shadow: 2px 2px 10px lightgray;
}

.job-box-img {
    background: url(/wp-content/uploads/2025/04/staff.webp);
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
    width: 100%;
    display: block;
    width: 100%;
}

.job-box-img2 {
    background: url(/wp-content/uploads/2025/04/warehouse.webp);
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
    width: 100%;
    display: block;
    width: 100%;
}

.job-box-img3 {
    background: url(/wp-content/uploads/2025/04/sales.webp);
    background-repeat: no-repeat;
    height: 300px;
    overflow: hidden;
    width: 100%;
    display: block;
    width: 100%;
	background-position: right;
}

.job-box h3 {
    color: #970000;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.job-box p {
    padding: 20px;
    text-align: center;
    padding-top: 0px;
    min-height: 170px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.job-box a.top-font {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #970000;
}

li.career-row-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
	height: 100px;
	color: #05366D;
}

ul.career-ul {
    padding: 20px;
    margin: 0px;
    list-style: none;
}

.page-id-286 .row.interior-content-row h2 {
    margin: 50px 0px;
	color: #970000;
	margin-bottom: 20px;
}

p.second-row {
    margin: 25px 0px;
    margin-bottom: 50px;
}

.second-row b {
    color: #05366D;
}

a.career-modal-link {
    background: #970000;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px;
	transition: all 0.75s ease;
	border: 1px solid #970000;
}

a.career-modal-link:hover {
    background: white;
    color: #970000;
	text-decoration: none;
}

.page-id-92 .modal-body {
    padding: 0px;
}

.career-row-modal p {
    line-height: 1;
    font-size: 1rem;
    padding-right: 10px;
}

input#nf-field-25, input#nf-field-26, input#nf-field-27, input#nf-field-28, input#nf-field-29, select#nf-field-30, select#nf-field-31, select#nf-field-32 {
    height: 40px;
}

img.about-icon {
    width: 30px;
    margin-right: 10px;
}

.nf-form-fields-required {
    /* display: none; */
    font-size: .75rem;
    padding-left: 8px;
    padding-bottom: 10px;
}

ul.product-ul {
    list-style: none;
    padding-left: 20px;
    margin: 0px;
    line-height: 2;
	columns: 2;
}

h1 b {
    color: #970000;
}

p.tagline {
    margin-top: 0px;
    padding-top: 0px;
    line-height: .5;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #05366D;
	font-weight: 500;
}

p.headline-top {
    color: #05366D;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    margin-top: 50px;
	padding-left: 30px;
}

p.headline {
    color: #05366D;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1;
    padding: 0px;
    /* margin-bottom: 30px; */
    text-align: center;
    padding: 50px;
}

a.btn.btn-danger {
    color: white;
    background: #970000;
    font-size: 1.25rem;
    font-weight: 700;
	border: 1px solid #970000;
	transition: all 0.75s ease;
	margin-right: 20px;
}

a.btn.btn-danger:hover {
	color: #970000;
    background: white;
}

.postid-495 h2{
visibility: hidden;
    position: relative;
}

.postid-495 h2:before {
    content: 'No Cost with Flat Panel Purchase';
	visibility: visible;
}

h3.red {
    text-transform: uppercase;
    font-weight: 700;
}

ul.product-ul-int{
	margin: 20px 0px;
	font-size: 1.25rem;
	font-size: 1.1rem;
	/* column-count: 2; */
}

li.product-li-int{
color: darkslategray;
    padding: 5px 10px;
	padding-left: 0px;
}

h3.int-h3 {
    color: blue;
    font-weight: 600;
    color: #970000;
    margin-top: 30px;
}

h2.int-h2-back {
    background: blue;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    background: #05366D;
    font-size: 1.75rem;
    margin-bottom: 30px;
}

h1.int-h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2rem;
	max-width: 25ch;
}

.even-box {
    background: #05366D;
	background: rgb(5,54,109, .3);
	padding: 20px 0px;
	color: white;
	color:  #05366D;
	background: rgba(0, 0, 0, .2);
	background: #E8E8E8;
}

.odd-box {
    background: rgb(5,54,109, .2);
	padding: 20px 0px;
	color:  #05366D;
	background: rgba(0, 0, 0, .1);
	background: #F5F5F5;
}

.solid-box {
    background: rgb(5,54,109, .2);
	padding: 20px 0px;
	color:  white;
	background: rgba(0, 0, 0, .1);
	background:#05366D;
}

.row .solid-box p {
    color: white;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.left-table-text p, .right-table-text p {
    color: white;
	color:  #05366D;
    margin: 0px;
    padding: 20px 0px;
    line-height: 1;
	text-align: center;
}

.row.even-box, .row.odd-box {
    padding: 0px;
}

.row.odd-box .right-table-text p, .row.odd-box .left-table-text p {
	color: #05366D;
}

.col-md-3.left-table-text {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gen-columns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.generations {
    border-right: 1px solid white;
    text-align: center;
    width: 33.33333%;
}

.gen-columns-col {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	flex-direction: column;
}

.generations-col {
    border-bottom: 1px solid white;
	border-top: 1px solid white;
    text-align: center;
    width: 100%;
}

.col-md-9.right-table-text {
    padding: 0px;
	border: 1px solid white;
}

h2.int-h2 {
    padding-top: 0px;
    /* padding-bottom: 20px; */
}

.row.top-half {
    border-bottom: .5px solid #05366D;
    /* padding-top: 30px; */
    padding-bottom: 50px;
}

.row.full-col {
    padding: 50px 50px;
    background: white;
    border: .5px solid #05366D;
    margin: 100px 0px;
	border-radius: 4px;
}

.row.full-col.dark {
    background: #F5F5F5;
	border-radius: 4px;
	background: #FFF;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	background: rgba(5, 54, 109, .004);
}

.image-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-heading img {
    margin-bottom: 30px;
}

.test-it {
  /*  border: 2px solid #05366D; */
}

.new-rows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
}

.left-box {
    width: 25%;
    background: gray;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    color: white;
}

.right-box {
    width: 75%;
    background: gray;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    color: white;
}

/*
 * <!-- VC Module -->
            <div class="row solid-box"><p>VC Module(OPTIONAL)</p></div>
            <div class="new-rows">
                <div class="left-box">1</div>
                <div class="right-box">2</div>
            </div>
            <div class="new-rows">
                <div class="left-box">3</div>
                <div class="right-box">4</div>
            </div>
*/

.acf-field.acf-field-group.acf-field-682b8ab9d62aa.jrog {
    background: green;
    color: white;
}

.row.four-box {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.four-box-imaggges {
    display: flex;
    flex-direction: column;
    width: 50% !important;
    justify-content: center;
    align-items: center;
}

.four-box-imagess img {
    width: 50%;
}

.acf-field.acf-field-group.acf-field-682b8ab9d62aa.even-row {
    background: gray;
    color: white;
    font-size: 1.25rem;
    font-weight: 400;
}

.center-text{
	text-align: center;
	padding: 15px 0px;
	font-weight: 500;
}

h2.int-h2-new {
    color: #05366D;
    text-align: center;
    padding: 20px 0px;
    padding-top: 0px;
}

h2.product-page-h3 {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0px 0px;
    color: #970000;
    padding: 30px 0px 20px;
}

.col-md-4.product-area {
    padding: 0px 20px;
    margin: 20px 0px;
}

.col-md-12.top-block {
    padding: 50px 75px;
    text-align: center;
    background: rgba(0, 0, 0, .05);
    border: .5px solid #05366D;
}

.page-id-230 .col-md-12.top-block {
    padding: 50px 75px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #05366D;
}

.postid-1294 .row.solid-box, .postid-1308 .row.solid-box, .postid-1320 .row.solid-box, .postid-1323 .row.solid-box, .postid-1327 .row.solid-box{
    display: none;
}

.training-area {
    margin: 0px;
    padding: 0px 50px;
	text-align: center;
}

.training-area a.text-link {
    text-decoration: none;
    color: #white;
    padding: 10px 0px;
    transition: all 0.75s ease;
    font-size: 1.75rem;
    font-weight: 600;
}


img.expert-logo {
    width: 300px;
}

img.expert-pricing-logo {
    width: 100%;
}

.pricing-text-area h2.headline-text-pricing {
    text-align: center;
    color: #05366D;
    padding: 25px 0px;
    font-size: 2.5rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}

.pricing-text-area {
    padding: 0px 50px 0px;
	text-align: center;
}

span.red-plus {
    color: #970000;
}

.pricing-text-area h3 {
    padding-bottom: 20px;
}

h2.headline-text.white{
color: white;
}

.postid-1336 .row.full-col.dark.main-features-box, .postid-1336 .main-display-area, .postid-1336 .main-ir-touch, .postid-1336 .main-dual-os, .postid-1336 .main-windows-os, .postid-1336  .main-input-output, .postid-1336 .main-windows-interface, .postid-1336 .main-accessories, .postid-1336 .main-others, .postid-1336 .main-floorstanding {
    display: none;
}

.row.main-pitch p {
    padding: 0px 10%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 30px;
    color: #05366D;
}

.container-fluid.section-3b {
    background: #05366D;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 40px 0px;
}

.container-fluid.section-3b {
    background: #970000;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 40px 0px;
}

p.blue-bar-text {
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 1.5rem;
    font-weight: 500;
}

.software-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	margin: 75px 0px;
}

.lesson-box {
	width: 33%;
    border: 1px solid #05366D;
    padding: 0px;
    border-radius: 4px;
	margin: 20px;
	margin-top: 0px;
	padding-bottom: 30px;
	box-shadow: 3px 3px 10px #cccccc;
}

.lesson-box p {
    height: 100px;
    padding: 0px 20px;
    text-align: center;
}

.lesson-box-bar {
    background: #05366D;
    color: white;
    text-align: center;
    padding: 5px 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 0px 0px 30px;
}

.software-area-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0px;
    padding: 0px !important;
    gap: 30px;
    width: 100%;
}

.lesson-box-new {
	width: 33%;
    text-align: center;
    border: 1px solid #05366D;
	background: white;
	padding: 0px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #cccccc;
}

.lesson-box-bar-txt {
    padding: 20px 30px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mimio-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mimio-section {
    margin: 50px 0px 75px;
}

img.software-img-hero {
    width: 60%;
}

.oktopus-area {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #05366D;
    border-radius: 4px;
    margin-bottom: 100px;
	margin-top: 100px;
    /* height: 200px; */
    padding: 50px 0px;
	background: white;
	box-shadow: 3px 3px 10px #cccccc;
}

.oktopus-text-section {
    width: 60%;
}

.oktopus-blurb-section {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 0px 50px;
}

img.key-icon {
    width: 100px;
	margin-bottom: 30px;
}

.oktopus-text-section h4.red {
    text-align: center;
}

.oktopus-text-section p {
    text-align: center;
	padding: 0px 30px;
}

.page-id-1362 h2.red:nth-child(1) {
    margin-top: 0px;
}

.line1 {
    background: #05366D;
	background: #970000;
    height: 5px;
    margin: 50px 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.links-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding: 20px 0px;
	background: #05366D;
	margin-bottom: 30px;
}

a.text-menu {
    text-decoration: none;
    font-weight: 500;
    color: white;
	background: #05366D;
	transition: all 0.75s ease;
	opacity: 1;
}

a.text-menu:hover {
    text-decoration: none;
    font-weight: 500;
    color: white;
	background: #05366D;
	transition: all 0.75s ease;
	opacity: .5;
}

.top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 40px; */
    width: 100%;
    padding: 8px 100px;
}



/* HERE */

.hidee {
    background: rgba(0, 0, 0, .25);
    background: #05366D;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0px 20px;
    height: 400px;
    padding-bottom: 20px;
    border-bottom: 0px solid red;
	margin-bottom: 20px;
}
		
.container-fluid.section-4-new {
    background: #05366D;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 50px 0px 150px;
    /* margin-bottom: 0px; */
    height: 900px;
    justify-content: center;
    /* align-items: center; */
    margin-bottom: 0px;
}
		
	#map path {
  fill: lightgray;
  stroke: black;
  stroke-width: 1;
}

#map path:hover {
  fill: purple;
  cursor: pointer;
}

#info-box {
  position: absolute;
  background-color: rgba(255,255,255, 0);
  border: 0px solid black;
  padding: 0px;
  display: none;
	color: white;
	flex-direction: column;
	z-index: 999;
}
		
		.row.map-row h2.headline-text.white {
    text-align: center;
    color: white;
    padding: 25px 0px;
    font-size: 2.5rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}
		
		h2.headline-text-white {
    text-align: center;
    color: white;
    padding: 50px 0px 20px;
    font-size: 2.5rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}
			/*	
		#Layer_1 path {
  
  stroke: black;
  stroke-width: 1;
}
*/
		
		path#USFL, path#USGA, path#USIL, path#USTX, path#USLA, path#USMO, path#USMS, path#USAL, path#USLA, path#USTN, path#USKY, path#USCO, path#USVA, path#USTN, path#USSC, path#USNC, path#USKS, path#USAR, path#USOK, path#USNM, path#USPR {
    fill: #970000;
}

				#US-AL:hover, #USAL:hover, #USAR:hover, #US-AR:hover, #US-CO:hover, #US-FL:hover, #USFL:hover, #US-GA:hover, #USGA:hover, #US-IL:hover, #USIL:hover, #US-KS:hover, #USKS:hover, #US-KY:hover, #USKY:hover, #US-LA:hover, #USLA:hover, #US-MS:hover, #USMS:hover, #US-MO:hover, #USMO:hover, #US-NM:hover, #USNM:hover, #US-NC:hover, #USNC:hover, #US-OK:hover, #USOK:hover, #US-PR:hover, #USPR:hover, #US-SC:hover, #USSC:hover, #US-TN:hover, #USTN:hover, #US-TX:hover, #USTX:hover, #US-VA:hover, #USVA:hover {
    color: white;
    fill: #05366D;
}
	
		
#Layer_1 path#USFL:hover {
  /* fill: yellowgreen; */
  cursor: pointer;
}	

		#Layer_1{
			/* width: 75%; */
			width: 100%;
		}
		
.mapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
		
	.holder {
    /* width: 25%;
		float: left;
		*/
}
		#info-box{
		width: 29%;
		}
		.map-row {
    color: white;
    padding: 20px;
    background: #05366D;
}
		
		
		.new-alabama-txt, .new-florida-txt, .new-georgia-txt, .new-illinois-txt, .new-south-carolina-txt, .new-north-carolina-txt, .new-texas-txt, .new-oklahoma-txt, .new-colorado-txt, .new-new-mexico-txt, .new-arkansas-txt, .new-kansas-txt, .new-missouri-txt, .new-virginia-txt, .new-kentucky-txt, .new-louisiana-txt, .new-tennessee-txt, .new-mississippi-txt, .new-pr-txt{
			width: 100%;
    /*position: absolute;
     overflow: hidden;
    max-width: 300px;
     * */
    background: white;
	background: #05366D;
		}
		
			h2.state {
        font-size: 1rem;
		line-height: 1;
			margin: 0;
			font-weight: 700;
			letter-spacing: 1px;
			text-transform: uppercase;
    }
		
		h2.new-state {
        font-size: 1.75rem;
		line-height: 1;
			margin: 0;
			font-weight: 700;
			letter-spacing: 1px;
			text-transform: uppercase;
			color: #05366D;
			color: white;
			padding: 10px 0px;
			
    }
		
		h3.txt-headline{
		color: #05366D;
		color: white;
		font-size: 1.25rem;
		}
		
		
		p.state-text{
			font-size: 1rem;
			margin: 0;
		}
		
		p.new-state-text{
			font-size: 1rem;
			margin: 0;
			background: rgba(0,0,0, 0);
			color: #05366D;
			color: white;
			padding: 10px 0px;
			/* border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px; */
		}

.map-text-box.holder {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-states-box {
    width: 60%;
}
		
		button.btn.btn-danger.btn-block.small {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 300px;
    padding: 10px 0px;
    text-transform: uppercase;
}
		button.btn.btn-danger.btn-block.small:hover{
		background: white;
    color: #970000;
    border: 1px solid #970000;
    font-weight: 700;
		}
		
		.states-text-headline-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    /* font-size: 1.75rem; */
}
		
		p.states-text-headline {
    color: white;
    font-weight: 500;
    text-align: center;
    width: 70%;
    font-size: 1.25rem;
}

.row.pro-row {
    border: 0px solid #1477A9;
}

.logo-menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-box {
    padding: 0px 100px;
	width: 100%;
	margin: 0px;
}

.section-5b-right h3 {
    max-width: 23ch;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mimio-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

img.software-img-hero {
    width: 60%;
}

.mimio {
    width: 40%;
}

/* ----------------------------------------- MEDIA QUIRIES ----------------------------------------- */

@media screen and (max-width: 1024px){
	
	.lesson-box {
    width: 33%;
    border: 1px solid #05366D;
    padding: 0px;
    border-radius: 4px;
    margin: 15px;
    margin-top: 0px;
    padding-bottom: 30px;
    box-shadow: 3px 3px 10px #cccccc;
}
	
	.lesson-box p {
    height: 150px;
    padding: 0px 20px;
    text-align: center;
}
	
	img.expert-pricing-logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	
	.pricing-top-section {
    display: block;
    align-items: center;
}
	
	li {
    font-size: 1.1rem;
    padding: 5px 0px;
    padding-right: 50px;
}
	
	.container-fluid.inner-padding {
    padding: 100px 0px;
    padding-top: 50px;
}
	
	a.contact-address-link, a.contact-phone-link {
    color: #970000;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 25px 0px;
    padding: 0px;
    text-decoration: none;
    opacity: 1;
    transition: all 0.75s ease;
}
	
	h4.footer-motto {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: right;
}
	
	span.sub-headline {
    font-size: 1.25em;
    font-weight: 800;
    color: #05366D;
    line-height: 1;
    margin: 0px;
    padding: 0px;
}
	
	h4.footer-callout {
    color: white;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    font-size: 1.15rem;
}
	
	a.foot-font.white {
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.75s ease;
    opacity: 1;
}
	
	a.footer-address {
    color: white;
    opacity: 1;
    font-weight: 700;
    transition: all 0.75s ease;
    text-decoration: none;
    font-size: 1.15rem;
}
	
	.text-image-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    flex-direction: column;
}
	
	.foot-2 p {
    color: white;
    font-size: 1.15rem;
}
	
	.headline-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
	
	.headline-image-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		margin-top: 30px;
}
	
	h2.interior-h2-sub {
    text-align: center;
    color: #007ba9;
    color: #05366D;
    font-size: 1.75rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #05366D;
    line-height: 1.5;
    padding-bottom: 30px;
}
	
	.cta-area-dark h1 {
    color: white;
    color: white !important;
    font-size: 80px !important;
    font-weight: 700 !important;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding: 0px;
    font-style: italic;
    text-align: center;
}
	
	.h1-under {
    font-family: 'Marcellus', serif;
    font-family: 'Playball', cursive;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 24px;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding: 0px;
    line-height: 1.5;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
	
	.container.cta-area-text-bottom {
    width: 80%;
    text-align: center;
}
	
	.container.cta-area-text {
    text-align: center;
    padding-bottom: 30px;
}
	
	p.blue-bar-text {
    color: white;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 1.25rem;
    font-weight: 500;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
	
    ul.section-3-ul {
        list-style: none;
        padding: 0px;
        color: #1477A9;
        display: flex;
        padding-top: 50px;
        flex-wrap: wrap;
        margin: 0px;
    }
	
	.section-5-text-box button.btn.btn-danger.btn-block.reverse {
    width: 100%;
}
	
	.container-fluid.red-back h2.headline-text {
    text-align: center;
    color: #05366D;
		color: white;
    padding: 0px 0px;
    font-size: 1.75rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
    margin: 0;
}

	.container-fluid.red-back {
    margin: 0px;
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	img.section-5-img{
    width: auto;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
}
	
	button.btn.btn-danger.btn-block.reverse {
    background: white;
    color: #970000;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 50%;
    border-radius: 2px;
    height: 60px;
    font-size: 1.25rem;
}
	
	.container.section-7-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		height: 100vh;
    height: 900px;
    padding: 0px 75px;
}
	
	.gray-box-inner h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    color: #05366D;
    min-height: 75px;
}
	
	.box-gray {
    background: #EDEDED;
    padding: 20px;
    color: #05366D;
    text-align: center;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 8; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    min-height: 500px;
}
	
	.container-fluid.section-6 {
    background: white;
    padding: 75px 0px;
}
	
	.container-fluid.section-5b {
    width: 100%;
    padding: 75px 0px;
		padding-bottom: 0px;
}
	
	.mapper {
    display: flex;
    flex-direction: column;
}
	
	.container-fluid.section-4-new {
    background: #05366D;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 50px 0px 150px;
    /* margin-bottom: 0px; */
    height: auto;
    justify-content: center;
    /* align-items: center; */
    margin-bottom: 0px;
}
	
	.map-text-box.holder {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	
	.hidee {
    background: rgba(0, 0, 0, .25);
    background: #05366D;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0px 20px;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 0px solid red;
    margin-bottom: 20px;
}
	.map-states-box {
    width: 90%;
    margin-top: 50px;
}
	
	#info-box {
    width: 80%;
    height: 400px;
}
	
	.page-id-1362 .col-md-12.top-block {
    padding: 50px 75px;
    text-align: center;
    background: rgba(0, 0, 0, .05);
    border: .5px solid #05366D;
    margin-bottom: 50px;
}
	
	.head-box {
    padding: 0px 75px;
    width: 100%;
    margin: 0px;
}
	
	.top-head {
    padding: 8px 75px;
}
	
	
}

@media screen and (max-width: 978px){
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {

    background: rgba(0,0,0, 0);

}
	
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #fff;
        background: transparent;
        color: #FFEB3B;
			color: white;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: center;
        color: #FFEB3B;
		color: white;
        font-size: 18px;
        text-transform: uppercase;
		border-top: 1px solid white;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 60px;
        height: 60px;
        padding: 0 10px;
        background: transparent;
        text-align: center;
        color: #FFEB3B;
		color: white;
        font-size: 18px;
        text-transform: uppercase;
		border-bottom: .5px solid white; 
    }
	
	
	
	
	
	
		#mega-menu-wrap-menu-1 #mega-menu-menu-1:nth-child(2) > li.mega-menu-item > a.mega-menu-link:nth-child(2) {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: center;
        color: #FFEB3B;
		color: white;
        font-size: 18px;
        text-transform: uppercase;
		border-bottom: .5px solid red; 
    }
	
	
	
	
	
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: '\f343';
        content: '';
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none;
    color: #FFEB3B;
		color: white;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom: 0px solid white; 
}
	
		#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #970000;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: rgba(255,255,255, 0);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
		text-transform: uppercase;
}
	
	.software-area-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0px;
    padding: 0px !important;
    gap: 20px;
    width: 100%;
}

.lesson-box-new {
	width: 33%;
    text-align: center;
    border: 1px solid #05366D;
	background: white;
	padding: 0px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #cccccc;
}

.lesson-box-bar-txt {
    padding: 20px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.head-box {
        padding: 0px 50px;
    }
	
	 .top-head {
        padding: 8px 50px;
    }
	
	.row.main-pitch p {
    padding: 0px;
}
	
	li.section-3-li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 30px;
    float: left;
}
	
	.section-5b-box {
    display: flex;
    background: white;
    color: #05366D;
    flex-direction: column-reverse;
}

	.section-5b-left {
    width: 100%;
    padding-right: 0px;
}
	
	.section-5b-right {
    width: 100%;
    text-align: center;
}

	.section-5b-rows-left, .section-5b-rows-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	
	.section-5b-rows {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    margin: 100px 0px;
    border: 1px solid #05366D;
    border-radius: 4px;
    flex-direction: column;
}

	.section-5b-rows-icon-area {
    margin-top: 30px;
}
	
	.section-5b-rows-text-area {
    padding: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    padding-top: 30px;
}
	
	.section-5b-rows-right hr {
    display: none;
}
	
	.container.section-3-text-area {
    width: 100%;
    max-width: 100%;
    padding: 0px 50px;
}
	
	.map-row {
    color: white;
    padding: 0px;
    background: #05366D;
}
	
	p.states-text-headline {
    color: white;
    font-weight: 500;
    text-align: center;
    width: 80%;
    font-size: 1.25rem;
}
	
	    .hidee {
        background: rgba(0, 0, 0, .25);
        background: #05366D;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0px 0px;
        height: auto;
        padding-bottom: 20px;
        border-bottom: 0px solid red;
        margin-bottom: 20px;
    }
	
	    .map-text-box.holder {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	
	    .hidee {
        background: rgba(0, 0, 0, .25);
        background: #05366D;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0px 0px;
        height: 300px;
        padding-bottom: 20px;
        border-bottom: 0px solid red;
        margin-bottom: 61px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
	
	#info-box {
        width: 80%;
        height: 300px;
    }
	
	.section-5b-left h3 {
    text-align: center;
}
	
	.section-5b-right h3 {
    max-width: 40ch;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	
	.section-5b-rows hr{
		display: none;
	}
	
	p.section-6-text {
    color: #05366D;
    padding: 0px 0px;
    text-align: justify;
}
	
    .gray-box-inner h4 {
        text-transform: uppercase;
        padding-bottom: 0px;
        font-weight: 700;
        color: #05366D;
        min-height: 30px;
        margin-top: 50px;
    }
	
	.box-row {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        background: url(/wp-content/uploads/2025/03/blue-line.webp);
        background-repeat: no-repeat;
        background-position: center;
        flex-direction: column;
        width: 100%;
        background: none;
    }

	
	.gray-box-inner {
    text-align: center;
    padding: 0px 20px;
    width: 100%;
}
	
	    .box-gray {
        background: #EDEDED;
        padding: 20px;
        color: #05366D;
        text-align: center;
        /* display: -webkit-box; */
        /* -webkit-line-clamp: 8; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        min-height: 300px;
    }
	
.container.section-7-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100vh;
        height: 900px;
        padding: 0px 0px;
    }
	
	.container-fluid.blue-back-footer .container {
    width: 100%;
    padding: 0px 50px;
    max-width: 100%;
}
	
	.container.section-1-text-area {
    padding: 0px 50px;
    width: 100%;
    max-width: 100%;
}
	
	    h3.blue-h3 {
        text-align: center;
        color: #05366D;
        padding: 20px 60px;
        font-size: 2rem;
        font-weight: 700;
    }
	
	.footer-text-area {
    display: flex;
    justify-content: space-evenly;
    align-items: normal;
    width: 70%;
}
	
    .footer-blurb-area {
        width: 30%;
        padding: 0px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
	
    h4.footer-motto {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: right;
        max-width: 14ch;
    }
	
	.col-md-4.product-area {
    padding: 0px 10px;
    margin: 20px 0px;
		width: 50%;
}
	
	.container-fluid.inner-padding h1 {
    margin-left: 50px;
}
	
	.container-fluid.inner-padding .container {
   /* width: 100%;
    max-width: 100%; */
}
	
	.row.pro-row {
    border: .75px solid #1477A9;
		border: 0px solid #1477A9;
    padding: 0px 50px;
}
	
    .links-menu {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px 50px;
        background: #05366D;
        margin-bottom: 30px;
        font-size: 1rem;
        flex-wrap: wrap;
    }
	
	.menu-link-box {
    width: 25%;
    text-align: center;
    padding: 10px 0px;
}
	
	.page-id-1362 .row.pro-row {
    border: 0px solid #1477A9;
    padding: 0px 50px;
}
	
	    .page-id-1362 .col-md-12.top-block {
        padding: 50px 75px;
        text-align: center;
        background: rgba(0, 0, 0, .05);
        border: .5px solid #05366D;
        margin-bottom: 50px;
        border-left: 0;
        border-right: 0;
    }
	
.col-md-12.top-block {
    padding: 50px 75px;
    text-align: center;
    background: rgba(0, 0, 0, .05);
    border: .5px solid #05366D;
    border-left: 0;
    border-right: 0;
}
	
	a.btn.btn-danger {
    color: white;
    background: #970000;
    font-size: 1.25rem;
    font-weight: 700;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    margin-right: 0px;
}
	
	    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: visible;
        opacity: 1;
        left: calc(min(100vw - 40px, 100%));
        right: auto;
        left: 5%;
        top: 5%;
    }
	
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none;
    }
	
	.mega-search-wrap {
    
}
	

	
	.section-5-img-box {
    width: 50%;
    height: 600px;
}
	
	.section-5-text-box {
    width: 50%;
    padding: 0px 30px;
}

    .lesson-box p {
        height: auto;
        padding: 0px 20px;
        text-align: center;
    }
	
	
.lesson-box {
        width: 33%;
        border: 1px solid #05366D;
        padding: 0px;
        border-radius: 4px;
        margin: 15px;
        margin-top: 0px;
        padding-bottom: 50px;
        box-shadow: 3px 3px 10px #cccccc;
        display: flex;
        flex-direction: column;
        /* height: auto; */
    }
	
	.lesson-box-area{
		height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	img.software-img-hero {
    width: 50%;
}
	
	.oktopus-blurb-section {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 50px;
    flex-direction: column;
}
	
	    button.btn.btn-danger.btn-block.reverse {
        background: white;
        color: #970000;
        border: 1px solid #970000;
        transition: all 0.75s ease;
        font-weight: 700;
        width: 50%;
        border-radius: 2px;
        height: 60px;
        font-size: 1.2rem;
    }
	
  .lesson-box-bar {
        background: #05366D;
        color: white;
        text-align: center;
        padding: 0px 0px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.15rem;
        margin: 0px 0px 0px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


@media screen and (max-width: 768px){
h2.headline-text-white {
    text-align: center;
    color: white;
    padding: 50px 0px 20px;
    font-size: 2.25rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}

#info-box {
        width: 100%;
        height: 300px;
    }
	
    button.btn.btn-danger.btn-block.reverse {
        background: white;
        color: #970000;
        border: 1px solid #970000;
        transition: all 0.75s ease;
        font-weight: 700;
        width: 50%;
        border-radius: 2px;
        height: 60px;
        font-size: 1.15rem;
    }
	
    .section-5-img-box {
        width: 50%;
        height: 700px;
    }
	
    img.section-5-img {
        width: auto;
        height: 700px;
        overflow: hidden;
        object-fit: cover;
    }
	
	    h3.blue-h3 {
        text-align: center;
        color: #05366D;
        padding: 20px 0px;
        font-size: 2rem;
        font-weight: 700;
        max-width: 30ch;
        margin-left: auto;
        margin-right: auto;
    }
	
	p.tagline {
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #05366D;
    font-weight: 500;
}

.mimio-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    img.software-img-hero {
        width: 100%;
    }

.mimio {
    width: 100%;
}
	
	    .container-fluid.inner-padding h1 {
        margin-left: 0px;
    }
	
	.container.interior-container {
    background: rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .7);
    /* padding: 50px 30px; */
    border-radius: 0px;
    border: 0px solid #05366D;
    box-shadow: 2px 2px 20px grey;
}
	
	.row.interior-title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #05366D;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
	
	.job-box h3 {
    color: #970000;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.15rem;
    font-weight: 700;
}
	
	.job-box a.top-font {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #970000;
    text-align: center;
}
	
	.contact-text-row {
    width: 100%;
}
	
    .contact-form-row {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
	
	.contact-info-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 100px 0px;
    padding-bottom: 0px;
    flex-direction: column;
}
	
	.address-row {
    margin: 0px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.phone-row {
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	    a.contact-address-link, a.contact-phone-link {
        color: #970000;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.25;
        margin: 15px 0px;
        padding: 0px;
        text-decoration: none;
        opacity: 1;
        transition: all 0.75s ease;
    }
	
	.headline-image-area-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    flex-direction: column;
		width: 100%;
}
	
	    .headline-image-area {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
	
	img.interior-imgg {
    border-radius: 10px;
    /* padding-left: 20px; */
    box-shadow: 5px 5px 20px grey;
    width: 100%;
    margin-top: 30px;
}

	.col-md-4.product-area {
    width: 50%;
}

	.page-id-11 .col-md-4, .page-id-684 .col-md-4{
    width: 50%;
}
	
	button.menu-toggle {
    display: none;
}
	
}


@media screen and (max-width: 580px){
	
	    .col-md-4.product-area {
        width: 100%;
    }
	
	    .col-md-12.top-block {
        padding: 50px 25px;
        text-align: center;
        background: rgba(0, 0, 0, .05);
        border: .5px solid #05366D;
        border-left: 0;
        border-right: 0;
			margin-bottom: 30px;
    }
	
	    .container-fluid.inner-padding h1 {
        margin-left: 0px;
        text-align: center;
    }
	
	
h2.int-h2-back {
    background: blue;
    padding: 20px 10px;
    border-radius: 4px;
    color: white;
    background: #05366D;
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-align: center;
}
	
	    .top-head {
        padding: 10px 25px;
        display: flex;
        flex-direction: column;
    }
	
	.phone-right-area {
        width: 100%;
        text-align: center;
    }
	
	    .head-box {
        padding: 0px 25px;
    }
	
	     .footer-blurb-area {
        width: 100%;
        padding: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        /* max-width: 18ch; */
        margin-left: auto;
        margin-right: auto;
    }
	
    .foot-1, .foot-2 {
        width: 100%;
        text-align: center;
    }
	
	.footer-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
	
    .footer-text-area {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
	
	span.bar {
    /* border: 10px solid #970000; */
    width: 40%;
    background: #970000;
    height: 5px;
    display: block;
    margin: 15px 0px;
    margin-left: auto;
    margin-right: auto;
}
	
	    .software-area-new {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 75px 0px;
        padding: 0px !important;
        gap: 0px;
        width: 100%;
        display: block;
    }
	
	    .lesson-box-new {
        width: 100%;
        text-align: center;
        border: 1px solid #05366D;
        background: white;
        padding: 0px;
        border-radius: 4px;
        box-shadow: 3px 3px 10px #cccccc;
        margin: 20px 0px;
    }
	
	    .page-id-1362 .col-md-12.top-block {
        padding: 50px 25px;
        text-align: center;
        background: rgba(0, 0, 0, .05);
        border: .5px solid #05366D;
        margin-bottom: 50px;
        border-left: 0;
        border-right: 0;
    }
	
	.lesson-box-bar-txt {
        padding: 20px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.oktopus-area {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #05366D;
    border-radius: 4px;
    margin-bottom: 100px;
    margin-top: 100px;
    /* height: 200px; */
    padding: 50px 0px;
    background: white;
    box-shadow: 3px 3px 10px #cccccc;
    flex-direction: column;
}
	
	    .oktopus-blurb-section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px 50px;
        flex-direction: column;
    }
	
	.oktopus-text-section {
    width: 100%;
}

	.pricing-text-area {
    padding: 0px 0px 0px;
    text-align: center;
}
	
	    img.expert-pricing-logo {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
	
	 .cta-area-dark h1 {
        color: white;
        color: white !important;
        font-size: 55px !important;
        font-weight: 700 !important;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        margin: 0px;
        margin-block-start: 0px;
        margin-block-end: 0px;
        padding: 0px;
        font-style: italic;
        text-align: center;
        padding-bottom: 20px;
    }
	
	    .container.section-3-text-area {
        width: 100%;
        max-width: 100%;
        padding: 0px 25px;
    }
	
	    .row.pro-row {
        border: .75px solid #1477A9;
        border: 0px solid #1477A9;
        padding: 0px 25px;
    }
	
	.row.main-pitch {
    padding: 0px 50px;
}
	
	    li.section-3-li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0px;
        float: none;
    }
	
	  .hidee {
        background: rgba(0, 0, 0, .25);
        background: #05366D;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0px 0px;
        height: 400px;
        padding-bottom: 20px;
        border-bottom: 0px solid red;
        margin-bottom: 61px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
	
	    #info-box {
        width: 100%;
        height: 400px;
    }
	
	.page-id-230 .col-md-12.top-block {
    padding: 50px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #05366D;
}
	
	    p.tagline {
        margin-top: 0px;
        padding-top: 0px;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #05366D;
        font-weight: 500;
        max-width: 20ch;
        margin-left: auto;
        margin-right: auto;
    }
	
	    .container-fluid.section-5b {
        width: 100%;
        padding: 75px 25px;
        padding-bottom: 0px;
    }
	
	    .section-5b-rows {
        display: flex;
        width: 100%;
        padding: 50px 0px;
        margin: 50px 0px;
        border: 1px solid #05366D;
        border-radius: 4px;
        flex-direction: column;
    }
	
	.section-5-box {
    display: flex;
    align-items: center;
    background: #05366D;
    color: white;
    flex-direction: column;
}
	
	    .section-5-img-box {
        width: 100%;
        height: 700px;
    }
	
	    .section-5-text-box {
        width: 100%;
        padding: 50px 30px;
    }
	
	    .container-fluid.section-6{
        background: white;
        padding: 75px 25px;
    }
	
	    .gray-box-inner {
        text-align: center;
        padding: 0px 0px;
        width: 100%;
    }
	
.container-fluid.section-7 {
        padding: 0px;
        height: 1300px;
    }


	
	    .overlay {
        height: 1300px;
    }
	
		.container.section-7-container {
        height: 1300px;
			padding: 0px 50px;
    }
	
.section-7-back {
    background: url(https://ae-touch.jrocadesign.com/wp-content/uploads/2025/03/church.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 100vh;
    height: 1300px;
    color: white;
}
	
	    .container-fluid.blue-back-footer .container {
        width: 100%;
        padding: 0px 25px;
        max-width: 100%;
    }
	
	    button.btn.btn-danger.btn-block.reverse {
        background: white;
        color: #970000;
        border: 1px solid #970000;
        transition: all 0.75s ease;
        font-weight: 700;
        width: 100%;
        border-radius: 2px;
        height: 60px;
        font-size: 1.15rem;
    }
	
	.container.section-7-container p {
    font-size: 1.5rem;
    text-align: center;
    color: white;
}
	
	h2.headline-text {
    text-align: center;
    color: #05366D;
    padding: 25px 50px;
    font-size: 1.75rem;
    font-family: "DM Serif Text", serif;
    font-family: "Francois One", sans-serif;
    font-weight: 700;
}
	
	.container-fluid.section-11 {
    background: url(/wp-content/uploads/2025/03/learning-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    height: 1000px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-bottom: 1px solid #05366D;
}
	
	.container.section-11-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
	
	    h4.footer-motto {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: right;
        max-width: 100%;
        padding-top: 30px;
    }
	
	    h3.blue-h3 {
        text-align: center;
        color: #05366D;
        padding: 0px 0px;
        font-size: 2rem;
        font-weight: 700;
        max-width: 18ch;
        margin-left: auto;
        margin-right: auto;
    }
	
	.jobs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    display: block;
}
	
    .job-box {
        width: 100%;
        border: 0px solid red;
        padding: 0;
        padding-bottom: 20px;
        box-shadow: 2px 2px 10px lightgray;
        margin: 30px 0px;
    }
	
	img.career-back {
    margin-bottom: 30px;
}
	
	.product-boxes {
    border: .75px solid #1477A9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: whitesmoke;
    background: #F8F8F8;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #888888;
    box-shadow: 3px 3px 10px #cccccc;
    margin: 0px 0px;
    text-align: center;
    background: #F8F8F8;
    background: linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(248, 248, 248, 1) 100%);
    min-height: 600px;
}
	
 
	
	.row.img-indv-row {
    padding: 0px 25px;
}
	
		.col-md-5.img-indv-row {
    padding: 0px 50px;
}
	
	.row.nav-links-row {
    padding: 0px 25px;
}
	
	.col-md-7.int-wide, .col-md-12.int-wide {
    padding: 0px 25px;
}
	
	.product-page-btn-area {
    width: 100%;
    margin-top: 50px;
}
	
	ul.product-ul-int {
    margin: 20px 0px;
    font-size: 1.25rem;
    font-size: 1.1rem;
    /* column-count: 2; */
    padding-left: 30px;
}
	
	.row.interior-content-row {
    padding: 0px 25px;
    padding-bottom: 50px;
	}
	
	.headline-text-area p {
    color: #05366D;
    padding-right: 0px;
    line-height: 1.5;
}
	
	.page-id-286 button.btn.btn-danger.btn-block.reverse {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 100%;
    border-radius: 2px;
    height: 60px;
    font-size: 1.25rem;
    margin-top: 40px;
}
	
	    .row.full-col {
        padding: 50px 0px;
        background: white;
        border: .5px solid #05366D;
        margin: 50px 0px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.four-box-imaggges {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
	
	.col-md-9.right-table-text {
    padding: 0px 20px;
    border: 1px solid white;
}
	
	.motto-area.white {
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
	
	    .menu-link-box {
        width: 50%;
        text-align: center;
        padding: 10px 0px;
    }
	
	    blockquote p:nth-child(3):after {
        content: '\268A';
        content: '____________________';
        content: '--------------------\2609--------------------';
        content: '------\2605\2605\2605\2605\2605------';
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 30px;
        font-size: 1rem;
        color: #970000;
        color: #ddd;
    }
	
	.anchor-row {
    padding: 0px;
    margin: 0px;
    right: 64px;
    position: relative;
    padding-left: -30px;
    margin-left: 0px;
    float: right;
}
	
	    .container.section-1-text-area {
        padding: 0px 25px;
        width: 100%;
        max-width: 100%;
    }
	
}

@media screen and (max-width: 420px){
.page-id-1362 .row.pro-row {
        border: 0px solid #1477A9;
        padding: 0px 25px;
    }
	
	    img.expert-pricing-logo {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
	
	.row.interior-content-row {
    padding: 0px 25px;
    padding-bottom: 50px;
}
	
	.contact-form-row {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
        text-align: center;
    }
	
.page-id-286 button.btn.btn-danger.btn-block.reverse {
    background: #970000;
    color: white;
    border: 1px solid #970000;
    transition: all 0.75s ease;
    font-weight: 700;
    width: 80%;
    border-radius: 2px;
    height: 60px;
    font-size: 1.25rem;
    margin-top: 40px;
}
	
	.container.section-3-text-area {
        width: 100%;
        max-width: 100%;
        padding: 0px 25px;
    }
	
    .hidee {
        background: rgba(0, 0, 0, .25);
        background: #05366D;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0px 0px;
        height: 420px;
        padding-bottom: 20px;
        border-bottom: 0px solid red;
        margin-bottom: 61px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
	
	    #info-box {
        width: 100%;
        height: 420px;
    }
	
	.page-id-230 .col-md-12.top-block {
    padding: 50px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #05366D;
}
	
	    .container-fluid.section-5b {
        width: 100%;
        padding: 75px 25px;
        padding-bottom: 0px;
    }
	
.container.section-7-container p {
        font-size: 1.25rem;
        text-align: center;
        color: white;
    }
	
	/*
.container-fluid.section-7 {
        padding: 0px;
        height: 100vh;
    }


	
	    .overlay {
        height: 100vh;
    }
	
		.container.section-7-container {
        height: 100vh;
    }
	
		 .section-7-back, {
        height: 100vh;
    }
	
	*/
	
	.container-fluid.section-11 {
    background: url(/wp-content/uploads/2025/03/learning-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    height: 1200px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-bottom: 1px solid #05366D;
}
	
	    h2.headline-text {
        text-align: center;
        color: #05366D;
        padding: 25px 25px;
        font-size: 1.75rem;
        font-family: "DM Serif Text", serif;
        font-family: "Francois One", sans-serif;
        font-weight: 700;
    }
	
	    button.btn.btn-danger.btn-block.reverse {
        background: white;
        color: #970000;
        border: 1px solid #970000;
        transition: all 0.75s ease;
        font-weight: 700;
        width: 100%;
        border-radius: 2px;
        height: auto;
        font-size: 1.15rem;
        padding: 20px 10px;
    }
	
	.col-md-12.top-block b.red {
    width: 100%;
    max-width: 25ch;
    float: left;
    position: relative;
}
	
	    p.tagline {
        margin-top: 0px;
        padding-top: 0px;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #05366D;
        font-weight: 500;
        max-width: 25ch;
        margin-left: auto;
        margin-right: auto;
    }
	
	.headline-text-area p {
    color: #05366D;
    padding-right: 00px;
    line-height: 1.5;
}
	
	.testimonial-box p {
    padding: 0px 25px;
}
	
    blockquote p:nth-child(3):after {
        content: '\268A';
        content: '____________________';
        content: '--------------------\2609--------------------';
        content: '------\2605\2605\2605\2605\2605------';
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 30px;
        font-size: 1rem;
        color: #970000;
        color: #ddd;
    }
	
	    .page-id-320 h2.interior-h2-sub {
        text-align: center;
        color: #007ba9;
        color: #05366D;
        font-size: 1.75rem;
        margin-bottom: 10px;
        border-bottom: 1px solid #05366D;
        line-height: 1.5;
        padding-bottom: 30px;
        margin-top: 30px;
    }
	
	.footer-blurb-area {
        width: 100%;
        padding: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
	
h4.footer-motto {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        max-width: 16ch;
        padding-top: 30px;
    }
	
	blockquote p:nth-child(3) {
    color: #05366D;
    font-size: 1em;
    line-height: 1.25;
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
}
	
	    .row.pro-row {
        border: .75px solid #1477A9;
        border: 0px solid #1477A9;
        padding: 0px 25px;
    }
	
	    .row.full-col {
        padding: 50px 25px;
        background: white;
        border: .5px solid #05366D;
        margin: 50px 0px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	h2.int-h2-back {
    background: blue;
    padding: 20px 10px;
    border-radius: 4px;
    color: white;
    background: #05366D;
    font-size: 1.25rem;
    margin-bottom: 30px;
    text-align: center;
}
	
	h1.int-h1 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 2rem;
    max-width: 25ch;
    text-align: center;
}
	
	.product-page-btn-area{
    width: 100%;
    margin-top: 50px;
}
	
.row.full-col {
        padding: 50px 0px;
        background: white;
        border: 0px solid #05366D;
        margin: 25px 0px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.col-md-7.int-wide, .col-md-12.int-wide {
        padding: 0px 25px;
    }
	
	.container-fluid.section-3 {
    padding: 50px 0px;
    background: white;
    padding-top: 50px;
}
	
	    .section-5b-rows {
        display: flex;
        width: 100%;
        padding: 25px 0px;
        margin: 25px 0px;
        border: 1px solid #05366D;
        border-radius: 4px;
        flex-direction: column;
    }
	
	    .container-fluid.section-6 {
        background: white;
        padding: 75px 25px;
    }
	
	    .section-7-back {
        height: 100vh;
        color: white;
    }
	
}

@media screen and (max-width: 390px){
	
	    h2.interior-h2-sub {
        text-align: center;
        color: #007ba9;
        color: #05366D;
        font-size: 1.5rem;
        margin-bottom: 10px;
        border-bottom: 1px solid #05366D;
        line-height: 1.5;
        padding-bottom: 30px;
    }
	
}


/* 
 * 
 * 	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #970000;
		color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    outline: none;
} */