/*
	Theme Name:			Woodseer
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			1.0.0
	Template: 			genesis
	Template Version:	3.5.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

:root {
	--black: #1f2136;
	--white: #FFFFFF;
	--blue: #00a9e2;
	--gray: #f5f6f7;
	--navy: #09102f;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: var(--black);
	font-family: "graphie", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

::-moz-selection {
	background-color: var(--black);
	color: var(--white);
}

::selection {
	background-color: var(--black);
	color: var(--white);
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: var(--blue);
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: var(--black);
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: var(--gray);
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: var(--gray);
	color: var(--black);
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	font-family: "graphie", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1,
h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 12px;
	color: var(--black);
	font-size: inherit;
	font-weight: 400;
	line-height: 1.15;
	padding: 10px 12px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid var(--black);
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid var(--black);
}

:-ms-input-placeholder {
	color: var(--gray);
	opacity: 1;
}

::placeholder {
	color: var(--gray);
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: var(--blue);
	border: none;
	border-radius: 12px;
	box-shadow: none;
	color: var(--white);
	cursor: pointer;
	font-weight: 500;
	line-height: 1.2;
	padding: 13px 25px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	margin-top: 24px;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: var(--navy);
	text-decoration: none;
}

#page-container .button.blue {
	background-color: var(--navy);
}

#page-container .button.blue:hover,
#page-container .button.blue:focus,
#page-container .gform_footer .button:hover,
#page-container .gform_footer .button:focus {
	background-color: var(--white);
	color: var(--black);
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
}

th,
td {
	border: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	padding: 12px 15px;
}

th {
	font-weight: 600;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: var(--white);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: var(--black);
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid var(--black);
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 780px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.entry-content p a,
.entry-content li a {
	font-weight: 600;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: underline;
}

.entry-content ol,
.entry-content ul {
	margin-left: 18px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	text-align: center;
	padding: 0 15px;
	margin: 50px 0 0;
	width: 100%;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 0 5px;
}

.pagination li a {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-family: inherit;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #6f6f6f;
	background-color: #ebebeb;
	margin: 0 4px 0 0;
	border-radius: 50%;
	transition: all .3s ease;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: #6f6f6f;
	color: #ebebeb;
	text-decoration: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: var(--navy);
	padding: 90px 0;
}

.site-footer * {
	color: var(--white);
}

.site-footer *:focus {
	outline-color: var(--white);
	color: inherit;
}

.site-footer a:hover {
	color: var(--blue);
	text-decoration: underline;
}

.footer-row .left-col-box {
	font-size: 12px;
	line-height: 16px;
}

.footer-row .left-col-box .sow-image-container {
	margin: 0 0 20px;
}

.footer-row .left-col-box .so-widget-image {
	width: 160px;
}

.footer-row .left-col-box h6 {
	margin: 0 0 25px;
}

.footer-row .left-col-box .icon {
	font-size: 22px;
	text-decoration: none;
	color: var(--blue);
	display: inline-block;
	margin-top: 9px;
}

.footer-row .left-col-box .icon:hover,
.footer-row .left-col-box .icon:focus {
	color: var(--white);
}

.footer-row .right-col-box .menu {
	display: flex;
	gap: 80px;
	justify-content: flex-end;
}

.footer-row .right-col-box .menu li a {
	font-weight: 700;
}

.footer-row .right-col-box .pp-link {
	text-align: right;
	font-size: 14px;
	margin-top: 16px;
}

.footer-row .right-col-box .pp-link .button {
	margin-top: 14px;
}

.footer-row .right-col-box .so-widget-sow-image {
	width: 160px;
	margin-left: auto;
	text-align: right;
	margin-top: 12px;
}

.footer-row .right-col-box .so-widget-sow-image .widget-title {
	font-size: 10px;
	padding: 13px 0 0;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.siteorigin-panels:not(.content-sidebar) .site-inner .wrap, 
.site-footer .wrap {
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.wrap,
.so-panels-full-wrapper, 
.panel-grid.panel-no-style, 
.panel-row-style:not([data-stretch-type]) {
	max-width: 1090px;
	margin: 0 auto;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 100px;
}

.bottom-gap {
	padding-bottom: 100px;
}

.top-gap-medium {
	padding-top: 70px;
}

.bottom-gap-medium {
	padding-bottom: 70px;
}

.top-gap-small {
	padding-top: 50px;
}

.bottom-gap-small {
	padding-bottom: 50px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: var(--black);
}

.dark-bg-section * {
	color: var(--white);
}

/*
List Styling
--------------------------------------------- */

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .medium-container {
	max-width: 620px;
}

#page-container .small-container {
	max-width: 517px;
}

/*
Additional Styling
--------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: var(--blue);
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: var(--white);
}

/*
Sharing Icons Styling
--------------------------------------------- */

#page-container .sharing-btns {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	line-height: normal;
	margin: 0;
}

#page-container .sharing-btns li a {
	display: flex;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid var(--white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

#page-container .sharing-btns li a:hover,
#page-container .sharing-btns li a:focus {
	border-color: var(--blue);
	background-color: var(--blue);
	color: var(--white);
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding: 0;
	margin: 0;
}

#page-container .gform_footer .button {
	min-width: 144px;
}

#page-container .gform_wrapper.gravity-theme .gfield textarea.small {
	height: 80px;
}

#page-container .contact-us .gform_footer .button:hover,
#page-container .contact-us .gform_footer .button:focus {
	color: #00a9e2;
}

.contact-us select option {
    color: var(--black) !important;
}

/*
Gravity Forms Error Styling
--------------------------------------------- */

#page-container .gform_validation_errors .gform-icon,
#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 20px 25px;
	border-radius: 12px;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid var(--black);
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 12px !important;
	font-weight: 500;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: var(--navy) !important;
	background-color: var(--navy) !important;
	color: var(--white) !important;
}

.cky-notice-des a.cky-policy:hover {
	text-decoration: none;
}

/*
Home Page
--------------------------------------------- */

.home-logos-panel .cont {
	display: flex;
	width: calc(100% + 40px);
	margin: 0 -20px;
	flex-wrap: wrap;
}

#page-container .home-logos-panel .cont .widget {
	width: calc(100% / 4 - 40px);
	margin: 20px;
	display: flex;
	align-items: center;
}

.home-forecasting-panel .boxes .sow-image-container {
	margin: 0 0 20px;
}

.home-forecasting-panel .boxes .textwidget {
	min-height: 220px;
	position: relative;
	padding: 0 0 70px;
}

#page-container .home-forecasting-panel .boxes .textwidget .button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 168px;
}

.home-accuracy-panel * {
	color: var(--white);
}

.home-media-panel .media-box {
	max-width: 400px;
}

.home-media-panel .panel-grid-cell:last-child .media-box {
	margin-left: auto;
}

.home-media-panel .media-box .sow-image-container {
	height: 76px;
	align-items: center;
	margin: 0 0 6px;
}

.home-media-panel .media-box .textwidget {
	min-height: 550px;
	position: relative;
	padding: 0 0 70px;
}

#page-container .home-media-panel .media-box .textwidget .button {
	position: absolute;
	width: 163px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

#page-container .blog-grid-posts {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: calc(100% + 4%);
	margin: 50px -2%;
}

#page-container .blog-grid-posts .entry {
	position: relative;
	margin: 0 2% 4% 2%;
	width: 29.33%;
	padding: 0;
}

#page-container .blog-grid-posts .entry .entry-content {
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.16);
	min-height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

#page-container .blog-grid-posts .entry .entry-content .post-header {
	text-align: left;
	padding: 20px 25px;
	min-height: 100%;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
}

#page-container .blog-grid-posts .entry .entry-content .post-header h3 {
	font-size: 24px;
	transition: all ease-in-out 0.3s;
}

#page-container .blog-grid-posts .entry .entry-content .post-featured {
	position: relative;
	height: 220px;
	overflow: hidden;
}

#page-container .blog-grid-posts .entry .entry-content .post-featured img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	transition: transform .8s ease;
}

#page-container .blog-grid-posts .entry .entry-content .post-meta {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	color: var(--black);
	font-weight: 500;
}

#page-container .blog-grid-posts .entry .entry-content .post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page-container .blog-grid-posts .entry .entry-content:hover h3,
#page-container .blog-grid-posts .entry .entry-content:focus-within h3 {
	color: var(--blue);
}

#page-container .blog-grid-posts .entry .entry-content:hover .post-featured img,
#page-container .blog-grid-posts .entry .entry-content:focus-within .post-featured img {
	transform: scale(1.2);
}

.single-post-cont {
	max-width: 710px;
	margin: 0 auto;
	width: 100%;
}

.hero-panel .single-post-cont {
	position: relative;
	z-index: 9;
}

.single .bg-overlay::before {
	background-color: rgb(0 0 0 / 60%);
}

.single .hero-panel {
	padding: 75px 0;
}

.date-share {
	display: flex;
	justify-content: space-between;
}

.date-share p {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
}

.share-btns {
	display: flex;
	align-items: center;
	gap: 18px;
}

.single .entry-content {
	max-width: 710px;
	margin: 50px auto;
	width: 100%;
}

.related-posts-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.related-posts-header h2,
#page-container .related-posts-header .button {
	margin: 0;
}

.single #page-container .blog-grid-posts .entry,
.single #page-container .blog-grid-posts {
	margin-bottom: 0;
}

.single #page-container .blog-grid-posts .entry .entry-content {
	margin-top: 0;
}

.hero-panel.small-gap {
	padding: 25px 0;
}

.tablepress thead img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

.tablepress caption {
	display: none;
}

.tablepress.capabilities {
	color: #000;
	margin-top: 40px;
}

.tablepress.capabilities tbody tr:nth-of-type(odd) {
	background-color: #f5f6f7;
}

.tablepress.capabilities tbody tr:nth-of-type(even) {
	background-color: #eceeef;
}

#page-container .tablepress.capabilities .column-1,
#page-container .tablepress.capabilities .column-2,
#page-container .tablepress.capabilities .column-3,
#page-container .tablepress.capabilities .column-4 {
	width: 25% !important;
	min-width: auto;
}

#page-container .tablepress.capabilities .column-2,
#page-container .tablepress.capabilities .column-3,
#page-container .tablepress.capabilities .column-4 {
	text-align: center;
}

.error-msg {
	text-align: center;
}

.additional-notes {
	font-size: 12px;
	line-height: normal;
}

.heading-border h1,
.heading-border h2,
.heading-border h4,
.image-widget-border {
	border-bottom: 1px solid var(--blue);
	margin: 0 0 25px;
    padding: 0 0 25px;
}

.white-text * {
	color: var(--white);
}

.testimonial-row h5 {
	padding: 50px 0 0;
}

.testimonial-row p {
	padding: 20px 0 0;
}

.download-panel h2 {
    margin: 0 0 10px;
}

.top-border {
	position: relative;
	margin-top: 20px;
}

.top-border::before {
	content: "";
	background: var(--blue);
	position: absolute;
	width: 100%;
	height: 1px;
	top: -10px;
	left: 0;
}

.bottom-border {
	position: relative;
	margin-bottom: 20px;
}

.bottom-border::after {
	content: "";
	background: var(--blue);
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -10px;
	left: 0;
}

.bottom-border.black::after {
	background: var(--black);
}

.why-woodseer .sow-image-container {
    display: flex;
    height: 70px;
    align-items: center;
}

.our-team a.icon.dashicons-icon {
    font-size: 28px;
    text-decoration: none;
}

.our-team a.icon.dashicons-icon:hover {
    color: var(--black);
}

.contact-us .left-sec .textwidget {
    max-width: 425px;
}

.contact-us.office-address .left-sec .textwidget {
    max-width: 200px;
}

.contact-us .right-sec {
	padding-left: 90px;
}

.contact-us .panel-grid-cell:last-child {
	position: relative;
}

.contact-us .panel-grid-cell:last-child::before {
    content: '';
    display: block;
    background: var(--navy);
    height: 100%;
    width: 5000%;
    left: 0;
    position: absolute;
	z-index: -1;
}

p.gform_required_legend {
    display: none;
}

.contact-us {
    overflow: hidden;
	padding-bottom: 15px;
}

.contact-us .gform_wrapper.gravity-theme .gfield_required {
    color: inherit;
    font-size: 16px;
    padding-inline-start: 0;
}

.contact-us.bottom-border::after {
	bottom: 0;
}

#page-container .tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--navy);
    color: var(--white);
    font-weight: 700;
    padding: 20px 15px;
}

#page-container .tablepress > * + tbody > * > *, 
#page-container .tablepress > tbody > * ~ * > *,
#page-container .tablepress > tfoot > * > * {
    border: 1px solid var(--navy);
    padding: 12px 15px;
	width: auto !important;
    min-width: 200px;
}

#page-container .tablepress.capabilities > :where( thead, tfoot ) > * > th {
	border-right: 1px solid;
}

#page-container .tablepress.capabilities > * + tbody > * > *, 
#page-container .tablepress.capabilities > tbody > * ~ * > *, 
#page-container .tablepress.capabilities > tfoot > * > *,
#page-container .tablepress.capabilities > :where( thead, tfoot ) > * > th {
	border-color: rgb(153, 172, 194);
}

#page-container td.column-4 {
    text-align: right;
}

#page-container #tablepress-2 td.column-3 {
    text-align: right;
}

.contact-us .white-text *:focus {
	outline-color: var(--white);
}

#page-container .contact-us .gfield input:focus {
	border-color: var(--blue);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}
	
	.contact-us .right-sec {
		padding-left: 20px;
	}
	
}

@media only screen and (max-width: 980px) {

	.content,
	.sidebar {
		float: none;
		width: 100%;
	}

	.top-gap {
		padding-top: 50px;
	}
	
	.bottom-gap {
		padding-bottom: 50px;
	}
	
	.top-gap-medium {
		padding-top: 40px;
	}
	
	.bottom-gap-medium {
		padding-bottom: 40px;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.sidebar {
		clear: both;
	}

	.home-logos-panel .cont {
		width: calc( 100% + 20px );
		margin: 0 -10px;
	}

	#page-container .home-logos-panel .cont .widget {
		width: calc( 100% / 5 - 20px );
		margin: 10px;
	}

	#page-container .home-forecasting-panel .boxes .panel-grid-cell {
		max-width: 400px;
		margin: 0 auto 50px;
	}

	.home-forecasting-panel.bottom-gap {
		padding-bottom: 25px;
	}

	.home-forecasting-panel .boxes .textwidget,
	.home-media-panel .media-box .textwidget {
		min-height: auto;
		padding: 0;
	}

	#page-container .home-forecasting-panel .boxes .textwidget .button,
	#page-container .home-media-panel .media-box .textwidget .button {
		margin-top: 24px;
		position: relative;
	}

	.home-media-panel .media-box {
		margin: 0 auto;
	}

	.footer-row .left-col-box,
	.footer-row .right-col-box .pp-link  {
		text-align: center;
	}

	.footer-row .left-col-box .sow-image-container {
		justify-content: center;
	}

	.site-footer {
		padding: 75px 0;
	}

	.footer-row .right-col-box .menu {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}

	.footer-row .right-col-box .pp-link {
		margin-top: 40px;
	}

	.footer-row .right-col-box .so-widget-sow-image {
		margin: 25px auto 0;
	}

	#page-container .blog-grid-posts .entry {
		width: 46%;
	}

	.single #page-container .blog-grid-posts .entry {
		margin-bottom: 4%;
	}
	
	.testimonial-row h2 {
		font-size: 24px;
	}
	
	.testimonial-row .large-heading h2 {
		font-size: 40px;
	}

	.testimonial-row h5 {
		padding: 20px 0 0;
		font-size: 18px;
	}

	.download-panel {
		text-align: center;
	}

	.contact-us .panel-grid-cell:last-child::before {
		left: -2000%;
	}

	.contact-us .right-sec {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media only screen and (max-width: 780px) {

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}

	#page-container .home-logos-panel .cont .widget {
		width: calc( 100% / 3 - 20px );
	}

	.single-post-cont {
		max-width: calc(100% - 40px);
	}

	.related-posts-header {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#page-container .home-logos-panel .cont .widget {
		width: calc( 100% / 2 - 20px );
	}

	#page-container .blog-grid-posts .entry {
		width: 100%;
	}

	.date-share {
		flex-direction: column;
		gap: 15px;
	}
	
	.testimonial-row h2 br {
		display: none;
	}
	
}