/*
Theme Name: Evoheat
Theme URI: #
Description: Custom theme created for Evoheat website.
Author: Evoheat
Author URI: #

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: evoheat
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* 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}[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;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-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
---------------------------------------------------------------------------- */
.red-text {
	color: #b7413c !important;
}
.text-decoration-none a {
	text-decoration:none !important;
}

.lh-1-2,
.lh-1-2 * {
	line-height:1.2;
}

.font-azosans-medium,
.font-azosans-medium * {
	font-family:'AzoSans Medium', sans-serif;
}

.font-azosans-bold,
.font-azosans-bold * {
	font-family:'AzoSans Bold', sans-serif;
}

.font-azosans-regular,
.font-azosans-regular * {
	font-family:'AzoSans Regular', sans-serif;
	font-weight:400;
}

.font-aktiv-grotesk-medium,
.font-aktiv-grotesk-medium * {
	font-family:'Aktiv Grotesk Trial Medium', sans-serif;
}

.font-13,
.font-13 * {
	font-size:13px;
}

.font-14,
.font-14 * {
	font-size:14px;
}

.font-17,
.font-17 * {
	font-size:17px;
}

.font-22,
.font-22 * {
	font-size:22px;
}

.font-24,
.font-24 * {
	font-size:24px;
}

.font-30,
.font-30 * {
	font-size:30px;
}

.text-center,
.text-center * {
	text-align:center;
}

.text-uppercase,
.text-uppercase * {
	text-transform:uppercase;
}

.dark-text,
.dark-text * {
	color:#000;
}

.dark-text-2,
.dark-text-2 * {
	color:#3b3b3b;
}

.white-text,
.white-text * {
	color:#fff;
}

.blue-text,
.blue-text * {
	color:#1e3157 !important;
}

.dark-blue-text,
.dark-blue-text * {
	color: #1e3157 !important;
}

.light-blue-text,
.light-blue-text * {
	color:#74afe1 !important;
}

.site-btn {
	display: inline-flex;
	background: #1d3157;
	color: #fff !important;
	font-size: 15px;
	font-family: 'AzoSans Medium', sans-serif;
	border-radius: 5px;
	text-decoration: none;
	min-width: 201px;
	min-height: 49px;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	margin-right: 10px;
	text-transform: uppercase;
	line-height: 1;
}

.site-btn:hover {
	background:#213965;
}

.site-btn-2 {
	background:#b7402e;
}

.site-btn-2:hover {
	background:#c54632;
}

.mb-0 {
	margin-bottom:0 !important;
}

.mb-15 {
	margin-bottom:15px !important;
}

.mb-20 {
	margin-bottom:20px !important;
}

.mb-30 {
	margin-bottom:30px !important;
}

.mb-40 {
	margin-bottom:40px !important;
}

.mb-45 {
	margin-bottom:45px !important;
}

.mb-60 {
	margin-bottom:60px !important;
}

.mt-60 {
	margin-top:60px;
}

.mt-30 {
	margin-top:30px;
}

.pt-60 {
	padding-top:60px;
}

.pt-80 {
	padding-top:80px;
}

.pb-40 {
	padding-bottom:40px;
}

.pb-60 {
	padding-bottom:60px;
}

.pb-80 {
	padding-bottom:80px;
}

.flex {
	display:flex;
	flex-flow:row wrap;
	width:100%;
}

.align-center {
	align-items:center;
}

.justify-center {
	justify-content:center;
}

.col {
	padding: 0 20px;
	flex: auto;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.form-style-1 .gfield_required .gfield_required_text {
	text-indent:-999999px !important;
}

.form-style-1 .gfield_required .gfield_required_text::after {
	content:"*";
	text-indent:0px !important;
	display:block;
}

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

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

body {
	background-color: #fff;
	color: #5d5d5d;
	font-family: "Aktiv Grotesk Trial Light", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #6eabe0;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-family: "Aktiv Grotesk Trial Light", sans-serif;
	font-size:18px;
	color:#5d5d5d;
}

p:last-of-type {
	margin-bottom:0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	font-family: "Aktiv Grotesk Trial Light", sans-serif;
	font-size:18px;
	color:#5d5d5d;
	margin-bottom:20px;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "AzoSans Bold", sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:36px;
}

h2 {
	color:#1e3157;
}

h3,
h4,
h5,
h6 {
	color:#424242;
}

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

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

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

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	height: 47px;
	border: 1px solid #d3d3d3;
	width: 100%;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #233b68;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

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

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	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,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* 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 {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	padding: 30px;
}

.site-header .wrap {
	max-width:1280px;
	margin:0 auto;
	position:relative;
}

.widget-area.header-widget-area {
	float:right;
}

.site-header {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(255,255,255,.4) !important;
	z-index:10;
}

/* Header Top Menu */
.header-top-menu-wrap {
	float: right;
	margin-bottom: 15px;
}

.header-top-menu {
	display:inline-block;
	vertical-align:top;
}

.header-top-menu ul > li {
	display:inline-block;
	vertical-align:top;
	margin: 0 10px;
}

.header-top-menu ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-family: 'AzoSans Light', sans-serif;
}

.header-top-menu ul li a:hover {
	color:#5cc0eb;
}

.header-top-menu ul .menu-cta a {
	color:#fff;
	font-family:'AzoSans Medium', sans-serif;
	font-size:24px;
}

#google_translate_element {
	display:inline-block;
	vertical-align:top;
	margin: 0 10px;
}

/* Header Bottom Menu */
.header-bottom-menu-wrap {
	clear:both;	
}

.header-bottom-menu {
	display:inline-block;
	vertical-align:middle;
}

.header-bottom-menu ul > li {
	display:inline-block;
	vertical-align:middle;
	margin: 0 15px;
}

.header-bottom-menu ul > li a {
	font-size:16px;
	color:#fff;
	font-family:'AzoSans Bold', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}

.header-bottom-menu ul > li a:hover {
	color:#5cc0eb;
}

/* Sub Menu */
.header-widget-area ul > li {
	position: relative;
	line-height: 1.2;
}

.header-widget-area ul > li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.header-widget-area .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: auto;
	background: #5cc0eb;
	z-index:2;
}

.header-widget-area ul > li.menu-item-has-children:hover .sub-menu {
	display:block;
}

.header-widget-area .sub-menu li a {
	white-space: nowrap;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #6ad2ff;
	font-size: 14px !important;
}

.header-widget-area .sub-menu li a:hover {
	color:#000 !important;
}

.header-widget-area .sub-menu li {
	margin:0;
	display:block;
}

.trade-portal-menu {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 20px;
}

.trade-portal-menu li {
	list-style-type: none;
}

.trade-portal-menu a {
	background: #b7402e;
	font-size: 15px;
	font-family: 'AzoSans Medium', sans-serif;
	color: #fff;
	min-width: 128px;
	min-height: 49px;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	line-height:1;
	border-radius:5px;
	padding-left: 20px;
	padding-right: 20px;
}

.trade-portal-menu a:hover {
	background:#c64532;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Home Banner Slider */
.home-banner-slider .fl-slide {
	position:relative;
}

.home-banner-slider .fl-slide::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.34);
	display:block;
	z-index:1;
}

.home-banner-slider p {
	font-size:22px;
}

html body .home-banner-slider .fl-slide-cta-link {
	font-size: 14px;
	font-family: 'AzoSans Medium';
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	margin-top: 100px !important;
	display: block;
	margin-bottom: 40px !important;
	text-align: center;
    color: #ffffff;
}

.home-banner-slider .fl-slide-title {
	margin: 0 !important;
	line-height: 1.1;
}

.home-banner-slider .fl-slide-cta-link::after {
	content:"";
	display:block;
	width:13px;
	height:21px;
	background:no-repeat center url('/wp-content/uploads/2021/05/arrow-down.png');
	background-size:contain;
	margin: 10px auto 0 auto;
}

.home-banner-slider .fl-slide-foreground {
	margin-top: 280px !important;
}

/* BB After Footer */
.bb-after-footer-img img {
	margin:0 15px !important;
}

/* Scroll to Top */
html body .modern_clean_scroll_to_top_btn {
	background: #b7402e;
	color:#fff !important;
	border-radius:5px;
	display:none;
}

html body .modern_clean_scroll_to_top_btn:hover {
	background:#c64532;
}

/* Awards Slider */
.custom-col {
	padding:0 20px;
	text-align:center;
}

.custom-col img {
	margin:auto;
}

/* Slick Arrows */
html body .slick-arrow {
	width:14px;
	height:28px;
	background:no-repeat center !important;
	background-size:contain !important;
	z-index:2;
}

html body .slick-arrow::before {
	display:none !important;
}

html body .slick-prev {
	background-image:url('/wp-content/uploads/2021/05/left-arrow.png') !important;
}

html body .slick-next {
	background-image:url('/wp-content/uploads/2021/05/right-arrow.png') !important;
}

html body .white-arrow .slick-arrow {
	filter: grayscale(1) invert(1);
}

html body .gray-arrow .slick-arrow {
	filter: grayscale(1);
}

html body .arrow-location-2 .slick-prev {
	left:20px !important;
}

html body .arrow-location-2 .slick-next {
	right:20px !important;
}

/* Testimonials Slider */
.testimonials-wrap .custom-col-content p {
	font-family: 'AzoSans Light Italic';
	font-size: 24px;
	line-height: 1.3;
}

.testimonials-wrap .custom-col-info {
	font-size:14px;
	text-transform:uppercase;
	font-family:'AzoSans Bold';
	letter-spacing: 2px;
}

.testimonials-wrap .custom-col-img {
	margin-bottom:30px;
}

.testimonials-wrap .custom-col-img {
	width:200px;
	margin:0 auto 30px auto;
}

.testimonials-wrap .custom-col-star {
	margin-bottom: 30px;
}

.testimonials-wrap .custom-col-content {
	margin-bottom:30px;
}

/* Clients Slider */
.clients-wrap .custom-col-img img {
	filter: grayscale(100);
	width: 250px;
	height: 100px;
	object-fit: contain;
}

/* Projects Slider */
.projects-wrap .custom-col-inner {
	min-height: 495px;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px 30px;
}

.projects-wrap .custom-col-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.projects-wrap .custom-col-img::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
}

.projects-wrap .custom-col-img {
	width:100%;
	height:100%;
}

.projects-wrap .custom-col-img img {
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.projects-wrap .custom-col-title {
	position:relative;
	font-size:24px;
	color:#fff;
	font-family:'AzoSans Bold';
	text-align:left;
}

.projects-wrap .custom-col-title a {
	color:#fff;
	text-decoration:none;
}

.projects-wrap .custom-col-series {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 2;
}

/* Custom Callout */
.custom-callout .fl-callout-content {
	position: relative;
	min-height: 405px;
	padding: 40px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.custom-callout .fl-callout-content::after {
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.custom-callout .fl-callout-photo {
	position:absolute;
	left:0;
	top:0;
	background:#333;
	width:100%;
	height:100%;
}

.custom-callout .fl-callout-photo .fl-photo {
	height:100%;
}

.custom-callout .fl-photo-content {
	width:100%;
	display:block;
	height:100%;
}

.custom-callout .fl-photo-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.custom-callout .fl-callout-title,
.custom-callout .fl-callout-text-wrap {
	position: relative;
	z-index: 1;
	color:#fff;
}

.custom-callout .fl-callout-text-wrap p {
	color:#fff;
}

.custom-callout-big .fl-callout-content {
	min-height:628px;
}

/* Mobile Menu Button */
.custom-mobile-menu-button-wrap {
	display:none;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.custom-mobile-menu-button {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 3px solid #fff;
	padding-top: 12px;
}

.custom-mobile-menu-button:hover {
	background:rgba(255,255,255,.3);
}

.custom-mobile-menu-button span {
	width: 20px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 0 auto 4px auto;
}

.custom-mobile-menu-button span:last-of-type {
	margin-bottom:0;
}

#menu-mobile-menu-2, .mobile-trade-portal-menu {
	margin-bottom:0;
}

/* Mobile Menu */
.custom-mobile-menu-wrap {
	display:none;
	background: #1d3157;
	border-top: 1px solid #29467d;
}

.custom-mobile-menu-wrap a {
	display: block;
	border-bottom: 1px solid #29467d;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'AzoSans Medium', sans-serif;
}

.custom-mobile-menu-wrap #menu-header-bottom-menu-1 a {
	padding: 15px!important;
}

.custom-mobile-menu-wrap a:hover {
	background: #243b66 !important;
}

.custom-mobile-menu-wrap .sub-menu a {
	padding-left: 50px !important;
	background: #233b6a;
}

.custom-mobile-menu-wrap .sub-menu a:hover {
	background: #274379;
}

.custom-mobile-menu-wrap li {
	position:relative;
}

.custom-mobile-menu-wrap .sub-menu {
	display:none;
}

.mobile-toggle-submenu {
	position: absolute;
	right: 20px;
	top: 7px;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	width: 100%;
    text-align: right;
}

.mobile-toggle-submenu:hover {
	color:#b7402e;
}

/* Form Input */
.custom-form {
	display:flex;
	flex-flow:row wrap;
}

.form-row {
	max-width:100%;
	flex:0 0 100%;
	padding: 0 10px;
}

.form-row-half {
	max-width:50%;
	flex:0 0 50%;
}

.form-input {
	position:relative;
}

/* Login */
label {
	font-family: 'Aktiv Grotesk Trial Medium';
	color: #444444;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}

.remember-me {
	float:left;
	font-size:14px;
	color:#696969;
}

.forgot-password {
	float:right;
	font-family: 'Aktiv Grotesk Trial Medium';
	color:#6dabe0;
	font-size:14px;
}

.forgot-password a {
	text-decoration:none;
	color:#6dabe0;
}

.forgot-password a:hover {
	color:#000;
}

button {
	width: 100%;
	font-size: 15px;
	color: #fff;
	font-family: 'AzoSans Medium';
	background: #1d3157;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 53px;
	display: block;
	border-radius:0;
}

button:hover {
	background:#233b68;
}

.register-now {
	text-align:center;
	font-size:14px;
	font-family: 'Aktiv Grotesk Trial Medium';
}

.register-now a {
	color:#6dabe0;
	text-decoration:none;
}

.register-now a:hover {
	color:#000;
}

.show-password {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Aktiv Grotesk Trial Medium';
	z-index: 2;
	top: 15px;
	right: 15px;
	color: #6eabe0;
}

/* Form Errors */
.form-error {
	font-size: 15px;
	color: red;
	font-family: 'Aktiv Grotesk Trial Medium';
	margin-top: 5px;
}

/* Forgot Password */
.form-callbox {
	background:#e7f0f7;
	padding:20px;
}

.form-callbox p {
	font-size:13px;
	color:#5d5d5d;
	margin:0;
}

.form-callbox p strong {
	font-size:14px;
	color:#6dabe0;
	font-family: 'Aktiv Grotesk Trial Medium';
}

.forgot-password-form .form-submit {
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

.cancel-btn {
	width: 100%;
	font-size: 15px;
	color: #5d5d5d;
	font-family: 'AzoSans Medium';
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 53px;
	display: block;
	text-decoration: none;
	border: 1px solid #d6d6d6;
	text-align: center;
	padding: 16px;
}

.cancel-btn:hover {
	background:#f5f5f5;
}

.forgot-password-form .form-submit > * {
	max-width: 48%;
	flex: 0 0 48%;
	margin: 0 1%;
}

.register-now {
	margin-top:35px;
}

/* Registration Page */
.register-heading {
	float:left;
	font-size: 36px;
	text-transform: uppercase;
	font-family: AzoSans Bold;
	margin:0;
}

.register-login {
	float:right;
	font-size:14px;
	font-family: 'Aktiv Grotesk Trial Medium';
	color:#696969;
	margin-top:15px;
}

.register-login a {
	text-decoration:none;
}

.register-info {
	font-size: 16px;
	color: #444444;
	margin-bottom: 15px;
	margin-top: 9px !important;
	font-weight: 400;
}

.registration-form label {
	color:#9e9e9e;
}

/* Login Error Message */
.login-error-message {
	margin-bottom: 15px !important;
	text-align: center;
	color: #fff;
	border: 2px solid red;
	color: red;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Aktiv Grotesk Trial Medium';	
}

/* Subpage Banner */
.subpage-banner-col {
	max-width:738px;
}

/* Custom Breadcrumbs */
.custom-breadcrumbs {
	padding: 0 !important;
	margin: 0 !important;
}

.custom-breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	font-family:'Aktiv Grotesk Trial Medium', sans-serif;
}

.custom-breadcrumbs li a {
	color:#fff;
	text-decoration:none;
}

.custom-breadcrumbs li a:hover {
	text-decoration:underline;
}

.custom-breadcrumbs li::after {
	content: ">";
	margin-left: 8px;
	margin-right: 4px;
}

.custom-breadcrumbs li:last-of-type::after {
	display:none;
}

.custom-breadcrumbs li.active,
.custom-breadcrumbs li h1 {
	font-family: 'AzoSans Bold', sans-serif;
	font-size: 43px;
	display: block;
	line-height: 1.2;
}

/* Subpage Menu */
.subpage-menu ul {
	padding-left: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
}

.subpage-menu ul li {
	display:inline-block;
	vertical-align:top;
}

.subpage-menu ul li {
	font-size: 17px;
	font-family: 'AzoSans Bold', sans-serif;
	color: #c6c6c6;
	text-transform: uppercase;
	margin-right: 40px;
}

.subpage-menu ul li:last-of-type {
	margin-right:0;
}

.subpage-menu ul li a {
	text-decoration:none;
	color:#c6c6c6;
}

.subpage-menu ul li a:hover {
	color:#000;
}

.subpage-menu ul li.current-menu-item a {
	color:#2b3d5f;
}

/* Img Text Col */
.img-text-col .fl-col-content {
	display:flex;
	flex-flow:row;
	align-items:center;
}

/* Img Text Callout */
.img-text-callout .fl-callout {
	display:flex;
	flex-flow:row;
	align-items:center;
}

.img-text-callout .fl-callout-photo,
.img-text-callout .fl-callout-content {
	width:auto !important;
}

.img-text-callout .fl-callout-photo {
	padding-right:20px !important;
}

.img-text-callout-center .fl-callout-title {
	padding-bottom:0 !important;
}

.img-text-callout-center .fl-callout {
	justify-content:center !important;
}

/***** Award Page *****/
.award-year .fl-rich-text {
	display: inline-block;
	background: #1d3157;
	padding: 15px 30px;
	line-height: 1;
}

/***** Downloads Page *****/
.downloads-col-title {
	color:#3b3b3b;
	font-size:24px;
	font-family:'AzoSans Medium', sans-serif;
	margin:0;
}

.downloads-lists-wrap {
	display:flex;
	flex-flow:row wrap;
	margin-top: 30px;
	transition:all 0.3s ease;
	display:none;
}

.downloads-col.active .downloads-lists-wrap {
	display:flex;
}

.download-list-button {
	display: flex;
	flex-flow: row;
	border: 1px solid #dedede;
	text-decoration: none;
	color: #5d5d5d;
	font-size: 16px;
	align-items: center;
	min-height: 74px;
}

.download-list {
	max-width: 33.3%;
	flex: 0 0 33.3%;
	padding-right: 30px;
	margin-bottom: 30px;
}

.download-list-icon {
	flex:0 0 60px;
	max-width:60px;
	height: auto;
	background: #74afe1 no-repeat center url('/wp-content/uploads/2021/07/icon-dl.png');
	transition:all 0.3s ease;
	align-self: stretch;
}

.download-list-button:hover .download-list-icon {
	background-color:#7ab9ee;
}

.download-list-title {
	flex: 1;
	padding: 15px 25px;
	line-height: 1.4;
	height:auto;
}

.downloads-col {
	margin-bottom: 0;
	border-bottom: 1px solid #cfcfcf;
	cursor: pointer;
	padding: 20px 0;
}

.downloads-col:last-of-type {
	border-bottom:0;
}

.downloads-col .icon-status::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-left: 10px;
	line-height: 1;
}

.downloads-col.active .icon-status::before {
	content: "\f078";
}

/* News Page
---------------------------------------------------------------------------- */
.wrap {
	max-width:1280px;
	margin:0 auto;
}

.news-2 {
	text-align:center;
}

.news-2 h2 {
	margin-bottom:10px;
}

.news-2 .wrap {
	padding: 0 0 40px 0;
}

.news-cat li {
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	font-weight:400;
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 20px;
}

.news-cat li a {
	text-decoration: none;
	color: #595959;
	display: inline-block;
	border-bottom: 3px solid transparent;
	padding: 0 7px 7px 7px;
}

.news-cat li a.active {
	font-weight:700;
	border-bottom: 3px solid #ffe512;
}

.news-cat li a:hover {
	color:#000;
}

.news-cat {
	margin-top:50px;
}

/* News Search */
.news-search-form {
	display:flex;
}

.news-search-form-row {
	display: flex;
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 20px;
	align-items: center;
}

.news-search-form-row label {
	color: #424242;
	text-transform: uppercase;
	font-family: 'AzoSans Bold';
	margin-right: 20px;
}

.news-search-form-row button {
	height: 47px;
	flex: 0 0 44px;
	padding: 0;
	display: block;
	background:#b7402e;
}

.news-search-form-row button:hover {
	background:#c54431;
}

.news-result-col {
	padding:0 20px;
	font-size:15px;
}

.news-result-col p  {
	font-size:15px;
}

.news-result-col p span {
	font-family:'AzoSans Medium', sans-serif;
}

/* News 3
---------------------------------------------------------------------------- */
.news-3 {
	padding-bottom:60px;
}

.news-3 .wrap {
	padding:40px 0;
}

.news-3-col-wrap {
	display:flex;
	flex-flow:row wrap;
}

.news-3-col {
	max-width:50%;
	flex:0 0 50%;
	padding:0 25px;
	margin-bottom:50px;
}

.news-3-col-inner {
	background-size:100%;
	position:relative;
	display: flex;
	flex-flow: column;
	transition:all 1s ease;
}

.news-3-col-inner:hover {
	background-size:110%;
}

.news-3-col-content {
	position:relative;
	z-index:1;
	margin-bottom: 15px;
}

.news-3-col-content * {
	color:#5d5d5d;
}

.news-3-col-date {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.news-3-col-img {
	width:100%;
	margin-bottom: 30px;
}

.news-3-col-img img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: center;
	background: #333;
	border: 0;
}

.news-3-col-img a {
	display:block;
}

.news-3-col-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #1e3157;
	margin-bottom: 15px;
}

.news-3-col-title a {
	text-decoration:none;
	color: #1e3157;
}

.news-3-col-title a:hover {
	color:#000;
}

.news-3-col-btn a {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'AzoSans Medium', sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
}

/* News 3 Load More
---------------------------------------------------------------------------- */
.news-3-col-load-more {
	max-width: 100%;
	flex: 0 0 100%;
	text-align: center;
	padding-top: 30px;
}

.news-3-col-load-more .site-btn {
	background: #b7402e;
	border-color: #b7402e;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: AzoSans Medium, sans-serif;
	font-size: 14px;
	padding: 20px 30px;
}

.news-3-col-load-more .site-btn:hover {
	background:#c64531;
}

.news-3-col-load-more .site-btn i {
	font-size: 16px;
	margin-left: 5px;
	display: inline-block;
}

/* News Navi */
.news-navi {
	text-align:center;
}

html body .wp-pagenavi a, 
html body .wp-pagenavi span {
	background: #b7402e;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-family: AzoSans Medium;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 100%;
}

html body .wp-pagenavi a.last,
html body .wp-pagenavi a.first {
	border-radius:5px;
}

html body .wp-pagenavi a:hover, 
html body .wp-pagenavi span.current {
	background:#182a4e;
}

html body .wp-pagenavi a.last:hover {
	color:#fff;
}

html body .wp-pagenavi span.pages {
	background:transparent;
	color:#000;
}

html body .wp-pagenavi span.extend {
	background:transparent;
	color:#000;
}

/* News Single */
.single-blog-info li {
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#595959;
	margin-right: 20px;
}

/* News Single Pagination */
.news-single-nav a {
	font-size:13px;
	font-family:'Lato', sans-serif;
	color:#595959;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
}

.news-single-nav a:hover {
	color:#000;
}

.news-single-nav .news-single-nav-left a i {
	margin-right:5px;
}

.news-single-nav-left {
	float:left;
}

.news-single-nav-right {
	float:right;
}

/* News Single  */
.row {
	max-width:1280px;
	margin:0 auto;
}

.single-post-back {
	font-size: 14px;
	color: #5d5d5d;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 30px;
	padding-top: 40px;
	margin-bottom: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
}

.single-post-back a {
	text-decoration:none;
	color:#5d5d5d;
}

.single-post-back a:hover {
	color:#000;
}

.custom-single-post-title {
	font-size:30px;
	text-transform:uppercase;
	font-family:'AzoSans Bold', sans-serif;
	color:#1e3157;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.custom-single-post-info {
	font-size:12px;
	text-transform:uppercase;
	color:#5d5d5d;
	font-family:'Aktiv Grotesk Trial Medium', sans-serif;
	letter-spacing:1px;
}

.custom-single-post-info {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.custom-single-post-info span {
	margin-right:20px;
}

.custom-single-post-image {
	text-align:center;
	margin-bottom:30px;
}

.custom-single-post-content {
	padding:0 40px;
}

.custom-single-post-content p strong {
	font-family:'Aktiv Grotesk Trial Medium';
	font-weight:400;
}

.custom-single-post-content h1,
.custom-single-post-content h2,
.custom-single-post-content h3,
.custom-single-post-content h4,
.custom-single-post-content h5,
.custom-single-post-content h6 {
	font-size: 22px;
	font-family: 'Aktiv Grotesk Trial Light', sans-serif;
	color: #5d5d5d;
	line-height: 1.2;
	font-weight: 400;
}

.custom-single-post-content ul {
	margin-left:20px;
	margin-bottom:20px;
}

.custom-single-post-content ul li {
	list-style:disc;
}

.custom-single-post-sharer {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 45px;
	padding: 10px 25px;
}

/* BLOG SHARING */
.addtoany_list.a2a_kit_size_32 a {
	background: transparent !important;
	width: 26px !important;
	height: 26px !important;
	padding: 0 !important;
	text-align: center !important;
	margin-right: 5px;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	background:transparent !important;
	width:26px;
	opacity:1;
	line-height:1em;
	height:auto;
	fill:#1d3157;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span path {
	fill:#1d3157;
}

.addtoany_list.a2a_kit_size_32 a:hover path {
	fill:#233b69 !important;
}

.addtoany_list::before {
	content: "SHARE";
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
	color: #5d5d5d;
	font-size: 16px;
	margin-right: 5px;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	width:26px !important;
	height:26px !important;
	line-height:1 !important;
}

/* Single News Slider Section */
.single-news-slider-section .row {
	max-width:100%;
}

.single-news-other-slider-inner {
	min-height: 377px;
	background: no-repeat center #333;
	background-image: none;
	background-size: auto;
	background-size: cover;
	position: relative;
	padding: 40px;
	display: flex;
	flex-flow: column;
	justify-content: end;
}

.single-news-other-slider-inner::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.23);
	height:100%;
	width:100%;
}

.single-news-other-title,
.single-news-other-cta {
	position:relative;
	z-index:1;
}

.single-news-other-title {
	font-size: 24px;
	color: #fff;
	font-family: 'AzoSans Medium';
	line-height: 1.3;
	text-transform: uppercase;
}

.single-news-other-title a {
	color: #fff;
	text-decoration:none;
}

.single-news-other-cta a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: AzoSans Medium, sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
}

.single-news-other-cta a:hover {
	color:#fff;
}

.big-read-more {
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.big-read-more a {
	width: 334px;
	height: 105px;
	background: #1d3157;
	color: #fff;
	font-family: 'AzoSans Medium', sans-serif;
	display: flex;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	flex-flow: row;
	padding: 20px 20px 20px 40px;
	align-items: center;
}

.big-read-more a .fas {
	color: #2cace2;
	font-size: 28px;
	margin-left: 20px;
}

.big-read-more a:hover {
	background:#223965;
}

.single-news-other-slider {
	padding-top:60px;
}

.single-news-other-slider:hover .big-read-more {
	opacity: 1;
	visibility: visible;
}

.single-news-slider-section {
	padding-top:40px;
}

/* Projects
---------------------------------------------------------------------------- */
.projects-2 {
	padding-top:60px;
}

.projects-2 .wrap {
	padding-bottom: 40px;
	border-bottom: 1px solid #cfcfcf;
}

.projects-cat {
	padding-top:40px;
}

.project-cat-lists {
	display: flex;
	flex-flow: row;
	border-bottom: 1px solid #cfcfcf;
}

.project-cat-lists li {
	font-family: 'AzoSans Bold', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #c6c6c6;
	flex: 0 0 auto;
	padding-right: 40px;
	margin-bottom: 30px;
}

.project-cat-lists li a {
	color:#c6c6c6;
	text-decoration:none;
}

.project-cat-lists li a:hover {
	color:#000;
}

.project-cat-lists li a.active {
	color:#2b3d5f;
}

.project-cat-lists li:last-of-type {
	padding-right:0;
}

/* Projects Lists */
.projects-row .news-3-col-img img {
	height:501px;
}

.projects-row .news-3-col-title {
	margin-bottom:5px;
}

.projects-location {
	margin-bottom:10px !important;
}

.projects-row .news-3-col {
	margin-bottom:40px;
}

.projects-row .wrap {
	padding: 0 0 10px 0;
}

/* Single Projects */
.single-projects-title {
	text-transform:uppercase;
	font-size:34px;
}

.single-projects-info p {
	font-size:17px;
}

.single-projects-info p strong {
	font-family:'Aktiv Grotesk Trial Medium';
	font-weight:400;
}

.single-projects-slider {
	padding:0 20px;
}

.single-projects-slider button {
	padding:0 !important;
	display:block !important;
	height:auto !important;
}

.single-projects-slider img {
	margin:0 auto;
}

.single-projects-content-heading h3 {
	font-size:24px;
	color:#5d5d5d;
	font-weight:400;
	font-family:'Aktiv Grotesk Trial Light', sans-serif;
}

.single-projects-2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.single-projects-info {
	margin-bottom:40px;
}

.single-projects-slider-wrap {
	max-width:1080px;
	margin:0 auto 40px auto;
}

/* Single Projects 3 */
.single-projects-3 {
	background:#1d3157;
}

.single-projects-3 {
	padding:60px 0;
}

/* Single Projects Slider */
.single-projects-slider-section .single-news-other-title {
	font-size:24px;
	font-family:'AzoSans Bold', sans-serif;
	text-transform: capitalize;
	margin-bottom: 0;
}

.single-projects-slider-section .single-news-other-slider-inner {
	min-height:494px;
}

.single-projects-slider-section .slick-slide {
	padding:0 10px;
}

.single-projects-slider-section {
	padding-top:60px;
	padding-bottom:60px;
}

.single-projects-slider-section h2 {
	margin-bottom:40px;
}

/* Reviews
---------------------------------------------------------------------------- */
.custom-reviews-col {
	margin-bottom:30px;
}

.custom-reviews-col-inner {
	background:#fff;
	text-align:center;
	padding: 50px;
}

.custom-reviews-quote {
	margin-bottom:30px;
}

.custom-reviews-heading {
	margin-bottom:20px;
}

.custom-reviews-content {
	margin-bottom:30px;
}

.custom-reviews-page {
	padding-top:30px;
}

/* Tech Support */
.tech-support-widget {
	max-width:906px;
	margin:0 auto;
}

/* Gravity Form
---------------------------------------------------------------------------- */
html body .gform_confirmation_message {
	text-align:center;
}

html body .gform_confirmation_message h2 {
	font-size:30px;
	margin-bottom:10px;
}

html body .gform_confirmation_message h3 {
	font-size:25px;
	margin-bottom:10px;
}

html body .gform_wrapper.gravity-theme .gf_page_steps {
	display:flex;
	flex-flow:row wrap;
}

html body .gform_wrapper.gravity-theme .gf_step {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: relative;
	margin-right: 20px;
	padding-right: 90px;
}

html body .gform_wrapper.gravity-theme .gf_step::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 76px;
	height: 1px;
	background: #bebebe;
	margin-top: -1px;
}

html body .gform_wrapper.gravity-theme .gf_step:last-of-type::after {
	display:none;
}

html body .gform_wrapper.gravity-theme .gf_step:last-of-type {
	padding-right:0;
	margin-right:0;
}

html body .gform_wrapper.gravity-theme .gf_step_label {
	color: #a4a4a4;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

html body .gform_wrapper.gravity-theme .gf_page_steps {
	text-align: center;
	justify-content: center;
	border:0;
}

html body .gform_wrapper.gravity-theme .gf_step_active  .gf_step_label {
	color:#3e3e3e;
}

html body .gform_wrapper.gravity-theme .gf_step_number {
	background: #ddd;
	border: 0;
	color: #fff;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
	font-size: 16px;
	line-height: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

html body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background:#6dabe0;
	color:#fff;
}

html body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	left:0;
	top:0;
}

html body .gform_wrapper.gravity-theme .gfield_label,
html body .gform_wrapper.gravity-theme .ginput_complex label, 
html body .gform_wrapper.gravity-theme .ginput_complex legend {
	color: #333;
	font-size: 14px;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
	font-weight: 400;
}

html body .gform_wrapper.gravity-theme .gfield input, 
html body .gform_wrapper.gravity-theme .gfield select{
	max-width: 100%;
	height: 50px;
	border: 1px solid #d5d5d5;
	width: 100% !important;
	font-size: 13px;
	font-family: Aktiv Grotesk Trial Light;
}

html body .gform_wrapper.gravity-theme .ginput_container_consent input,
html body .gform_wrapper.gravity-theme .ginput_container_consent label {
	display: inline-block;
	width: auto !important;
	height: auto;
	max-width: unset;
}

html body .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, 
html body .gform_wrapper.gravity-theme .gfield_consent_description {
	border:0 !important;
	padding:0 !important;
	max-height:unset !important;
	overflow:unset !important;
	font-size: 15px;
	color: #333;
	font-family:'Aktiv Grotesk Trial Light';
}

html body .gform_wrapper.gravity-theme .gform_footer button, 
html body .gform_wrapper.gravity-theme .gform_footer input, 
html body .gform_wrapper.gravity-theme .gform_page_footer button, 
html body .gform_wrapper.gravity-theme .gform_page_footer input {
	background: #1d3157;
	font-size: 15px;
	font-family: 'AzoSans Medium', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	min-height: 45px;
	border-radius: 0;
	min-width: 163px;
	line-height:1 !important;
}

html body .gform_wrapper.gravity-theme .gform_footer button:hover, 
html body .gform_wrapper.gravity-theme .gform_footer input:hover, 
html body .gform_wrapper.gravity-theme .gform_page_footer button:hover, 
html body .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background: #223a67;
}

html body .gform_wrapper.gravity-theme .gform_footer, 
html body .gform_wrapper.gravity-theme .gform_page_footer {
	text-align:right;
}

html body .gform_wrapper.gravity-theme .gform_previous_button.button, 
html body .gform_wrapper.gravity-theme .gform_save_link.button {
	background:#b7402e;
	color:#fff;
}

html body .gform_wrapper.gravity-theme .gform_previous_button.button:hover, 
html body .gform_wrapper.gravity-theme .gform_save_link.button:hover {
	background:#c44431;
}

html body .gform_delete_file {
	background: #b7402e;
}

html body .ginput_preview strong {
	color: #333;
	font-size: 14px;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
	font-weight: 400;
}

html body .gform_wrapper.gravity-theme .description, 
html body .gform_wrapper.gravity-theme .gfield_description, 
html body .gform_wrapper.gravity-theme .gsection_description, 
html body .gform_wrapper.gravity-theme .instruction,
html body .gform_wrapper.gravity-theme .gfield_header_item, 
html body .gform_wrapper.gravity-theme .gform_fileupload_rules, 
html body .gform_wrapper.gravity-theme .ginput_complex label {
	color: #333;
	line-height: 1.3;
	font-size: 14px;
}

/* Custom Accordion */
html body .fl-accordion-button-icon {
	color:#6dabe0 !important;
	opacity:1;
	text-decoration:none !important;
	outline:0 !important;
}

html body .fl-accordion-button-label {
	outline:0 !important;
}

html body .fl-accordion-small .fl-accordion-content a {
	color:#6dabe0 !important;
	text-decoration:none !important;
	font-family: 'Aktiv Grotesk Trial Medium', sans-serif;
}

/* Warranty Terms */
.custom-warranty-tbl tr {
	border:0;
}

.custom-warranty-tbl th {
	color: #fff;
	font-size: 16px;
	font-family: 'AzoSans Bold', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 30px;
}

.custom-warranty-tbl td {
	color:#fff;
	font-size:16px;
	line-height: 1.5;
	text-align: center;
	padding: 30px 20px;
}

.custom-warranty-tbl td.wt-title {
	color: #6dabe0;
	font-size: 22px;
	width: 234px;
	text-align: left;
	line-height: 1.2;
}

.custom-warranty-tbl td.wt-series {
	text-align:left;
	width: 187px;
}

.custom-warranty-wrap {
	background: #172745;
	padding: 48px;
}

.custom-warranty-wrap thead {
	border:0;
	border-bottom:1px solid #fff;
}

.custom-warranty-wrap tbody {
	border:0;
	border-bottom:1px solid #fff;
}

.custom-warranty-wrap tbody:last-of-type {
	border-bottom:0;
}

.custom-warranty-tbl tbody tr:not(:nth-of-type(1)) td {
	padding-top:0;
}

.custom-warranty-tbl tbody td.wt-title:not(.wt-title-0) {
	text-indent:-999999px;
}

.custom-warranty-tbl tbody.warranty-count-1 tr:nth-of-type(1) td {
	padding-bottom:20px;
}

.custom-warranty-tbl {
	margin-bottom:0;
}

.white-page-navi {
	margin-top:40px;
}

.white-page-navi .pages {
	color:#fff !important;
}

html body .warranty-terms-tp {
	color: #ffffff!important;
    border-collapse: unset!important;
}

html body .warranty-terms-tp p {
	color:#fff !important;
}

.warranty-terms-tp tr {
    border-top: 0;    
}

.warranty-terms-tp >:where(thead,tfoot)>*>th {
    background-color: #00b0f0!important;
}

.warranty-terms-tp > * + tbody > * > *, .warranty-terms-tp > tbody > * ~ * >*, .warranty-terms-tp > tfoot > * >* {
    border-top: 0!important;
}

html body .warranty-terms-tp>:where(thead,tfoot)>*>th {
    color: #fff!important;
    font-size: 16px!important;
    font-family: 'AzoSans Bold', sans-serif!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    line-height: 1.2!important;
    padding: 15px 15px 10px!important;
}

html body .warranty-terms-tp td {
    color: #fff!important;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

html body .warranty-terms-tp th:not(:first-child) {
  color: #fff !important;
  font-style: italic;
  font-size: 14px !important;
  text-align: center;
}

.warranty-terms-tp th:first-child {
  width: 25%;
}

.warranty-terms-tp th:nth-child(2) {
  width: 25%;
}

.warranty-terms-tp td {
  vertical-align: middle!important;
  padding: 12px !important;
}

.warranty-terms-tp td:first-child {
    font-weight: 600;
    font-size: 15px;
}

.warranty-terms-tp td:not(:first-child) {
  text-align: center;
}

/* Tech Support Page */
.custom-tech-cat-wrap {
	display:flex;
}

.custom-tech-cat {
	flex: 1;
	margin: 0 10px;
}

.custom-tech-cat a {
	display: flex;
	background: #ddd;
	text-decoration: none;
	font-size: 16px;
	font-family: AzoSans medium;
	color: #a6a6a6;
	justify-content: center;
	align-items: center;
	padding: 15px;
	position:relative;
}

.custom-tech-cat a:hover {
	background: #333;
	color: #fff;
}

.custom-tech-cat a.active {
	background: #1d3157;
	color: #ffffff;
	transform: scale: 1.05;
}

.custom-tech-cat a.active::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #1d3157 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -5px;
}

.custom-tech-wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

.custom-tech-title {
	font-size:24px;
	font-family:'AzoSans Medium';
	color:#3b3b3b;
}

.custom-tech-title a {
	text-decoration:none;
	color:#3b3b3b;
}

.custom-tech-title a:hover {
	color:#000;
}

.custom-tech {
	text-align:center;
}

.custom-tech-img {
	margin-bottom:15px;
}

.custom-tech-cat-wrap {
	margin-bottom:45px;
}

/* Custom Tech Support Single */
.stc-1 {
	padding-top:80px;
	padding-bottom:40px;
}

.stc-1-row-2 {
	padding-bottom: 60px;
	border-bottom: 1px solid #e7e7e7;
}

/* Stc-2  */
.stc-2 {
	padding-bottom:40px;
}

.tech-support-flex .col {
	padding: 0 20px;
	flex: 50% 1;
}

.tech-support-accord .downloads-col {
	cursor:auto;
}

.tech-support-accord .downloads-col-title {
	cursor:pointer;
}

.tech-support-flex .text-wrap ul {
	margin-left:20px;
}

.tech-support-flex .text-wrap ul li {
	list-style:disc;
	margin-bottom:15px;
}

.tech-support-flex .text-wrap p {
	margin-bottom:20px !important;
}

.tech-support-flex .text-wrap strong,
.tech-support-flex .text-wrap b {
	font-family: 'AzoSans Medium';
	font-weight: 400;
}

.stc-3 {
	padding:0 20px 60px 20px;
}

/* Error Code Table */
.error-codes-tbl th {
	background: #1e3157;
	color: #fff;
	font-family: 'AzoSans Medium';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 20px 20px;
	line-height: 1;
}

.error-codes-tbl td {
	padding: 15px;
	font-size: 17px;
}

/* Product Review AU Slider */
.product-au-review-ratings * {
	margin:0 3px;
}

.product-review-au-wrap .custom-col-header {
	display:flex;
}

.product-review-au-wrap .custom-col {
	text-align:left;
}

.product-review-au-wrap .custom-col-img {
	padding-right:10px;
}

.product-review-au-wrap .custom-col-other {
	display:flex;
}

.product-review-au-wrap .custom-col-other * {
	margin:0 3px;
}

.product-review-au-wrap .custom-col-other img {
	margin:0 5px 0 0;
	width:100px;
}

.product-review-au-wrap .custom-col-content p {
	line-height:1.4;
	font-size:17px;
}

/* Pool Spa Slider */
.slick-initialized .slick-slide {
	padding:0 15px;
	text-align:center;
}

.slick-slide img {
	margin:0 auto;
}

/* PSH 2 Two Col Layout */
.psh-2-content-col.two-col {
	display:flex;
	flex-flow:row wrap;
}

.two-col .psh-2-content-wrap,
.two-col .psh-2-slider-wrap {
	max-width:50%;
	flex:0 0 50%;
}

.two-col .psh-2-slider-wrap {
	order:1;
}

.two-col .psh-2-content-wrap {
	order:2;
}

/* Pool Spa Menu Wrap */
.psh-3 {
	background:#1d3157;
}

.psh-3 .col {
	display:flex;
}

.psh-3-nav-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.ps3-nav {
	display: flex;
	padding-top: 15px;
}

.ps3-nav a {
	color: #ffffff;
	font-size: 17px;
	font-family: 'AzoSans Regular', sans-serif;
	text-decoration: none;
	display: block;
	position: relative;
	padding-bottom: 10px;
}

.ps3-nav a.active::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #2cace2;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ps3-nav li {
	margin:0 15px;
	list-style:none;
}

/* Pool Spa Heating Section 5 */
.psh-5 {
	background:#f5f6fb;
}

.psh-5-col-img {
	background: #fff;
	text-align: center;
	padding: 60px;
}

.psh-5-col-content {
	padding:60px;
}

.psh-5-row-wrap .psh-5-row:nth-of-type(even) .psh-5-col-content {
	order:1;
}

.psh-5-row-wrap .psh-5-row:nth-of-type(even) .psh-5-col-img {
	order:2;
}

/* PSH 5 2 */
.psh-5-2 .psh-5-row-wrap {
	display: flex;
	flex-flow: row wrap;
}

.psh-5-2 .psh-5-row {
	max-width:50%;
	flex:0 0 50%;
}

.psh-5-2 .psh-5-col-content {
	padding: 0 30px;
}

/* PSH 6 */
.psh-6 .row {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
}

.psh-7 {
	padding-top:60px;
}

/* Warranty Period */
.tbl-class-2 th {
	background: #1d3056 !important;
	color: #fff;
	font-size: 16px;
	font-family: 'AzoSans Bold';
	font-weight: 400 !important;
	text-transform: uppercase;
	text-align: center !important;
	border: 1px solid #ebecec !important;
	line-height:1.2;
}

.tbl-class-2 td {
	border: 1px solid #ebecec !important;
	font-family: 'AzoSans Regular';
	font-weight: 400;
	padding: 15px 30px !important;
	font-size:16px;
}

.tbl-class-3 th {
	text-transform:none;
}

.content-wrap {
	margin-top:20px;
}

.content-wrap p {
	font-size:16px;
}

/* Pool and Spa Heating */
.downloads-lists-wrap.flex {
	display:flex;
}

/* PSH 7 */
.psh-7 .row {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 60px;
}

/* PSH Video */
.psh-video {
	padding: 0 15px;
	max-width: 50%;
	flex: 0 0 50%;
	margin-bottom: 30px;
}

.tbl-wrap {
	overflow-x:auto;
}

/* Other Products Section */
#other-products {
	background:#f5f6fb;
}

.other-product-slider-title {
	font-size:24px;
	font-family:'AzoSans Medium';
	color:#3b3b3b;
}

.other-product-slider-title a {
	text-decoration:none;
	color:#3b3b3b;
}

.other-product-slider-title a:hover {
	color:#1d3157;
}

.other-products-slider-inner {
	text-align:left;
}

.other-product-slider-img {
	margin-bottom:30px;
	max-width:250px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.other-product-slider-img img {
	max-height:250px !important;
}

.other-product-slider-title {
	margin-bottom:10px;
}

.other-product-slider-content {
	margin-bottom:20px;
}

.other-product-cta .site-btn {
	width:100%;
}

/* Members Achsa */
.members-achsa .download-list {
	max-width:100%;
	flex:1;
}

/* Contact Page */
.team-wrap {
	display:flex;
	flex-flow:row wrap;
}

.team-wrap .custom-col {
	max-width:33.3%;
	flex:0 0 33.3%;
	padding:0 30px;
	margin-bottom:40px;
}

.team-wrap .custom-img img {
	width: 100%;
	height: 356px;
	background: #fff;
	object-fit: cover;
}

.team-wrap .custom-title {
	color: #fff;
	font-size: 18px;
	font-family: 'Azosans Medium';
	font-weight: 400;
	margin-bottom:10px;
}

.team-wrap .custom-phone,
.team-wrap .custom-email {
	color: #fff;
	font-size: 18px;
	font-family: 'Aktiv Grotesk Trial Light';
	font-weight: 400;
	margin-bottom:5px;
}

.team-wrap .custom-phone strong,
.team-wrap .custom-email strong {
	color:#2cace2 !important;
	font-weight:400;
}

.team-wrap .custom-col-inner {
	text-align:left;
}

.team-wrap .custom-img {
	margin-bottom:30px;
}

/* WARRANTY SERVICE TERMS AND CONDITIONS */
.we-value-text-3 strong {
	font-size:20px;
}

.we-value-text-3 a {
	color:#2cace2 !important;
}

/* Evo Product Wrap */
.evo-product-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
}

.evo-product-wrap .custom-col {
	max-width:33.3%;
	flex: 0 0 33.3%;
	padding:0 20px;
	margin-bottom:60px;
	text-align:left;
}

.evo-product-wrap .custom-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.evo-product-wrap .custom-img {
	text-align: center;
	max-width: 250px;
	margin: 0 auto 30px auto;
}

.evo-product-wrap .custom-summary {
	margin-bottom:20px;
}

.evo-product-wrap .site-btn {
	width:100%;
}

/* Quick Ref Table */
.quick-ref-tbl th.column-5 {
	width:150px;
}

/* Savings Heading */
.savings-heading .fl-rich-text {
	background:#2cace2;
	font-size:18px;
	font-family:'AzoSans Medium', sans-serif;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	padding: 20px;
}

.savings-heading .fl-rich-text * {
	line-height: 1;
	color: #fff;
	font-family: Azosans medium;
	font-size:18px;
}

.savings-heading .fl-rich-text::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #2cace2 transparent transparent transparent;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -12px;
}

/* Contact Wrap */
html body .gform_wrapper.gravity-theme .gfield input.gfield-choice-input {
	height:auto !important;
	width:auto !important;
	display:inline-block !important;
}

/* Training Page */
.training-2 {
	padding-top:60px;
}

.training-3 {
	padding-bottom:0;	
}

.single-training-section {
	padding-bottom:60px;
}

/* Marketing Page */
.marketing-form .gform_footer {
	text-align:center !important;
}

.mc-form {
	display:flex;
	flex-flow:row wrap;
}

.mc-form .form-group-half {
	max-width:50%;
	flex:0 0 50%;
}

.mc-form-heading {
	font-size: 17px;
	color: #2b3d5f;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 25px;
	margin-top: 45px;
	margin-bottom: 35px;
}

.mc-form-items {
	display:flex;
	flex-flow:row wrap;
}

.mc-form-item {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0 15px;
	margin-bottom: 40px;
}

.mc-form-item-body {
	min-height:319px;
	border:1px solid #d6d6d6;
}

.mc-form-item-title {
	font-family:'Aktiv Grotesk Trial Medium', sans-serif;
	font-size:16px;
	color:#3e3e3e;
	text-align:center;
}

.mc-form-item-body {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	padding: 20px 45px;
	margin-bottom:15px;
}

.mc-form-item-footer {
	display:flex;
	flex-flow:row wrap;
}

.mc-form-item-footer-left {
	max-width: 100%;
	flex:0 0 100%;
}

.mc-form-item-footer-right {
	max-width: 60%;
	flex: 0 0 60%;
	padding-left: 10px;
}

.mc-form-item-footer-right a {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	padding: 0;
	height: auto;
	min-height: 49px;
	border-radius: 0;
	background: #46b4e2;
	margin-left: 0;
}

.mc-form-item-footer-left input {
	height:49px;
	text-align:center;
	background: #f7f7f7;
}

.mc-form-item-footer-right a:hover {
	background:#4dc1f1;
}

.mc-form .form-submit {	
	width: 100%;
	text-align: center;
	max-width: 388px;
	margin: 0 auto;
}

.mc-form .error-order {
	width:100%;
	text-align:center;
}

.success-message p {
	background: green;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px;
	line-height: 1;
	font-size: 15px;
}

/* Pool Heater Sizing Guide */
.pshg-map-col {
	padding:0 15px;
}

.pshg-map-col img {
	mix-blend-mode: multiply;
	background-blend-mode:multiply;
	background:transparent;
}

.pshg-map-col h2 {
	font-size:22px;
	color:#5d5d5d;
	margin: 0 0 5px 0;
	font-family:'Aktiv Grotesk Trial Medium';
	font-weight:400;
}

.pshg-map-wrap {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
}

.pshg-map-accordion-col h3 {
	font-size:22px;
	color:#cacaca;
	font-family:'Aktiv Grotesk Trial Medium';
	font-weight:400;
	margin: 0;
	cursor:pointer;
	transition:all 0.3s ease;
	display: inline-block;
}

.pshg-map-accordion-col h3:hover {
	color:#000;
}

.pshg-map-accordion-col h3::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display:none;
}

.pshg-map-accordion-col h3.active {
	color:#5d5d5d;
}

.pshg-map-accordion-content ul {
	list-style:none;
	margin:0;
	margin-left: 20px;
}

.pshg-map-accordion-content ul li {
	list-style: disc;
	font-size: 18px;
}

.pshg-map-accordion {
	margin-top:30px;
}

.pshg-map-accordion-col {
	margin-bottom:10px;
}

.pshg-map-accordion-content {
	display:none;
}

.pshg-map-col-1 {
	max-width: 45%;
	flex: 0 0 45%;
}

.pshg-map-accordion-col.active h3 {
	color:#5d5d5d;
}

/* Trade Portal Login */
.trade-portal-user .header-bottom-menu ul > li {
	margin:0;
}

.header-bottom-menu ul > li a {
	font-size:14px;
}

html body .blue-text {
	color:#1e3157 !important;
	text-decoration:none !important;
}

html body .blue-link a {
	text-decoration:none !important;
}

/* White Form */

html body .white-form .gform_wrapper.gravity-theme .gfield_label {
	color:#fff !important;
}

html body .white-form  .gform_wrapper.gravity-theme .gform_footer input {
	background:#b7402e !important;
}

/* Space Water Review */
.space-water-review {
	padding-top:0 !important;
}

.space-water-review .row {
	border-top:1px solid #f0f0f0;
	padding-top:60px;
}

/* Cogen 01 */
.cogen-01 {
	background: #1d3157;
	padding: 80px 0;
}

.cogen-01 * {
	color:#fff;
	font-size:30px;
	font-family:'AzoSans Medium', sans-serif;
	line-height:1.3;
}

/* Cogen 02 */
.cogen-02 {
	background: #ffffff;
	padding: 80px 0;
}

.cogen-02 * {
	color:#3b3b3b;
}

.cogen-02 p {
	margin-bottom:20px !important;
}

.cogen-02 ul {
	margin-left:20px !important;
}

/* Flex */
.flex-row {
	display:flex;
	flex-flow:row wrap;
}

.col-half {
	max-width:50%;
	flex:0 0 50%;
}

/* Evo 270 Page */
.evo-270-01 {
	padding-top:80px;
}

.evo-270-01 h2 {
	font-size:34px;
}

.evo-270-01 .col-box {
	position: relative;
	background: #15233e;
	height: 421px;
	padding-left: 180px;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 60px;
}

.evo-270-01 .col-box * {
	color:#fff;
}

.evo-270-01 .col-box-warranty {
	margin-top: 55px
}

.evo-270-01 ul li {
	position: relative;
	padding-left: 30px;
	list-style: none;
	margin-bottom: 5px;
}

.evo-270-01 ul li::before {
	content:"";
	background:url('/wp-content/uploads/2021/10/icon-yellow-check.png') no-repeat center;
	background-size:contain;
	width:18px;
	height:14px;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}

.evo-270-01 .col-img {
	position: absolute;
	left: -10px;
	top: -30px;
}

.evo-270-01 .col-box h3 {
	text-align:center;
	margin-bottom:15px;
}

.evo-270-01 .col-inner-2 {
	background:#1d3157;
	padding:40px;
}

.evo-270-01 .col-inner-hr {
	border-bottom: 1px solid #51617e;
}

.evo-270-01 .row {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 80px;
}

/* Hot Water
---------------------------------------------------------------------------- */
.reviews-hot-water .row {
	border-top:1px solid #f0f0f0;
	padding-top:70px;
}

.two-col-new {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}

.two-col-new .col:nth-of-type(1) {
	max-width:60%;
	flex:0 0 60%;
}

.two-col-new .col:nth-of-type(2) {
	max-width:40%;
	flex:0 0 40%;
}

/* Blue Section
---------------------------------------------------------------------------- */
.hot-water-blue-section {
	text-align:center;
	background: #042e58;
}

/* Table Pool Sizing Guide
---------------------------------------------------------------------------- */
.phsgt-wrap h3 {
	font-size:24px;
	font-family:'Azo Sans Bold', sans-serif;
	color: #1e3157;
}

.phsgt-guide-text p {
	font-size:16px;
}

.pshg-map-accordion-col a {
	color: #1e3157;
	text-decoration:none;
	transition: all 0.3s ease;
}

.pshg-map-accordion-col a:hover {
	color: #000;
}

.pshg-map-col .img-wrap {
	width:776px;
}

.psh-5-col-content-text ul {
	margin-left:20px;
}

/* Privacy Text */
.privacy-text p:last-of-type {
	margin-bottom:20px !important;
}

.privacy-text h1 {
	margin-bottom:10px;
	font-size:25px;
}

.privacy-text h3 {
	margin-bottom:10px;
	font-size:25px;
}

/* Blog With Video */
.custom-single-post-content iframe {
	height: 320px;
	max-width: 768px;
	margin: 0 auto;
	display: block;
}

.post-password-form {
	max-width:1280px;
	margin:200px auto 200px auto;
}

/* V2 Evaluation Form */
.v2-custom-evaluation-form .form-section {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 2rem 0 1rem 0;
}

.v2-custom-evaluation-form .form-conditional.active {
	flex-flow:row wrap;
	margin-top:1rem;
}

.form-group.form-fourth {
	max-width:25%;
	flex:0 0 25%;
}

.d-flex {
	display:flex;
}

.v2-mb-0 {
	margin-bottom:0 !important;
}

.form-input textarea {
	font-size:14px;
	height:140px;
	padding:1rem;
}

/* Grid */
.align-items-flex-start {
	align-items:flex-start !important;
}

.grid {
	display:grid;
	width:100%;
}

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

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

.form-extra {
	align-items:flex-start;
}

.grid .form-group-col {
	display:flex;
	flex-flow:row wrap;
	align-items:center;
}

/* V2 Form Errors */
.v2-form-errors {
    background-color: #f8d7da; /* Light red background */
    color: #721c24; /* Dark red text for readability */
    border: 1px solid #f5c6cb; /* Light red border for contrast */
    border-radius: 5px; /* Rounded corners */
    padding: 20px; /* Add padding inside the container */
    margin: 20px 0; /* Space around the container */
    font-family: Arial, sans-serif; /* Clean font */
    font-size: 16px; /* Readable text size */
}

.v2-form-errors p {
    font-weight: bold; /* Highlight the main message */
    margin-bottom: 10px; /* Add spacing after the paragraph */
	font-size:14px;
}

.v2-form-errors ul {
    list-style-type: disc; /* Standard bullet points */
    padding-left: 40px; /* Indent list for clarity */
    margin: 0; /* Remove unnecessary margin */
	font-size:14px;
	padding-left: 1rem;
}

.v2-form-errors li {
    margin-bottom: 5px; /* Add spacing between list items */
	font-size:14px;
}

.v2-form-errors li strong {
    font-weight: bold; /* Emphasize the field name */
    color: #721c24; /* Consistent color for the text */
}

.v2-faqs .fl-accordion-button-icon {
	color:#212328 !important;
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 1080px) {

	/* Site Header
	--------------------------------------------- */

	.admin-bar .site-header {
		top: 32px;
	}

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

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 100%;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width:100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	
	.team-wrap .custom-col {
		padding:0 15px;
	}
} /* END MIN 1080px */

@media (max-width:1080px) {	
	.site-header {
		background: #1d3157 !important;
		border: 0 !important;
		position:relative !important;
		box-shadow:none;
	}
	
	html body .home-banner-slider .fl-slide-title {
		font-size:40px !important;
	}
	
	.custom-callout .fl-callout-content {
		padding:20px;
	}
	
	html body .custom-callout .fl-callout-title {
		font-size:30px;
	}
	
	html body .modern_clean_scroll_to_top_btn {
		right:0;
		bottom:0;
	}
	
	.header-top-menu-wrap,
	.header-bottom-menu-wrap {
		display:none;
	}
	
	.custom-mobile-menu-button-wrap {
		display:block;
	}
	
	.site-header {
		padding:20px;
	}
	
	.custom-breadcrumbs li.active,
	.custom-breadcrumbs li h1 {
		font-size:38px;
	}
	
	.award-year {
		text-align:center;
	}
	
	.news-3 {
		padding-bottom:40px;
	}
	
	.project-cat-lists li {
		padding:0 20px;
		flex:auto;
		text-align:center;
		font-size:16px;
	}
	
	.projects-cat {
		padding-bottom:40px;
	}
	
	.single-projects-2 {
		padding:0 20px 40px 20px;
	}
	
	html body .slick-prev {
		left:0;
	}
	
	html body .slick-next {
		right:0;
	}
	
	.single-projects-3 {
		padding:40px 20px;
	}
	
	.font-30, .font-30 * {
		font-size:25px;
	}
	
	.custom-reviews-page {
		padding-top:20px;
		padding-bottom:10px;
	}
	
	.projects-2 {
		padding-bottom:40px;
	}
	
	.custom-tech-title {
		font-size:20px;
	}
	
	.custom-tech-wrap {
		justify-content: unset;
		align-items: flex-end;
		flex-flow: row wrap;
	}
	
	.custom-tech {
		text-align: center;
		max-width: 33%;
		flex: 0 0 33.3%;
		margin-bottom: 20px;
	}
	
	.custom-tech-cat-wrap {
		flex-flow:row wrap;
	}
	
	.custom-tech-cat {
		margin:0 5px;
	}
	
	.custom-tech-cat a {
		font-size:14px;
	}
	
	.product-review-au-wrap .custom-col-other {
		display:block;
	}
	
	.product-review-au-wrap .custom-col-other img {
		margin-bottom:10px;
	}
	
	.pt-80 {
		padding-top:60px;
	}
	
	.pb-80 {
		padding-bottom:60px;
	}
	
	.other-products-slider-inner {
		text-align:center;
	}
	
	.mc-form-item-body {
		padding:20px;
	}
	
	.pshg-map-accordion-col h3 {
		font-size:20px;
	}
	
	.header-bottom-menu {
		width:100%;
		margin-top:-15px;
	}
	
	.header-bottom-menu ul > li {
		display:block;
	}
	
	.header-bottom-menu ul {
		margin-bottom:0 !important;
	}
	
	.cogen-01 {
		padding:60px 0;
	}
	
	.cogen-01 * {
		font-size:25px;
	}
	
	.cogen-02 {
		padding: 60px 0;
	}
	
	.evo-270-01 .col-box {
		height:auto;
	}
} /* END MAX-WIDTH 1080px */

@media (max-width:800px) {
	.warranty-terms-tp td:not(:first-child) {
	    text-align: left;
	}

	.warranty-terms-tp tr {
	    padding: 15px;
	}

	.custom-callout .fl-callout-content {
		max-width: 400px;
		margin: auto;
		min-height: 405px !important;
	}
	
	html body .custom-callout .fl-callout-title {
		font-size:25px;
	}
	
	.custom-callout .fl-callout-text-wrap p {
		padding:0 !important;
	}
	
	.slick-prev {
		left:0 !important;
	}
	
	.slick-next {
		right:0 !important;
	}
	
	.projects-wrap .custom-col-inner {
		min-height:395px;
		padding:20px;
	}
	
	.projects-wrap .custom-col-title {
		margin:0;
		font-size:22px;
	}
	
	html body .testimonials-wrap .custom-col-content p {
		font-size:20px;
	}
	
	html body .testimonials-wrap .custom-col-content p br {
		display:none;
	}
	
	.home-banner-slider .fl-slide-foreground {
		margin-top:0 !important;
	}
	
	html body .home-banner-slider .fl-slide-cta-link {
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
	
	html body .home-banner-slider .fl-slide-content {
		background-color:#1d3157 !important;
	}
	
	html body .home-banner-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content .fl-slide-title {
		font-size:30px !important;
		margin-bottom:20px !important;
	}
	
	html body .home-banner-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content .fl-slide-text p {
		font-size:18px !important;
	}
	
	.register-heading,
	.register-login {
		float:none;
		text-align:center;
	}
	
	.form-row-half {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.custom-breadcrumbs li.active,
	.custom-breadcrumbs li h1 {
		font-size:35px;
	}
	
	.subpage-menu ul {
		text-align:center;
	}
	
	.subpage-menu ul li {
		margin:0 15px;
	}
	
	.subpage-menu ul li {
		font-size:16px;
	}
	
	html body .custom-video {
		min-height:400px;
	}
	
	.img-text-col .fl-col-content {
		justify-content: center;
		flex-flow: column;
		align-items: center;
		text-align: center;
	}
	
	.img-text-col .fl-col-content .fl-module-content {
		margin-top:0px !important;
		margin-bottom:0 !important;
	}
	
	.img-text-col .fl-col-content .fl-module-rich-text {
		margin-top:15px;
		margin-bottom:30px;
	}
	
	.img-text-callout .fl-callout {
		flex-flow:column;
	}
	
	.download-list {
		max-width: 50%;
		flex: 0 0 50%;
	}
	
	.downloads-col-title {
		font-size:20px;
	}
	
	.news-search-form {
		flex-flow:column;
	}
	
	.news-search-form-row {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.news-search-form-row {
		flex-flow:column;
		margin-bottom:30px;
	}
	
	.news-search-form-row label {
		margin-right:0;
		margin-bottom:15px;
	}
	
	.news-2 .wrap {
		padding: 0 0 20px 0;
	}
	
	.news-3 .wrap {
		padding: 20px 0;
	}
	
	.news-3-col {
		max-width: 100%;
		flex: 0 0 100%;
		margin: 0 auto;
		margin-bottom: 0px;
		text-align: center;
		margin-bottom: 40px;
		width: 100%;
	}
	
	.news-3-col-wrap {
		flex-flow:column;
	}
	
	.single-news-section {
		text-align:center;
	}
	
	.custom-single-post-title {
		font-size:25px;
	}
	
	.big-read-more a {
		font-size:16px;
		width: 250px;
		height: 80px;
	}
	
	.big-read-more a .fas {
		font-size: 22px;
	}
	
	.project-cat-lists {
		flex-flow: row wrap;
	}
	
	.project-cat-lists li {
		margin-bottom:10px;
	}
	
	.project-cat-lists {
		padding-bottom:20px;
	}
	
	.single-projects-title {
		font-size:29px;
	}
	
	.single-projects-content-heading h3 {
		font-size:20px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-size:26px;
	}
	
	.single-projects-3 {
		text-align:center;
	}
	
	.single-projects-2 {
		text-align:center;
	}
	
	.single-projects-slider-section {
		padding-top:40px;
	}
	
	.font-30, .font-30 * {
		font-size:22px;
	}
	
	.custom-reviews-col-inner {
		padding:30px;
	}
	
	/* Responsive Table */
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding-right: 0;
		display: block;
		font-weight: 700;
		font-family: AzoSans Bold;
		line-height: 1.2;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	/*
	Label the data
	*/
	.custom-warranty-wrap td:nth-of-type(1):before { content: "SWIMMING POOL HEATERS"; }
	.custom-warranty-wrap td:nth-of-type(2):before { content: "Series"; }
	.custom-warranty-wrap td:nth-of-type(3):before { content: "TITANIUM HEAT EXCHANGER"; }
	.custom-warranty-wrap td:nth-of-type(4):before { content: "COMPRESSORS"; }
	.custom-warranty-wrap td:nth-of-type(5):before { content: "PARTS"; }
	.custom-warranty-wrap td:nth-of-type(6):before { content: "ON-SITE LABOUR"; }
	.custom-warranty-wrap td:nth-of-type(7):before { content: "TANK"; }
	
	/* Table 1 */
	.custom-warranty-wrap-1 td:nth-of-type(1):before { content: "SWIMMING POOL HEATERS"; }
	.custom-warranty-wrap-1 td:nth-of-type(2):before { content: "TITANIUM HEAT EXCHANGER"; }
	.custom-warranty-wrap-1 td:nth-of-type(3):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-1 td:nth-of-type(4):before { content: "PARTS"; }
	.custom-warranty-wrap-1 td:nth-of-type(5):before { content: "ON-SITE LABOUR"; }
	
	/* Table 2 */
	.custom-warranty-wrap-2 td:nth-of-type(1):before { content: "HOT WATER"; }
	.custom-warranty-wrap-2 td:nth-of-type(2):before { content: "TANK"; }
	.custom-warranty-wrap-2 td:nth-of-type(3):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-2 td:nth-of-type(4):before { content: "PARTS"; }
	.custom-warranty-wrap-2 td:nth-of-type(5):before { content: "ON-SITE LABOUR"; }
	
	/* Table 3 */
	.custom-warranty-wrap-3 td:nth-of-type(1):before { content: "SPACE & WATER HEATERS"; }
	.custom-warranty-wrap-3 td:nth-of-type(2):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-3 td:nth-of-type(3):before { content: "PARTS"; }
	.custom-warranty-wrap-3 td:nth-of-type(4):before { content: "ON-SITE LABOUR"; }
	
	/* Table 4 */
	.custom-warranty-wrap-4 td:nth-of-type(1):before { content: "DEHUMIDIFICATION"; }
	.custom-warranty-wrap-4 td:nth-of-type(2):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-4 td:nth-of-type(3):before { content: "PARTS"; }
	.custom-warranty-wrap-4 td:nth-of-type(4):before { content: "ON-SITE LABOUR"; }
	
	/* Table 5 */
	.custom-warranty-wrap-5 td:nth-of-type(1):before { content: "SWIMMING POOL HEATERS"; }
	.custom-warranty-wrap-5 td:nth-of-type(2):before { content: "TITANIUM HEAT EXCHANGER"; }
	.custom-warranty-wrap-5 td:nth-of-type(3):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-5 td:nth-of-type(4):before { content: "PARTS"; }
	.custom-warranty-wrap-5 td:nth-of-type(5):before { content: "ON-SITE LABOUR"; }
	
	/* Table 6 */
	.custom-warranty-wrap-6 td:nth-of-type(1):before { content: "HOT WATER"; }
	.custom-warranty-wrap-6 td:nth-of-type(2):before { content: "TANK"; }
	.custom-warranty-wrap-6 td:nth-of-type(3):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-6 td:nth-of-type(4):before { content: "PARTS"; }
	.custom-warranty-wrap-6 td:nth-of-type(5):before { content: "ON-SITE LABOUR"; }
	
	/* Table 7 */
	.custom-warranty-wrap-7 td:nth-of-type(1):before { content: "SPACE & WATER HEATERS"; }
	.custom-warranty-wrap-7 td:nth-of-type(2):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-7 td:nth-of-type(3):before { content: "PARTS"; }
	.custom-warranty-wrap-7 td:nth-of-type(4):before { content: "ON-SITE LABOUR"; }
	
	/* Table 8 */
	.custom-warranty-wrap-8 td:nth-of-type(1):before { content: "DEHUMIDIFICATION"; }
	.custom-warranty-wrap-8 td:nth-of-type(2):before { content: "COMPRESSOR"; }
	.custom-warranty-wrap-8 td:nth-of-type(3):before { content: "PARTS"; }
	.custom-warranty-wrap-8 td:nth-of-type(4):before { content: "ON-SITE LABOUR"; }
	
	.custom-warranty-tbl td.wt-series,
	.custom-warranty-tbl td.wt-title {
		width:100%;
		text-align:center;
		color: #6dabe0;
	}
	
	.custom-warranty-tbl td {
		padding:20px !important;
	}
	
	.custom-warranty-tbl tbody td.wt-title:not(.wt-title-0) {
		display:none;
	}
	
	.custom-warranty-tbl td.wt-title {
		font-size:18px;
	}
	
	.projects-2 {
		padding-top:40px;
	}
	
	.custom-tech-cat a {
		text-align:center;
		height:100%;
	}
	
	.w-data-heading td::before {
		content:attr(data-heading) " ";
	}
	
	.stc-1 {
		padding-top:40px;
	}
	
	.col {
		max-width:100% !important;
		flex:0 0 100% !important;
		text-align:center;
	}
	
	.stc-1 img {
		margin-bottom:20px;
	}
	
	.font-22, .font-22 * {
		font-size:20px !important;
	}
	
	.font-24, .font-24 * {
		font-size:22px !important;
	}
	
	.site-btn {
		margin:0 0 20px;
		width:100%;
	}
	
	.psh-5-col-img {
		max-width: 100%;
		flex: 100%;
		order:1 !important;
		padding:30px;
		text-align:center;
	}
	
	.psh-5-col-content {
		max-width: 100%;
		flex: 100%;
		order:2 !important;
		padding:30px;
		text-align:center;
	}
	
	.psh-5-row {
		margin-bottom:15px !important;
	}
	
	.psh-5 {
		padding-bottom:1px !important;
	}
	
	.product-review-au-wrap .custom-col-other img {
		margin:0 auto 5px auto;
	}
	
	.psh-7 .row {
		padding-bottom:20px;
	}
	
	.pt-80 {
		padding-top:40px !important;
	}
	
	.pb-60 {
		padding-bottom:40px;
	}
	
	.pt-60 {
		padding-top:40px;
	}
	
	.psh-6 .row {
		padding-bottom:40px;
	}
	
	.psh-video {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.psh-5-2 .psh-5-row {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.mb-60 {
		margin-bottom:30px !important;
	}
	
	.psh-5-2 {
		padding-bottom:20px !important;
	}
	
	.two-col .psh-2-content-wrap, .two-col .psh-2-slider-wrap {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.two-col .psh-2-slider-wrap {
		margin-bottom:30px;
	}
	
	.two-col .psh-2-cta {
		margin-bottom:0 !important;
	}
	
	.members-achsa .download-list {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.members-achsa-col-2 {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.team-wrap .custom-col {
		max-width:50%;
		flex:0 0 50%;
		padding:0 15px;
	}
	
	.evo-product-wrap .custom-col {
		max-width:50%;
		flex:0 0 50%;
	}
	
	.mc-form-item {
		max-width:50%;
		flex:0 0 50%;
	}
	
	.pshg-map-col-1 {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.pshg-map-wrap {
		flex-flow:column;
	}
	
	.evo-270-01 {
		padding-top:40px;
	}
	
	.evo-270-01 ul li {
		text-align:left;
	}
	
	.evo-270-01 .col-box {
		margin-bottom:0;
	}
	
	.evo-270-01 .col-box-warranty {
		margin-top: 20px;
		margin-bottom: 20px;
	}
} /* END 800px */

@media (max-width:480px) {
	.custom-callout .fl-callout-content {
		min-height:350px !important;
	}
	
	.projects-wrap .custom-col-inner {
		min-height:300px;
	}
	
	html body .testimonials-wrap .custom-col-content p {
		font-size:18px;
	}
	
	html body .home-banner-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content .fl-slide-title {
		font-size:25px !important;
	}
	
	html body .home-banner-slider .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content .fl-slide-text p {
		font-size:18px !important;
	}
	
	html body br {
		display:none;
	}
	
	html body .custom-video {
		min-height:250px;
	}
	
	.custom-breadcrumbs li.active,
	.custom-breadcrumbs li h1 {
		font-size:25px;
	}
	
	.download-list {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.news-3-col-img img {
		height:200px;
	}
	
	.news-3-col-title {
		font-size:22px;
	}
	
	html body .wp-pagenavi a, html body .wp-pagenavi span {
		font-size: 12px;
		display: inline-block;
	}
	
	.single-post-back {
		margin-bottom:30px;
	}
	
	.custom-single-post-content {
		padding:0 20px;
	}
	
	html body .custom-single-post-content br {
		display:block;
	}
	
	.projects-row .wrap {
		padding-top:0;
	}
	
	.projects-row .news-3-col-img img {
		height: 250px;
	}
	
	.single-projects-info br {
		display:block;
	}
	
	.single-projects-content-heading h3 {
		line-height:1.3;
	}
	
	.single-projects-slider-section .single-news-other-slider-inner {
		min-height:294px;
	}
	
	.single-projects-slider-section .single-news-other-title {
		line-height:1.1;
	}
	
	.single-projects-slider-section {
		padding-bottom:40px;
	}
	
	.single-projects-slider-section h2 {
		margin-bottom:35px;
	}
	
	.font-30, .font-30 * {
		font-size:20px;
	}
	
	.custom-reviews-content * {
		font-size:16px;
	}
	
	.custom-reviews-col-inner {
		padding:20px;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step::after {
		display:none;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step {
		padding-right:0;
		margin-right:0;
		flex-flow: column;
		padding:5px;
	}
	
	html body .gform_wrapper.gravity-theme .gf_step_number {
		margin-bottom:15px;
	}
	
	.widget.gform_widget {
		margin-bottom:20px;
	}
	
	.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default,
	.ui-datepicker-calendar th,
	.ui-datepicker-calendar td {
		font-size:13px;
	}
	
	.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title {
		font-size:14px;
	}
	
	html body .gform_wrapper.gravity-theme .gform_footer button, html body .gform_wrapper.gravity-theme .gform_footer input, html body .gform_wrapper.gravity-theme .gform_page_footer button, html body .gform_wrapper.gravity-theme .gform_page_footer input {
		min-width:100%;
		margin:0 0 20px 0;
	}
	
	html body .gform_wrapper.gravity-theme .gfield textarea.large {
		height:150px;
	}
	
	.custom-warranty-wrap {
		padding: 20px;
	}
	
	.custom-warranty-tbl tbody td.wt-title:not(.wt-title-0) {
		text-indent:0;
	}
	
	.custom-warranty-wrap tbody {
		padding-bottom:60px;
	}
	
	html body .wp-pagenavi span.pages {
		display:block;
	}
	
	html body .wp-pagenavi a.last {
		display:block;
		margin-top:20px;
	}
	
	html body .wp-pagenavi a.first {
		display:block;
		margin-bottom:20px;
	}
	
	.custom-tech {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	
	.custom-tech-cat {
		margin: 0px;
		max-width: 50%;
		flex: 0 0 50%;
	}
	
	.stc-1-row-2 {
		padding-bottom:20px;
	}
	
	.stc-2 {
		padding-left:20px;
		padding-right:20px;
	}
	
	.tech-support-flex .text-wrap ul li {
		text-align:left;
	}
	
	.stc-3 iframe {
		height:auto;
		margin-bottom:20px;
	}
	
	.tech-support-flex .col {
		padding:0;
	}
	
	.product-review-au-wrap .custom-col-header {
		text-align:center;
		display:block;
	}
	
	.product-review-au-wrap .custom-col-content p {
		text-align:center;
	}
	
	.product-review-au-wrap .custom-col-other img {
		margin: 0 auto 10px !important;
		display: block;
	}
	
	.product-review-au-wrap .custom-col-img {
		padding-right:0;
		margin-bottom:10px;
	}
	
	.download-list {
		padding-right:0;
	}
	
	.psh-3-nav-wrap {
		flex-flow:column;
		padding:0 15px;
	}
	
	.ps3-nav {
		flex-flow: column;
	}
	
	.ps3-nav li {
		margin-bottom:20px;
	}
	
	.ps3-nav li:last-of-type {
		margin-bottom:0 !important;
	}
	
	.psh-3 {
		padding-top:40px;
	}
	
	.psh-video {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	.psh-video iframe {
		width: 100%;
		height: 200px;
	}
	
	.team-wrap .custom-col {
		max-width:100%;
		flex:0 0 100%;
		padding:0;
	}
	
	.evo-product-wrap .custom-col {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.evo-product-wrap .custom-title {
		font-size:20px;
	}
	
	.mc-form .form-group-half {
		max-width:100%;
		flex:0 0 100%;
	}
	
	.mc-form-item {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}
	
	.pshg-map-col {
		padding:0;
	}
	
	.cogen-01 {
		padding:40px 0;
	}
	
	.cogen-02 {
		padding: 40px 0;
	}
	
	.cogen-01 * {
		font-size:21px;
	}
	
	.evo-270-01 h2 {
		font-size:25px;
	}
	
	.evo-270-01 .col-img {
		position: relative;
		left: 0;
		top: 0px;
		padding: 20px 20px 40px;
	}
	
	.evo-270-01 .col-box {
		padding-left:20px;
		padding-right:20px;
	}
	
	.evo-270-01 .col-box {
		margin-top:30px;
	}
	
	.evo-270-01 .col-img img {
		height:250px;
	}
	
	.evo-270-01 .col-inner-2 {
		padding: 40px 20px 0;
	}
	
	.evo-270-01 .row {
		padding-bottom:40px;
	}
	
	
} /* END 480px */

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

@media (max-width:600px) {
	.grid-2 {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.grid-3 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.v2-faqs .fl-accordion-small .fl-accordion-content p,
	.v2-faqs .fl-accordion-small .fl-accordion-content {
		font-size:16px !important;
	}
}
/* END 600px */