/*!
Theme Name: JohnnyoTheme
Theme URI: http://underscores.me/
Author: Johnnyo Design
Author URI: https://www.johnnyodesign.com/
Description: Sensible design solutions.
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: jo
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.

JohnnyoTheme 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;
	overflow-x: hidden;
}

/**
 * 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: 35px;
	margin: 0.67em 0;
	line-height: 40px;
}

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

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 {
	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 0;
}

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




/*Custom CSS -------------------------*/
body {
	font-family: "azo-sans-web", sans-serif;
	font-size: 18px;
}
p {
	margin: 7px 0 17px 0;
}
h1, h3, h5 {
	color: #075776;
	font-family: "cartogothic-bold", sans-serif;
	text-transform: uppercase;
}
h2, h4, h6 {
	color: #6fb64d;
	font-family: "cartogothic-bold", sans-serif;
	text-transform: uppercase;
}
a {
	color: #6fb64d;
}
ul, ol {
	    margin: 15px 0 35px 0;
}
ul li {
	    margin: 0 0 0 0;
}
.halfrowlefttext h1, .halfrowlefttext h2, .halfrowlefttext h3, .halfrowlefttext h4, .halfrowlefttext h5, .halfrowlefttext h6, .halfrowlefttext p {
	color: #fff;
}

.main-navigation  {
    position: absolute;
    top: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.companies .sow-image-grid-wrapper{
	    flex-wrap: nowrap !important;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
h3 {
	font-size: 25px;
	line-height: 30px;
	margin: 27px 0 0 0;
}
h4 {
	font-size: 20px;
	line-height: 25px;
}
.slidepost {
    height: 100vh;
    background-size: cover !important;
	background-position: center !important;
}
.custom-logo-link {
    position: absolute;
	z-index: 4;
	left: 20px;
	top: 20px;
}
.custom-logo-link img {
    height: 80px;
    width: auto;
}
.main-navigation {
	display: block;
    /*width: fit-content;
    left: 0;
    right: 0;
    margin: auto;*/
	z-index: 2;
}
.main-navigation a {
	
	font-family: "azo-sans-web", sans-serif;
}
.main-nav-button {
    position: absolute;
    top: 20px;
    right: 20px;
    left: unset;
    color: #fff;
    text-decoration: none;

    background-color: #6eb641;
    padding: 0 40px;
    font-size: 22px;
    
    z-index: 3;
    line-height: 80px;
    border-radius: 2px;
    font-weight: bold;
}
.main-nav-button:hover {
	color: #075776;
    background-color: #fff;
}
.entry-title {
	display: none;
}
.homefour .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 250px;
	transition: all 200ms ease;
}
.homefour .widget_text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    bottom: 0;
    z-index: 0;
}
.homefour .widget_text:hover::before {
	background-image: linear-gradient(rgba(11, 87, 116, .8), rgba(11, 87, 116, .8));
}
.homefour a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.homefour .widget_text:hover::before  {
	/*opacity: .65;*/
	background-size: 200%;
	transition: all 200ms ease;
}
.homefourarrows {
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 30px;
	bottom: 10px;
}
.homefour2 .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 0;
	transition: all 200ms ease;
}
.homefour2 .widget_text:hover::before  {
	opacity: .5;
	transition: all 200ms ease;
}
.homefourtext2 {
	background-color: #fff;
    padding: 5px 0 15px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.homefour2 .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 450px;
}
.homefour2 .widget_text .textwidget {
	width: 100%;
	height: 100%;
}
.homefourtitle2 {
	color: #285780;
	font-size: 30px;
	font-weight: 500;
	

	margin-bottom: -50px;
}
.homefoursubtitle2 {
	color: #53565A;
	font-size: 16px;
	font-weight: normal;

	
	margin-bottom: 25px;
}
.fa-regular {
	position: absolute;
	right: 25px;
	bottom: 27px;
}
.homefourtext {
	position: absolute;
	z-index: 1;
}
.homefourtext {
    left: 0;
    padding: 0 14px;
    bottom: 10px;
}
.homefoureyebrow {
	color: #ccc;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 7px;
}
.homefourtitle {
	color: #fff;
    font-size: 30px;
    font-weight: 500;
	margin: 0;
}
.homefoursubtitle {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px;
}
.homefourlearnmore {
	position: absolute;
	z-index: 1;
	color: #fff;
	opacity: 0;
	font-size: 18px;
	font-weight: normal;

	
	margin-top: 15px;
	margin-left: 15px;
	transition: all 200ms ease;
	display: none;
} 
.homefour .widget_text:hover .homefourlearnmore {
	opacity: 1;
	transition: all 200ms ease;
	display: none;
}
.frameworkrow {
	position: relative;
	width: 100vw;
	left: -15px;
	margin-top: 150px;
	margin-bottom: 150px;
	display: none;
}
.frameworkrow .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100vw;
	min-height: 300px;
	display: none;
}
.frameworkrow .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .85;
    z-index: 0;
	display: none;
}
.frameworkms {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
    font-size: 34px;
    line-height: 175%;
    font-weight: 500;
    color: #fff;
	padding: 100px 250px 100px 250px;
	display: none;
}
.stepsrow {
	position: relative;
	width: 100vw;
	margin-top: 150px;
	margin-bottom: 150px;
}
.stepsrow .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100vw;
	min-height: 600px;
}
.stepsrow .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
}
.stepsms {
	position: absolute;
	z-index: 1;
	display: block;
	text-align: center;
    font-size: 34px;
    line-height: 175%;
    font-weight: 500;
    color: #fff;
	padding: 100px 250px 100px 250px;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.promiserow {
	position: relative;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 150px;
}
.promiserow .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 700px;
}
.promiserow .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
}
.promisetext {
	position: absolute;
	z-index: 1;
	display: block;
	text-align: left;
	top: 42%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 35px;
	width: 45vw;
	padding-right: 115px;
}
.promiserow h3 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 30px;
}
.promisems {
    font-size: 28px;
    line-height: 175%;
    color: #fff;
	margin-bottom: -50px;
}
.whycoastalrow {
	margin-top: 75px;
	margin-bottom: 100px;
}
.whycoastalrow .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 350px;
	height: 100%;
}
.whycoastaltextblock {
	padding: 10px 50px 35px 50px;
	color: #fff;
	line-height: 175%;
}
.whycoastalsubtitle {
	display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
	margin-bottom: -25px;
}
.ctaimagerow .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 500px;
}
.ctaimagerow .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    z-index: 0;
	left: 0;
}
.ctaimagerow {
	margin-top: 150px;
	margin-bottom: 50px;
}
.ctaimagerow .textwidget {
	width: 50%;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ctaimagerow .button {
	margin-top: 0;
}
.ctaimagemessage {
	position: relative;
	z-index: 1;
	color: #ffffff;

	
	text-align: center;
}
.ctaimagerowfull .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 600px;
}
.ctaimagerowfull .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
	left: 0;
}
.ctaimagerowfull {
	margin-top: 150px;
	margin-bottom: 115px;
}
.ctaimagerowfull .textwidget {
	width: 60%;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ctaimagerowfull .button {
	margin-top: 0;
}
.ctaimagemessagefull {
	position: relative;
	z-index: 1;
	color: #ffffff;
	text-transform: uppercase;
	
	text-align: center;
}
.ctaimagerowfull2 .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 600px;
}
.ctaimagerowfull2 .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
	left: 0;
}
.ctaimagerowfull2 {
	margin-top: 150px;
	margin-bottom: 115px;
}
.ctaimagerowfull2 .textwidget {
	position: absolute;
    right: 100px;
    text-align: center;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ctaimagerowfull2 .button {
	margin-top: 0;
}
.ctaimagemessage2 {
	position: relative;
	z-index: 1;
	color: #ffffff;
	text-transform: uppercase;
	
	text-align: center;
}

.ctaimagerowfullcenter .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 600px;
}
.ctaimagerowfullcenter .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
	left: 0;
}
.ctaimagerowfullcenter {
	margin-top: 150px;
	margin-bottom: 115px;
}
.ctaimagerowfullcenter .textwidget {
	width: 60%;
    position: relative;
    right: 0;
	left: 0;
	margin: auto;
    text-align: center;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ctaimagerowfullcenter .button {
	margin-top: 0;
}
.ctaimagemessagefullcenter .textwidget{
	position: absolute;
	z-index: 1;
	color: #ffffff;
	text-transform: uppercase;
	
	text-align: center;
}
.slick-dots {
	bottom: 20px;
	text-align: right;
    right: 20px;
}
.slick-dots li button:before {
    width: 20px;
    height: 20px;
    content: "";
    background-color: #fff;
    border-radius: 30px;
}
.slick-dots li.slick-active button:before {
	
}
.slick-dots li {
	width: 20px

}
.button {
	font-size: 18px;
	
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
	border-radius: 5px;
    padding: 10px 25px;
	margin-top: 35px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.button:hover {
	color: #ffffff;
    background-color: #D57800;
	border: 1px solid #D57800;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.headlinewithcopy {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 75px;
}
.headlinewithcopy p{
	font-size: 18px;
	line-height: 175%;
    color: #53565A;
	margin-top: -15px;
	padding: 0 150px 0 150px;
}
.headlinewithcopy .widget-title {
	color: #285780;
	padding: 0 125px 0 125px;
}
.homeintrosubtitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	
	font-size: 18px;
	color: #53565A;
	margin-top: 75px;
}
.pastprojects .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 100%;
	min-height: 200px;
}
.pastprojectstext {
	padding: 50px 50px 30px 50px;
	color: #fff;
}
.pastprojectstext p {
	font-size: 18px;
}
.pastprojectstext .widget-title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}
.pastprojectstext a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 18px;
	display: block;
	margin-top: 35px;
}
.pastprojectsservicetype {
	text-transform: uppercase;
	
	font-size: 22px;
	font-weight: 400;
	display: block;
}
.pastprojectsname {
	text-transform: uppercase;
	
	font-size: 32px;
	font-weight: 700;
	display: block;
	margin-top: -15px;
}
.pastprojectspropertytype {
	text-transform: uppercase;
	
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: -10px;
}
.pastprojectslocation {
	
	font-size: 18px;
	font-style: italic;
	display: block;
	margin-top: -15px;
}
.pastprojects2 .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 100%;
}
.pastprojectstext2 {
	padding: 50px 50px 40px 50px;
	color: #53565A;
}
/*.pastprojectstext2 a{
	color: #53565A;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 18px;
	display: block;
	margin-top: 35px;
}*/
.pastprojectsservicetype2 {
	text-transform: uppercase;
	
	font-size: 16px;
	font-weight: 400;
	display: block;
}
.pastprojectsname2 {
	color: #fff;
	text-transform: uppercase;
	
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-top: -20px;
}
.pastprojectspropertytype2 {
	text-transform: uppercase;
	
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-top: -15px;
}
.pastprojectslocation2 {
	
	font-size: 18px;
	font-style: italic;
	display: block;
	margin-top: -20px;
	margin-bottom: 35px;
}
.pastprojectstext2 .widget-title {
	color: #285780;
	font-size: 30px;
	margin-bottom: 0;
}
.pastprojectsimage {
	width: 35vw;
}
.headerinfo {
	position: absolute;
	z-index: 1;
	margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
.headerinfo h1 {

	font-size: 52px;
	color: #fff;
	line-height: 120%;
	
	text-align: center;
	    margin-bottom: 0;
}
.headerbuttoncontact {
	font-size: 24px;
	font-weight: bold;
	
    
	color: #075776;
	background-color: #fff;
    border-radius: 2px;
    text-decoration: none;
	text-transform: uppercase;
    padding: 10px 35px;
	margin-top: 35px;
	display: inline-block;
	position: relative;
	font-family: "cartogothic-bold", sans-serif;
}
.headerbuttoncontact:hover {
	color: #ffffff;
	background-color: #075776;
    text-decoration: none;
}
.headerbuttonservices {
	font-size: 24px;
	font-weight: bold;
	
    color: #ffffff;
	background-color: #6eb641;
    text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
    padding: 10px 35px;
	margin-top: 35px;
	margin-left: 25px;
	display: inline-block;
	position: relative;
	font-family: "cartogothic-bold", sans-serif;
}
.headerbuttonservices:hover {
	color: #fff;
	background-color: #075776;
    text-decoration: none;
}
.slider-main, .slick-slide {
	    height: calc(100vh - 40px);
	    min-height: 500px;
}
.slider-main .slidepost {
	min-height: 500px;
}
.slider-main .slidepost::before {
    content: "";
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    width: 100%;
    height: 100vh;
	min-height: 500px;
}
.interior-header {
	position: relative;
    height: 50vh;
	min-height: 300px;
	background-size: cover;
    background-position: center;
	margin-bottom: 75px;
}
.site-header {
	position: relative;

}
.interiorheadlinewithcopy .widget-title {
	text-align: center;
	color: #285780;
	padding: 0 150px 0 150px;
}
.interiorheadlinewithcopy p {
	text-align: center;
	font-size: 18px;
	line-height: 175%;
    color: #53565A;
	margin-top: -15px;
	padding: 0 150px 0 150px;
}
.what-to-expect-text {
	position: relative;
	padding: 35px 35px 45px 85px;
	height: 100%;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
}
.what-to-expect-text::before {
	content: "";
    background-image: url(/wp-content/themes/jo/inc/svg/check-mark.svg);
    background-size: cover;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 35px;
	left: 35px;
}

/*.what-to-expect-layout-builder {
	margin-top: 100px;
}
.what-to-expect-block {
	margin-top: 100px;
	margin-bottom: 100px;
}
.what-to-expect-title .widget-title{
	color: #fff;
	text-align: center;
	padding: 0 0 25px 0;
}*/
.what-to-expect-text .widget-title{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	
	margin-bottom: 10px;
}
.what-to-expect-text p {
	color: #fff;
	font-size: 18px;
	line-height: 175%;
	font-weight: normal;
	margin-bottom: 0 !important;
}
.what-to-expect-row {
	margin-bottom: 100px;
}
.what-to-expect-row .widget{
	height: 100%;
}
.site-header::before {
    content: "";
    background-color: rgb(0 0 0 / 35%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.interiorheadlinewithcopyalt {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 50px;
	padding: 0 175px 0 175px;
}
.interiorheadlinewithcopyalt p{
	font-size: 18px;
	line-height: 175%;
    color: #fff;
	margin-top: -15px;
}
.interiorheadlinewithcopyalt h3 {
	color: #fff;
}
.beyondblock {
	padding: 35px 0 100px 0;
	margin-bottom: 175px;
}
.site-footer {
	background-color: #0b5774;
	margin-top: 0;
}
.site-info {
    text-align: center;
	    padding: 0 0 20px 0;
}
.site-info p {
	color: #fff;
	font-size: 12px;
}
.footercontent {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footercontent p{
	color: #fff;
}
.restorationsix .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 250px;
	transition: all 200ms ease;
}
.restorationsix .widget_text::before {
	content: "";
	position: absolute;
    width: 100%;
    /*height: 100%;
    background-color: #000;
    opacity: 0.25;*/
	height: 135px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
	bottom: 0;
    z-index: 0;
}
.restorationsix h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	
	position: absolute;
	z-index: 1;
	/*bottom: -25px;
	left: 12px;*/
	bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.restorationsix a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.restorationsixblock {
	margin-top: 75px;
	margin-bottom: 150px;
}
.pastprojects .widget_text .textwidget a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pastprojects2 .widget_text .textwidget a {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*.pastprojectstext a {
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.learnmorearrows {
    color: #fff;
	font-size: 28px;
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
.pastprojectslearnmore {
	text-transform: uppercase;
	
}
.mega-sub-menu {
	z-index: 2;
}
.mega-indicator {
	margin-left: 0 !important;
}
.projectsintrosubtitle {
	text-transform: uppercase;
	font-weight: 500;
	
	font-size: 18px;
	color: #53565A;
}
.projectsheadlinewithcopy .widget-title {
	color: #285780;
}
.projectsheadlinewithcopy p{
	font-size: 18px;
	line-height: 175%;
    color: #53565A;
	margin-top: -15px;
}
.projectspageinfo {
	margin-top: 100px;
}

.projectspageinfo .widget_text {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	height: 100%;
}
.projectspageinfotext {
	padding: 0 0 0 25px;
	color: #53565A;
}
.projectspageinfotext p{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.pastprojectsimage {
	width: 35vw;
}
.homecontactformtext .widget-title {
	color: #285780;
	font-size: 30px;
	line-height: 1;
}
.homecontactformrow {
	margin-top: 150px;
	margin-bottom: 25px;
}
.homecontactformtext p {
	margin-top: -15px;
}
.homeform {
	margin-top: -40px;
}
.homecontactinfo {
	padding: 25px 45px 25px 45px;
	height: 100%;
	Width: 100%;
}
.homecontactinfo h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	
}
.homecontactinfo p {
	color: #fff;
	margin-top: -15px;
	margin-bottom: 32px;
}
.homecontactinfo a {
	color: #fff;
	text-decoration: none;
}
.homecontactinfotext {
	color: #fff;
	font-size: 24px;
}
.projectspageinfotext .widget-title{
	padding-right: 50px;
	color: #285780;
}
.projects .widget {
	margin: 0 !important;
}
.projects .widget_text {
	position: relative;
}
.projects h5{
	font-size: 14px;
	font-weight: 400;
	
	text-transform: uppercase;
	color: #53565A;
	margin: 0;
}
.projects h3{
	font-size: 20px;
	font-weight: 500;
	
	text-transform: uppercase;
	color: #285780;
	margin: 0 !important;
}
.projects a {
	text-decoration: none;
}
.projects p{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #53565A;
	margin: 0 !important;
}
.projectsimage a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: inherit;
    text-decoration: none;
}
.projectspageinfosubtitle {
	text-transform: uppercase;
	font-weight: 500;
	
	font-size: 18px;
	color: #53565A;
}
.projectspageinfolocation {
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	color: #53565A;
}
.projectsimage {
	position: relative;
	background-size: 100%;
    background-position: center;
	width: 100%;
	min-height: 350px;
	margin-bottom: 10px;
}
.contactpageform {
	padding: 0 150px;
	color: #285780;
	text-align: center;
}
.contactpageform .frm_submit {
	margin: auto;
}
.frm_submit button {
	text-transform: uppercase;
	
}
.contact-page-phone-button {
	border: 1px solid #285780;
	background-color: #285780;
	color: #fff;
	font-size: 22px;
	
	text-decoration: none;
	padding: 10px 25px;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact-page-phone-button:hover {
	border: 1px solid #D57800;
	background-color: #D57800;
}
.projectspageinfotext p {
	font-size: 18px;
	line-height: 175%;
}
.projects2 .widget {
	margin: 0 !important;
}
.projects2 .widget_text {
	position: relative;
}
.projects2 h5{
	font-size: 14px;
	font-weight: 400;
	
	text-transform: uppercase;
	color: #53565A;
	margin: 0;
}
.projects2 h3{
	font-size: 20px;
	font-weight: 500;
	
	text-transform: uppercase;
	color: #285780;
	margin: 0 !important;
}
.projects2 p{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #53565A;
	margin: 0 !important;
}
.footercontent .menu a {
	color: #fff;
	text-decoration: none;
    padding: 10px 0 10px 0;
    display: block;
	text-transform: uppercase;
	
}
.footercontent .menu-footer-menu-container ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}
.footercontent .menu-footer-menu-container li {
	display: inline-block;
	padding: 0 12px;
}
.home .site-header{

}
.footercontent .widget, .secondfooter .widget {
	text-align: center;
	padding: 0 50px;
}
.secondfooter .widget {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
	color: #53565A;
}
.secondfooter h3{
   display: inline-block;
   margin: 0;
   color: #53565A;
}
.secondfooter {
	font-family: "azo-sans-web", sans-serif;	
}
.footerbutton {
    font-size: 18px;
    
    color: #53565A;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #53565A;
    padding: 8px 25px;
    font-weight: normal;
    margin-left: 20px;
    vertical-align: text-bottom;
    display: inline-block;
}
.footerbutton:hover {
	color: #ffffff;
    background-color: #285780;
	border: 1px solid #285780;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.footer-logo img {
	max-width: 220px;
	margin-bottom: 20px;
	width: 100%;
}
.page-id-1410 .site .secondfooter {
	display: none;
}
.site-info {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
}
.site-info a {
	vertical-align: text-top;
}
.topbar {
	text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #D57800;
	display: none;
}
.topbar a {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	width: 100%;
	padding: 4px 15px;
    display: block;
	font-size: 16px;
    
}
.halfrowlefttext::before {
    content: "";
    background-color: #07374b;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    z-index: -1;
}
.halfrowrightimage {
    height: 100%;
    width: 50vw;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: 0;
}
.halfrow .panel-grid-cell {
    position: relative;
}
.halfrowrightimage .textwidget {
	height: 100%;	
}
.halfrow iframe {
	width: 100%;
	height: 100%;
}
.site-footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .menu a {
	color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.site-footer .menu a:hover {
	color: #6fb64d
}
.site-footer .fa-brands {
    color: #fff;
    font-size: 40px;
    margin-right: 20px;
}
.site-footer h3 {
	color: #6fb64d;
    font-size: 22px;
    margin: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	    font-family: "cartogothic-bold", sans-serif !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none;
}
.post-edit-link {
	display: none;
}
.interior-header .slider-main, .interior-header .slick-slide {
    height: 50vh;
	    min-height: 300px;
}
.interior-header .headerinfo h1 {
	    margin: 0;
}
.interior-header .headerinfo {
    top: 62%;
}
.features h2 {
    margin: 5px 0;
}
.features p {
	margin: 0;
	padding: 0 0 0 2px;
}
.clients .widget-title {
	text-align: center;
	    margin: 0;
	font-size: 32px;
}
.topmenu {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: right;
    background-color: #07374b;
}
.topmenu a{
	padding-left: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}
.paybtn {
    text-align: center;
    font-family: CartoGothicStdBold, Tahoma, Geneva, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #6eb641;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 25px;
    display: block;
    position: relative;
    width: 100%;
}
.footer-top p {
    color: #fff;
    font-size: 0.8em;
}
.comments {
	display: none;
}
.blog .site-main {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-template-rows: masonry;
    position: relative;
    padding-bottom: 100px;
}
.blog article, .blog article {
	position: relative;
	padding: 10px;
	    background-color: #eee;
}
.blog article:hover, .archive article:hover {
	background: #6fb64d;
    padding: 10px;
    border-radius: 1px;
}
.blog article:hover .summary, .blog article:hover a, .blog article:hover .entry-meta, .archive article:hover .summary, .archive article:hover a, .archive article:hover .entry-meta {
	color: #fff;
}
.blog article:hover .categories a, .archive article:hover .categories a {
	background-color: #fff;
    color: #6fb64d;
}
.blog .posthover {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
    left: 0;
}
.blogpostthumbnail {
    display: block;
    height: 260px;
    background-position: center;
    background-size: cover;
    border-radius: 1px;
    margin-bottom: 10px;
    position: relative;
}
.blog .entry-title {
	display: flex;
	    margin-top: 0;
}
.blog .entry-title a {
	color: #075776;
    font-family: "cartogothic-bold", sans-serif;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}
.categories a {
    background-color: #6fb64d;
    padding: 4px 8px;
    display: inline-block;
    color: #fff;
    border-radius: 1px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.entry-meta {
	    color: #8b8b8b;
    font-weight: bold;
}
.blog .entry-summary a{
	color: #6fb64d;
}
.blog .entry-summary p{
	margin-bottom: 0;
}
.nav-links a {
	    top: 20px;
    right: 20px;
    left: unset;
    color: #fff;
    text-decoration: none;
    background-color: #6eb641;
    padding: 10px 40px;
    
    z-index: 3;
    line-height: 80px;
    border-radius: 2px;
    font-weight: bold;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.page-template-page-notitlewidth .site-header {
    position: absolute;
    width: 100%;
}
.page-template-page-notitlewidth .site-main {
	padding-top: 120px;
	z-index: 1;
    position: relative;
	    padding-bottom: 100px;
}
.page-template-default .site-main {

	z-index: 1;
    position: relative;
	    padding-bottom: 100px;
}
.post-template-default .site-main {

	z-index: 1;
    position: relative;
	    padding-bottom: 100px;
}
.page-template-page-notitlewidth .sow-headline {
	color: #fff;
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-page-notitlewidth .widget_sow-headline {
	    height: calc(50vh - 120px);
	position: relative;
	    top: -20px;
}
.page-template-page-notitlewidth .entry-content {
	margin: 0;
}
.formtop {
	background-color: #07374b;
    margin-top: 50px;
    padding: 20px 30px 0px 30px;
}
.formtop .widget-title {
    color: #fff;
    font-size: 24px;
}
.post-template-default .post-navigation {
	display: none;
}
.mega-toggle-blocks-right {
	padding-right: 40px;
}
.summary {
	    text-align: left;
}
.certs .textwidget {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.certs img {
	height: 100px;
	width: auto;
    margin: 20px;
}
.search .entry-footer {
	display: none;
}
.search .entry-title {
    display: block;
}
.search .post-thumbnail img {
	    max-width: 500px;
}
.byline {
	display: none;
}
.features {
	text-align: center;
}
.faqrow .widget-title {
	text-align: center;
}
.smlcrt {
	padding: 30px 0px;
}
.mdcrt {
	padding: 15px 0px;
}
.search-submit {
	text-align: center;
    font-family: CartoGothicStdBold, Tahoma, Geneva, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff!important;
    background-color: #6eb641!important;
    text-decoration: none;
    border-radius: 2px!important;
    padding: 15px 30px!important;
    position: relative!important;
    border: 0!important;
	    cursor: pointer;
}
.search-form {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-field {
	    padding: 13px !important;
    margin: 10px 10px 10px 0;
}
.envira-gallery-wrap .envira-gallery-public, .envira-gallery-wrap {
	    margin: 0 !important;
}
.slider-main {
	overflow-y: hidden !important;
}
@media screen and (max-width: 1380px) {
	.main-nav-button {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.blog .site-main {
    	grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
	}
}
@media screen and (max-width: 780px) {
	.footer-top {
		    text-align: center;
    padding: 0 40px;
	}
	.footer-top .sow-image-container img {
	max-width:  100% !important;
    margin: 50px auto;
	}
	.payinfo {
		max-width:  100% !important;
	}
	.halfrowlefttext::before {
    content: "";

    position: absolute;
    top: 0;
    right: 0;
    width: 120vw;
    height: 100%;
    z-index: -1;
}
	.halfrowrightimage {
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    left: 0;
}
	
	.blog .site-main {
    	grid-template-columns: repeat(auto-fill, minmax(90%, 1fr));
	}
}

@media screen and (max-width: 780px) {
	.headerinfo {
	    padding-left: 20px;
    	padding-right: 20px;
		font-size: 7vw;
	}
	.headerinfo h1{
		font-size: 7vw;
	}
	.certs img {
	height: auto;
	max-width: calc( 100vw - 30px );
		max-height: 100px;
    margin: 20px 0;
	}
	.search-form {
		    justify-content: center;
	}
}
@media screen and (max-width: 498px) {
	.headerbuttoncontact {
		    width: 80%;
	}
	.headerbuttonservices {
		    width: 80%;
		    margin-left: 0;
	}
}

@media screen and (max-width: 484px) {
	.search-field {
    padding: 13px !important;
    margin: 10px 10px 10px 10px;
	}
}
