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

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{@overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[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 */


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/S6u9w4BMUTPHh7USSwiPGQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/S6uyw4BMUTPHjx4wXg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/S6u9w4BMUTPHh6UVSwiPGQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/S6u9w4BMUTPHh50XSwiPGQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


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

html {
	box-sizing: border-box;
}

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

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

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

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

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

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

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

body {
	color: #000;
	font-family: 'Lato';
	font-size: 17px;
	font-weight:400;
	line-height: 1.65;
	letter-spacing: 0.02em;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a {
	color: #00497E;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

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

p {
	margin: 0;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #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 {
	color: #000;
	font-family: 'Lato';
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px;
}

h1 {
	font-size: 52px;
	font-weight:900;
	text-transform:capitalize;
}

h2 {
	font-size: 42px;
	text-transform:capitalize;
}

h3 {
	font-size: 30px;
	text-transform:capitalize;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 24px;
	font-weight:700;
}

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

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

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

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select, 
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #8A8A8A;
	border-radius: 4px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 20px;
	width: 100%;
	border-radius:12px;
}

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

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 5px;
}

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

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: transparent;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding:11px 22px;
	width: auto;
	display: inline-block;
	min-width: 188px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	border: 3px solid #72D54A;
	border-radius: 40px;
}

#page-container a.button:after{
	display:none;
}

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

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

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	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-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

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

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

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

/* Display outline on focus */
:focus {
	outline: 1px solid #000;
}

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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

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


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

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


/* Content */

.content {
	float: left;
	width: 840px;
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	margin-bottom: 40px;
}

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

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

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

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

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	padding-top:14px;
}

.sticky .site-header {
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
	padding-bottom:11px;
}

.site-header + * {
	margin-top: 93px;
}

.home .site-header + * {
	margin-top:93;
}

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

.title-area {
	float: left;
	padding: 0;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("/wp-content/uploads/2024/03/CUSTOM_POWER_Logo-STRAPLINE_RGB.png");
	margin-top: 5px;
	width: 400px;
	height: 66px;
	background-size: contain;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-right:35px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
}

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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 20px 7px 9px;
	position: relative;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.genesis-nav-menu > .menu-item > a{
	position:relative;
	border-bottom:3px solid #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu > .menu-item.current-menu-item > a{
	color: #0B9DCE;
	border-bottom:3px solid #72D54A;
}




.genesis-nav-menu > .menu-item > a::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: #72D54A;
	height: 0;
	border-radius:12px;
	-webkit-transition-property: right;
	transition-property: height;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 4px;
}

.genesis-nav-menu > .menu-item > a:hover::before,
.genesis-nav-menu > .menu-item.current-menu-item > a::before{
	height:18px;
}

.genesis-nav-menu .sub-menu {
	background: #f9f9f9;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 0px;
	padding-bottom:30px;
	width: 200px;
	z-index: 99;
	border-radius:0px 0px 10px 10px;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f9f9f9;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	text-align:center;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: #72D54A;
	color: #000;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
	padding-bottom:0px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

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

.genesis-responsive-menu {
	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;
	outline: none;
}

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

.menu-toggle {
	float: right;
	padding: 0;
	position: relative;
	z-index: 1000;
	font-size: 0px;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 0px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
	color:#000;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.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;
	font-size: 25px;
}

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

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content p a {
	font-weight:700;
	text-decoration: none;
	position:relative;
}

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

.entry-content p a:after {
	display:block;
	content:"";
	width:100%;
	height:2px;
	background:#72D54A;
	position:absolute;
	left:0px;
	bottom:0px;
	opacity:0;
}

.entry-content p a:hover:after {
	opacity:1;
}

.entry-content ol {
	margin-left: 26px;
}

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

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

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

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

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

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

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

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

.pagination li a {
	background-color:#fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 10px;
	font-size: 15px;
	border-radius:25px;
	border:2px solid #72D54A;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #72D54A;
	color:#000;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.site-footer,
.site-footer a {
	color:#fff;
}

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

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

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

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

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

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

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

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

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

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 440px;
	padding: 100px 0;
}
.home .hero-panel .tns-item .panel-widget-style:before,
.hero-panel:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.home .hero-panel .tns-item .panel-widget-style .so-widget-sow-editor {
	position: relative;
	z-index: 9;
}
.hero-panel * {
	color: #fff;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 630px;
	padding:0px;
}

.home .hero-panel .widget_siteorigin-panels-builder{
	max-width:100%;
}

.home .hero-panel .tns-controls{
	top:50%;
	transform:translate(-50%,-50%);
	max-width: 940px;
}

.home .hero-panel .tns-outer .tns-nav {
	top: inherit;
	bottom: 100px;
}

.home .hero-panel .tns-outer .tns-nav {
	top: inherit;
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	z-index: 999999;
	height: auto;
}

.home .hero-slider .so-panel{
	margin-bottom:0px !important
}

.home .hero-panel::before {
	display: block;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
}

.home .hero-slider{
	
}

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

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: #72D54A;
	width: 9px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 0px;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

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

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

#page-container form li a:hover {
	text-decoration: none;
}

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

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

#page-container .large-container {
	max-width: 1016px;
}

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

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

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

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

p:empty {
	display: none;
}

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

.entry-content a {
	color: #15497e;
}

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

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

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

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

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

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

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

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

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

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

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

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

#page-container .gfield .gfield_required {
	font-weight: 700;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 50px;
}

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

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

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

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

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

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
	border-radius:13px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 10px;
	font-size: 30px;
}

.entry-footer {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

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

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
	bottom: 20px !important;
	top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0 !important;
}

/*-----------------------------CALLOUT PANEL STYLING-----------------------------*/

.cta-panel{
	position:relative;
}

.cta-panel .widget_siteorigin-panels-builder {
	position: absolute;
	left: 50%;
	width: 1170px;
	max-width: 100%;
	text-align: left;
	font-size: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*-------------------------------------CUSTOM STYLING--------------------------------------------*/

.site-header .wrap{
	position:relative;
}

.site-header .widget-area section{
	display: inline-block;
}

.site-header .search-form {
	position: absolute;
	right: 0%;
	top: 0;
	z-index: 99999;
	width: auto;
}

.site-header .search-form input[type="search"] {
	background-color: transparent;
	background-image: url("images/search.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 16px;
	border: none;
	cursor: pointer;
	height: 50px;
	margin: 0px 0;
	padding: 0 0 0 22px;
	position: relative;
	-webkit-transition: width 400ms ease,background 400ms ease;
	transition: width 400ms ease,background 400ms ease;
	width: 0;
}

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

.site-header .search-form input[type="search"]:focus {
    background-color: #fff;
    border-radius:40px;
	border:2px solid #72D54A;
    cursor: text;
    outline: 0;
    width: 230px;
	padding-left:32px;
	background-position: 11px center;
}

.site-header .button {
	margin-left: 10px;
}

.hero-panel h1 strong{
	color:#72D54A;
}

#page-container .hero-panel .button{
	margin-top:22px;
	color:#fff;
}

.hero-panel  .tns-outer .tns-nav,
.hero-panel .tns-controls{
	text-align:center;
}

.hero-panel  .tns-outer .tns-nav [aria-controls]{
	width:31px;
	height:3px;
	margin:0 3px;
	border:0px;
}

.hero-panel  .tns-outer .tns-nav .tns-nav-active[aria-controls],
.hero-panel  .tns-outer .tns-nav .tns-nav-active[aria-controls]:hover{
	background: #72D54A;
}

.tns-controls [aria-controls]{
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	font-size:0px;
	border:0px;
	background-color:transparent;
}

.hero-panel .tns-controls {
	position: absolute;
	width: 80%;
	top: 31%;
	transform: translate(-50%,-31%);
	left:50%;
	height:auto;
}

.tns-controls [aria-controls][data-controls="prev"]{
	background-image:url("images/left-arrow-v1.png");
	float:left;
}

.tns-controls [aria-controls][data-controls="next"]{
	background-image:url("images/right-arrow-v1.png");
	float:right;
}

body .tns-controls [aria-controls]:hover{
	background-position: 0 -26px;
}

.hero-panel .tns-outer .tns-nav {
	top: 36px;
	position: relative;
}

.power-icon h2,
.power-icon h3,
.power-icon h6{
	display: flex;
    align-items: center;
    justify-content: center;
}

.power-icon.center-power-icon-heading h2,
.power-icon.center-power-icon-heading h3,
.power-icon.center-power-icon-heading h6{
	justify-content:center;
}

h2 img.alignnone,
h3 img.alignnone,
h6 img.alignnone,
h6 img,
h3 img{
	margin-bottom:0px;
	margin-right:15px;
	vertical-align: middle;
}

.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout{
	max-width:1440px;
	margin:0 auto;
}

.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:first-child .widget_sow-image .img{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel{
	max-width:510px;
}

.cats-boxes-panel .widget-title{
	font-size: 17px;
}

.cats-boxes-panel .panel-grid-cell,
.cats-boxes-panel .panel-grid-cell .widget-title{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align:center;
}

.cats-boxes-panel .panel-grid-cell img{
	border-radius:12px;
	margin-bottom:10px;
	width:100%;
}

.cats-boxes-panel .panel-grid-cell:hover .widget-title{
	color:#00497E;
}

.cats-boxes-panel .panel-grid-cell:hover .widget_sow-image img{
	box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.06);
}

.cats-boxes-panel .panel-grid-cell .widget_sow-image .widget-title{
	display:inline-block;
}

.cats-boxes-panel .panel-grid-cell .widget_sow-image .widget-title::after {
	content: "";
	position: relative;
	background: #72D54A;
	height: 2px;
	width: 0px;
	-webkit-transition-property: right;
	transition-property: width;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display:block;
	margin-top:5px;
}

.cats-boxes-panel .panel-grid-cell:hover .widget_sow-image .widget-title::after {
	width:100%;
}

.blue-textured-panel{
	text-align:center;
}

.blue-textured-panel h2,
.blue-textured-panel h3{
	color:#fff;
}

.cats-boxes-panel .panel-grid-cell .widget_sow-editor{
	border-radius:12px;
	padding:5px 5px;
	min-height:321px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cats-boxes-panel .panel-grid-cell .widget_sow-editor img{
	margin-bottom:0px;
}

.cats-boxes-panel .panel-grid-cell .widget_sow-editor p{
	margin-bottom:15px;
}

.cats-boxes-panel .panel-grid-cell:hover .widget_sow-editor,
.cats-boxes-panel .panel-grid-cell:focus-within .widget_sow-editor{
	box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.06);
}

.cats-boxes-panel .panel-grid-cell:hover .widget_sow-editor .button,
.cats-boxes-panel .panel-grid-cell:focus-within .widget_sow-editor .button{
	opacity:1;
}

.press-release-panel{
	padding:15px 0 75px;
	color:#fff;
	background-color:#000;
}

.press-release-panel h2,
.press-release-panel h2 a,
.press-release-panel h3,
.press-release-panel h3 a,
.press-release-panel h6{
	color:#fff;
}

.press-release-panel h2 a:hover,
.press-release-panel h3 a:hover{
	text-decoration:none;
}

.right-most-image-panel .widget_siteorigin-panels-builder .featured-item-container{
/* 	max-width:1440px;
	margin:0 auto !important; */
}

.right-most-image-panel .widget_siteorigin-panels-builder .featured-item-container .featured-item{
	display:flex;
	align-items: center;
	padding-left:calc((100% - 1060px) / 2);
}

.right-most-image-panel .widget_siteorigin-panels-builder .panel-layout .widget_sow-image .img{
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;
}

.right-most-image-panel .widget_siteorigin-panels-builder .panel-layout .featured-details{
	max-width:471px;
	margin-right:70px;
}

.featured-item-excerpt{
	margin-bottom:30px;
}

.blue-textured-panel{
	background-size:100% 100% !important;
	background-repeat:no-repeat;
	background-color:#000;
}

.blue-textured-panel.bottom-gap{
	padding-bottom:120px;
}

.flipboxes-wrapper{
	display:flex;
	max-width: 1130px;
	margin: 0 auto;
	justify-content:center;
}

.flipboxes-inner{
	position: relative;
	width: 100%;
	height: 100%;
	display:block;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flipboxes-inner:hover{
	text-decoration:none;
}

.flip-box{
	margin-right:25px;
	border-radius:14px;
	width:360px;
	height:399px;
}

.flip-box:last-child{
	margin-right:0px;
}

.flip-box-normal, 
.flip-box-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-normal{
	border-radius:15px;
	background:#fff;
}

.flip-box-normal h5{
	padding-top:22px;
	font-size:24px;
}

.flip-box-normal h5 span{
	width:24px;
	height:24px;
	background:url("images/down-green-arrow.svg");
	margin-left:15px;
	display:inline-block;
	position: relative;
	top: 4px;
}

.flip-box-hover{
	background: url("images/hover-box.png");
	background-color:#fff;
	color: #000;
	transform: rotateY(180deg);
	padding:0 35px;
	display: flex;
	align-items: center;
	border-radius:12px;
}

.news-listing-details h5 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.flip-box-hover h5{
	position:relative;
	font-weight:700;
}

.flip-box-hover h5:before{
	content:"";
	display:block;
	width:4px;
	height:18px;
	background: #FFFFFF;
	border-radius: 12px;
	margin:0 auto 15px;
}

#page-container .flip-box-hover .button{
	background:#fff;
	border-color:#fff;
	margin-top:30px;
}

#page-container .entry-content .flip-box-hover .button a{
	color:#000;
	text-decoration:none;
}

#page-container .flip-box-hover .button:hover{
	background:transparent;
}

.flip-box:hover .flipboxes-inner,
.flip-box:focus-within .flipboxes-inner{
	transform: rotateY(180deg);
}

#page-container .press-release-panel .button{
	color:#fff;
}

#news-wrapper{
	display:flex;
	gap: 20px;
	justify-content:center;
}

#news-wrapper.articles-slider {
	display: block;
	gap: 0;
}

.news-listing{
	background:#fff;
	border-radius: 16px;
	margin-right: 0;
	max-width: calc(33% - 10px);
}

#news-wrapper.articles-slider .news-listing{
	max-width:unset;
}

.news-listing:last-child{
	margin-right:0px;
}

.news-listing-image img {
	width: 103%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	object-fit: cover;
	height: 225px;
}

.entry-content .news-listing a{
	text-decoration:none;
	color:#000;
}

.news-listing-details {
	padding: 30px 23px;
}

.large-cta-panel{
	padding:60px 0 60px;
}

.footer-row-one{
	color:#fff;
	padding:35px 0 45px;
	line-height:30px;
}

.footer-row-one h6{
	font-size:19px;
	position:relative;
	color:#fff;
	margin-bottom: 6px;
	display:inline;
}

.location-box h6:before{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:15px;
	background-image:url("images/location-marker.png");
	background-repeat:no-repeat;
	position: absolute;
	left: -25px;
	top: 4px;
}

.contact-box h6:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:15px;
	background-image:url("images/chat-icon.png");
	background-repeat:no-repeat;
	position: absolute;
	left: -25px;
	top: 4px;
}

.footer-creds{
	padding:28px 0px;
	text-align:center;
	color:#000;
}

.site-footer .footer-creds a{
	color:#000;
	font-size:16px;
}

.site-footer .footer-creds a:hover{
	color:#72D54A;
}

.featured-item-image img{
	border-radius:12px;
}

.flipboxes-type-two .flipboxes-wrapper{
	max-width: 1275px;
}

.flip-box-normal img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#certifications .flip-box-normal img{
	max-width: 300px;
    max-height: 255px;
    object-fit: contain;
}

.flipboxes-type-two .flip-box {
	width: 302px;
	height: 335px;
}

.flipboxes-type-two .flip-box-normal h5 {
	padding-top: 14px;
}

.flipboxes-type-two .flip-box-normal h5 span{
	display:none;
}

#page-container .flipboxes-type-two .flip-box-hover .button {
	margin-top: 15px;
	padding: 8px 20px;
	min-width: 160px;
}

.flipboxes-type-two .flip-box-hover h5{
	margin-bottom:7px;
}

.flipboxes-type-two .flip-box-hover h5::before {
	margin: 0 auto 7px;
}

.cats-boxes-panel.type-two .so-widget-custom_image_widget{
	border-radius: 12px;
	padding: 5px 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cats-boxes-panel.type-two .image-widget-container h3.widget-title{
	margin-bottom:15px;
}

.cats-boxes-panel.type-two .so-widget-custom_image_widget a{
	color:#000;
}

.cats-boxes-panel.type-two .so-widget-custom_image_widget a:focus{
	outline:1px solid #000;
}

.cats-boxes-panel .panel-grid-cell:hover .so-widget-custom_image_widget,
.cats-boxes-panel .panel-grid-cell:focus-within .so-widget-custom_image_widget{
	box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.06);
}

.cats-boxes-panel.type-two .so-widget-custom_image_widget a:hover,
.cats-boxes-panel.type-two .so-widget-custom_image_widget a:focus{
	color:#00497E;
	text-decoration:none;
}

.cats-boxes-panel.type-two .panel-grid-cell .widget_sow-editor p {
	margin-bottom: 10px;
}

#products-boxes-panel{
	text-align:center;
}

#products-boxes-panel .widget_siteorigin-panels-builder{
	max-width:1050px;
	margin:0 auto;
}

#products-boxes-panel .panel-grid-cell .widget_custom_image_widget .panel-widget-style .so-widget-custom_image_widget:focus-within{
	outline:2px solid #000;
}

#products-boxes-panel .image-widget-container{
	background:#fff;
	border-radius:16px;
	padding-bottom:30px;
}

#products-boxes-panel .image-widget-container .image-container img{
	border-top-left-radius:14px;
	border-top-right-radius:14px;
}

#products-boxes-panel .image-widget-container h3.widget-title{
	padding:17px 0px;
	color:#000;
	font-size:17px;
	margin-bottom:0px;
}

#products-boxes-panel .image-widget-container a:hover{
	text-decoration:none;
}

#products-boxes-panel .image-widget-container:hover h3.widget-title{
	color:#00497E;
}

.center-content{
	text-align:center;
}

.power-options{
	background: linear-gradient(179.97deg, #00497E 1.41%, #005E7D 53.77%, #162F4E 99.98%);
	color:#fff;
}

.power-options h2{
	color:#fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	padding-bottom:20px;
}

.power-options h5,
.power-options h4{
	color:#fff;
}

body .power-options .sow-tabs-tab-container{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.entry-content .power-options a {
	color: #fff;
}

body .sow-tabs-tab-container {
	width: 374px;
	margin-right: 50px;
	background: transparent !important;
}

body .sow-tabs-tab{
	background-position:right 0;
	text-transform:capitalize;
	position:relative;
}

body .sow-tabs-tab:after{
	content:"";
	display:inline-block;
	width:20px;
	height:21px;
	background-image:url("images/tab-icon.png");
	position: absolute;
	top: 0;
	right: 0;
}

body .sow-tabs-tab.sow-tabs-tab-selected:after,
body .sow-tabs-tab:hover:after{
	background-position:right -21px;
}

body .sow-tabs-panel-container {
	background: transparent !important;
}

body .sow-tabs-panel-container h3{
	color:#fff;
}

body .sow-tabs-panel-container img{
	border-radius:14px;
}

body .sow-tabs-tab {
	font-weight: 700;
	background-color: transparent !important;
}

body .sow-tabs-tab:hover {
	background-color: transparent !important;
}

#page-container .sow-tabs-panel-container .button{
	color:#fff;
}

.cats-boxes-panel.with-button .panel-grid-cell .widget_sow-editor{
	border:1px solid #E5E5E5;
}

.cats-boxes-panel.with-button .panel-grid-cell .widget_sow-editor .button {
	opacity: 1;
}

.post-slider{
	max-width:1047px;
	margin:0 auto;
}

.post-slider{
	margin-bottom:0px;
	position:relative;
}

.post-slider .news-listing {
	background: transparent;
}

.post-slider .news-listing{
	margin-right:0px;
}


.post-slider .news-listing-details {
	padding: 30px 30px;
	text-align: left;
	background: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.post-slider .news-listing-details h5{
	margin-bottom:0px;
}

.post-slider .news-listing-details:hover h5{
	color:#00497E;
}

.post-slider .tns-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.post-slider .tns-controls [aria-controls][data-controls="prev"]{
	position: relative;
	left: -50px;
}

.post-slider .tns-controls [aria-controls][data-controls="next"]{
	position: relative;
	right: -50px;
}

#page-container .post-slider .button{
	border: 2px solid #72D54A;
	margin:20px auto 0;
	display: block;
	max-width: 188px;
}

.hero-panel .search-form {
	width: 433px;
	margin: 0 auto;
	position:relative;
	padding:0px;
}

.hero-panel .search-form #searchform-2 {
	border-radius: 20px;
	border: 0px;
	color:#000;
	padding:14px 20px;
}

#page-container .hero-panel .search-form input[type="submit"] {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 100%;
	clip: auto;
	border: 0px;
	width: 67px;
	background: #72D54A;
	border-radius: 0px 20px 20px 0px;
	min-width: 67px;
	font-size: 0px;
	background-image:url("images/search-icon.png");
	background-position:center center;
	background-repeat:no-repeat;
}

.technical-page .hero-panel{
	min-height:295px;
}

.technical-page .hero-panel h1{
	color:#525252;
}

.technical-page #page-container .hero-panel .so-widget-image{
	margin-top:-1px;
}

#page-container #latest-news.press-release-panel #products-boxes-panel .button {
	color: #000;
}

#related-articles-light-version h3{
	color:#000;
}

#related-articles-light-version .cats-boxes-panel .panel-grid-cell .widget_sow-editor{
	background:#fff;
}

#related-articles-light-version .cats-boxes-panel .panel-grid-cell .widget_sow-editor img{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

body .sow-accordion-title {
	font-size: 28px;
}

body .sow-accordion-panel-header {
	align-items: end;
}

body .sow-accordion-open-close-button span.sow-icon-fontawesome{
	display:none;
}

body .sow-accordion-open-button{
	width:22px;
	height:22px;
	background:url("images/accordian-icon.png") 0 0 no-repeat;
	margin-bottom: 10px;
}

body .sow-accordion-close-button{
	width:22px;
	height:22px;
	background:url("images/accordian-icon.png") 0 -22px no-repeat;
	margin-bottom: 10px;
}

body #page-container .sow-accordion-panel-content .button{
	color:#fff;
}

body #page-container .sow-accordion-panel-content img{
	border-radius:14px;
}

body .sow-accordion-panel:not(.sow-accordion-panel-open) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body .sow-accordion-panel:last-child {
	border:0px;
}

.contact-panel .gform_legacy_markup_wrapper {
	margin-bottom: 0;
}

h5 img{
	margin-right:15px;
}

.contact-form{
	padding:30px 40px 28px 40px;
	background: #F8F8F8;
	border-radius: 12px;
}

#page-container .contact-form .gform_footer{
	padding-top: 10px;
	display: block;
}

body .contact-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.contact-form .large.gfield_select{
	background-image:url("images/form-dropdown-bg.png");
	background-repeat:no-repeat;
	background-position:right top;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact-form .gform_legacy_markup_wrapper textarea.large {
	height: 230px;
}

.contact-details{
	border-radius:12px;	
}

.hero-panel h1 {
	text-align: center;
	text-shadow:1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.hero-panel h6,
.hero-panel p{
	text-shadow:1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.blog .site-inner,
.archive .site-inner,
.single .site-inner,
.search .site-inner,
.error404 .site-inner{
	margin-top:40px;
}

.entry-title a{
	color:#000;
}

.press-release-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid:last-child .panel-grid-cell{
	max-width:1060px;
	margin:0 auto;
}

#frequent-applications .cats-boxes-panel .panel-grid-cell:hover p strong{
	color:#00497E;
}

.additional-note{
	font-size:14px;
	text-align:center;
}

#page-container .contact-us-column .gform_footer{
	padding-top:0px;
}

.careers-enteries .news-listing-details {
/* 	border-top-left-radius: 12px;
	border-top-right-radius: 12px; */
}

.single-career footer.entry-footer,
.single-career header.entry-header {
	max-width: 1170px;
	margin: 0 auto;
}

body .ctl_road_map_wrp li.odd .ctl-story-year,
body .ctl_road_map_wrp li.even .ctl-story-year,
body .ctl_road_map_wrp .clt_h_nav_btn i,
.cool_timeline_horizontal .ctl-popup-content h2{
	color:#75D150;
}

body .ctl_road_map_wrp li.odd .ctl-story-year::before, 
body .cool_timeline_horizontal .ctl_road_map_wrp li.odd span.icon-placeholder,
body .ctl_road_map_wrp li.even .ctl-story-year::before, 
body .cool_timeline_horizontal .ctl_road_map_wrp li.even span.icon-placeholder{
	background: #fff;
	background-image: url("images/title-large-icon.png");
	background-size: 100%;
	border: 0px;
	width: 25px;
	height: 27px;
	top: 0px;
}

body .ctl_road_map_wrp li.odd .ctl-story-year::after{
	background: linear-gradient(to bottom, #75d150 0%, rgba(117, 209, 80, 0) 100%);
}

.site-inner .cool_timeline_horizontal ul li::before,
.cool_timeline_horizontal .ctl_road_map_wrp li.odd .ctl-story-title,
.cool_timeline_horizontal .ctl_road_map_wrp li.even .ctl-story-title,
.cool_timeline_horizontal .ctl_road_map_wrp li.current-year .ctl-story-year .rm_year{
	display:none;
}

.cool_timeline_horizontal .ctl_road_map_wrp li.odd .ctl_hide{
	margin-top:100px;
}

.cool_timeline_horizontal .ctl_road_map_wrp li.even .ctl_hide{
	margin-top:60px;
}

.cool_timeline_horizontal .ctl_hide {
	display: block;
}

.cool_timeline_horizontal .ctl-popup-content .story-posted-date{
	display:none;
}

.cool_timeline_horizontal .ctl-popup-content {
	font-size: 17px;
	font-family: 'Lato';
	padding: 0 15px;
}

.cool_timeline_horizontal .ctl-popup-content h2 {
	font-size: 22px;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible),
.cool_timeline_horizontal ul.slick-slider .slick-list li:focus {
	outline: none;
}

#page-container .gform_wrapper .gfield_required {
	font-size: 10px;
}

#individual-featured-image{
	margin:0 auto 30px;
	text-align:center;
}

.story-img.wp-post-image {
	border-radius: 100%;
	margin-bottom: 15px;
}

.footer-row-one .alignleft{
	margin-right:35px;
}

.footer-row-one p{
	margin-bottom:0px;
}

.tns-liveregion span.current,
.tns-liveregion.tns-visually-hidden{
    color: #000;
}

.blue-textured-panel .tns-liveregion span.current,
.blue-textured-panel .tns-liveregion.tns-visually-hidden{
	color:#fff;
}

#cookie-law-info-bar a{
	color:#fff;
}

input:focus, 
textarea:focus {
	border: 1px solid #000 !important;
}

.right-side-round-corners-img img{
	border-bottom-right-radius:13px;
	border-top-right-radius:13px;
}

.round-corners-image img{
	border-radius:13px;
}

.hero-panel .tns-liveregion span.current, 
.hero-panel .tns-liveregion.tns-visually-hidden {
	color: #fff;
}

#fancybox-wrap #cookie-law-info-bar{
	display:none;
}

#genesis-footer-widgets :focus{
	outline:1px solid #fff;
}

#genesis-footer-widgets .footer-creds :focus{
	outline:1px solid #000;
}

#team-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-top:30px;
}

.team-listing {
	box-shadow: 0px 1px 8px 6px rgba(0, 0, 0, 0.06);
	max-width: 500px;/*270px*/
}

.team-listing{
	color:#000;
}

.team-listing-details {
	text-align: center;
	padding: 15px 20px 20px;
}

.team-listing-details h5 {
	font-weight: 700;
}

.team-member-social {
	margin-top: 15px;
}

.linked-in {
	width: 25px;
	height: 25px;
	background-image: url("images/linkedin.png");
	text-indent: -9999px;
	display: inline-block;
	background-size: 100%;
}

.team-member-content{
	margin-top:15px;
}

.team-listing-image img {
	width: 170px;
	border-radius: 100%;
	display: block;
	margin: 35px auto 20px;
	border:4px solid #72D54A;
}

body .gform_confirmation_message {
	font-weight: 700;
	text-align: center;
	padding: 50px 20px 80px;
	font-size: 20px;
}

.home #latest-news .news-author {
	display: none;
}

/*------------------TIMELINE HISTORY SLIDER STARTS------------------*/

.timeline-slider-panel{
	position:relative;
	margin:40px 0 50px;
}

.story-bullet{
	width:24px;
	height:26px;
	background-image:url("images/title-large-icon.png");
	background-color:#fff;
	font-size:0px;
	border-radius:100%;
	margin:10px auto 0;
}

.story-name{
	text-align:center;
	font-size:27px;
	font-weight:700;
}

.story-poster {
    padding-top:64px;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}

.story-poster img{
	border-radius:100%;
}

.story-poster:before{
	content:"";
	display:block;
	height:3px;
	width:100%;
	background:#025149;
	position:relative;
	top:-76px;
	z-index:-1;
}

.story-poster:after{
	content:"";
	display:block;
	width:2px;
	height:70px;
	background:linear-gradient(to bottom, #75d150 0%, rgba(117, 209, 80, 0) 100%);
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:-1;
}

.story-title{
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	max-width: 165px;
	margin: 0 auto;
	letter-spacing:2px;
}

.story-desc{
	font-size:18px;
	max-width: 175px;
	margin: 0 auto;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.story-read-more{
	max-width: 175px;
	margin: 0 auto;
}

.timeline-slider-panel ul.controls{
	margin:0px;
}

.timeline-slider-panel ul.controls li{
	width:14px;
	height:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:0px;
	position: relative;
	z-index: 9;
	cursor:pointer;
}

.timeline-slider-panel ul.controls li:focus{
	outline:none;
}

.timeline-slider-panel ul.controls li.prev{
	background-image:url("images/timeline-left-icon.png");
}

.timeline-slider-panel ul.controls li.next{
	background-image:url("images/timeline-right-icon.png");
}

.timeline-slider-panel ul.controls li:before{
	display:none;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: -30px;    
    width: calc(100% + 60px);    
    top: 59px;
    display: flex;
    align-items: center;    
    justify-content: space-between;
}


/*------------------TIMELINE HISTORY SLIDER ENDS------------------*/

/* #fancybox-wrap{
	height:auto !important;
} */

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

@media only screen and (max-width: 1500px) {
	
	.right-most-image-panel .widget_siteorigin-panels-builder .panel-layout .featured-details {
		margin-right: 55px;
		padding-left: 35px;
	}
	
	.hero-slider .so-panel .panel-widget-style {
		min-height: 630px;
	}
	
}

@media only screen and (max-width: 1350px) {
	
	.flipboxes-type-two .flipboxes-wrapper {
		max-width: 95%;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.site-header{
		background:#fff;
	}

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]),
	.single-career footer.entry-footer,
	.single-career header.entry-header {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 730px;
	}
	
	.sidebar{
		width:230px;
	}
	
	.title-area a {
		width: 230px;
	}
	
	.site-header .widget-area{
		padding-right: 15px;
	}
	
	.genesis-nav-menu a{
		padding:20px 5px 15px;
	}
	
	.site-header .button {
		margin-left: 5px;
	}
	
	#page-container .button{
		min-width: 170px;
		padding: 11px 16px;
		font-size:16px;
	}
	
	.hero-panel .tns-controls{
		width: 85%;
	}
	
	.site-header .search-form{
		right: 6px;
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel{
		padding-right:25px;
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .cats-boxes-panel .panel-grid-cell:last-child .so-panel{
		padding-right:0px;
	}
	
	.site-header{
		background:#fff;
	}
	
	.home .hero-panel {
		min-height: 535px;
	}
	
	.hero-panel .tns-outer .tns-nav {
		top: 10px;
	}
	
	h2 {
    	font-size: 33px;
	}
	
	.flipboxes-type-two .flip-box{
		height:266px;
	}
	
	.post-slider .tns-controls {
		width: 100%;
		top: inherit;
		transform: none;
		bottom: -50px;
	}
	
	.post-slider .tns-controls [aria-controls][data-controls="prev"]{
		left:0px;
		float:none;
	}
	
	.post-slider .tns-controls [aria-controls][data-controls="next"] {
		right: 0;
		float: none;
		margin-left: 10px;
	}
	
	h3 {
		font-size: 27px;
	}
	
	body .sow-accordion-title {
		font-size: 22px;
	}
	
	.hero-panel .tns-outer .tns-nav [aria-controls]{
		background:#fff;
	}
	
	.cats-boxes-panel .panel-grid-cell p strong{
		padding:0 10px;
	}
	
	.right-most-image-panel .widget_siteorigin-panels-builder .featured-item-container .featured-item{
		padding-left:0px;
	}
	
	.right-most-image-panel .widget_siteorigin-panels-builder .panel-layout .featured-details {
		margin-right: 40px;
		padding-left: 20px;
	}
	
	.cats-boxes-panel .panel-grid-cell .widget_sow-editor {
		box-shadow: 0 1px 8px 6px rgb(0 0 0 / 6%);
	}
	
	.cool_timeline_horizontal .ctl-popup-content {
		font-size: 16px;
	}
	
	.footer-row-one .alignleft {
		max-width: 80px;
		margin-right: 10px;
	}
	
	.controls{
		left: -20px;
		width: calc(100% + 40px);
	}
	
	.flip-box-hover{
		padding:0 15px;
		line-height: 1.4;
	}
	
	#page-container .flip-box-hover .button{
		margin-top: 15px;
	}
	/*
	.footer-row-one br {
		display: none;
	}
	*/
	.flipboxes-type-two .flip-box-hover h5{
		font-size:22px;
	}
	
	.flipboxes-type-two .flip-box-hover .flip-content{
		font-size:14px;
	}
	
	#team-wrapper{
		gap:30;
	}
	
}

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

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0 5px 75px;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu{
		padding-bottom:0px;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 7px 20px 7px 90px;
		width: 100%;
		text-align:left;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 265px;
		position: absolute;
    	top: 76px;
		background: #F9F9F9;
		border-radius: 0px 0px 10px 10px;
		right:10px;
	}

	.menu-toggle{
		display: block;
		visibility: visible;
		position: relative;
		top: 14px;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		margin: 0;
		opacity: 1;
		position: static;
		z-index: 99;
	}

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

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

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

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}

	.sidebar {
		padding-top: 50px;
		clear: both;
	}
	
	.hero-panel .tns-outer .tns-nav{
		display:none;
	}
	
	.site-header + * {
		margin-top: 12px;
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel{
		margin:0 auto;
		padding:0px;
	}
	
	.cats-boxes-panel .panel-grid-cell{
		max-width:271px;
		margin:0 auto 0px !important;
	}
	
	.cats-boxes-panel .panel-grid-cell{
		
	}
	
	.hero-panel .tns-controls {
		width: auto;
		position: relative;
	}
	
	.tns-controls [aria-controls][data-controls="prev"],
	.tns-controls [aria-controls][data-controls="next"]{
		float:none;
		margin: 0 6px;
	}
	
	.genesis-nav-menu a:hover, 
	.genesis-nav-menu a:focus, 
	.genesis-nav-menu .current-menu-item > a, 
	.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		color: #000;
		background: #72D54A;
	}
	
	.right-most-image-panel .widget_siteorigin-panels-builder .featured-item-container .featured-item{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.right-most-image-panel .widget_siteorigin-panels-builder .panel-layout .featured-details {
		margin-right: 0;
		padding-left: 20px;
		max-width: 100%;
		padding-right: 20px;
		margin-top: 25px;
	}
	
	.featured-item-image {
		margin-top: 30px;
	}
	
	.cats-boxes-panel .panel-grid-cell .widget_sow-editor .button {
		opacity: 1;
	}
	
	.featured-item-image img{
		border-radius:0px;
	}
	
	.footer-row-one {
		text-align: center;
	}
	
	.location-box h6:before,
	.contact-box h6:before{
		position: relative;
		left: 0;
	}
	
	.footer-row-one img.so-widget-image {
		display: block;
		margin: 0 auto;
	}
	
	.flipboxes-wrapper {
		display: block;
	}
	
	.flip-box{
		width:100%;
		max-width:350px;
		margin: 0 auto 30px;
	}
	
	.blue-textured-panel.bottom-gap {
		padding-bottom: 70px;
		background-size: cover !important;
	}
	
	.flip-box:last-child {
		margin-right: inherit;
	}
	
	.flipboxes-type-two .flip-box{
		height:330px;
	}
	
	.blue-textured-panel{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	div#frequent-applications {
		text-align: center;
	}
	
	.blue-textured-panel .widget_custom_image_widget{
		max-width:400px;
		margin:0 auto;
	}
	
	#products-boxes-panel .image-widget-container{
		max-width: 400px;
		margin: 0 auto;
	}
	
	#related-articles-light-version .cats-boxes-panel .panel-grid-cell {
		max-width: 375px;
	}
	
	body .sow-accordion-panel-header {
		padding-right: 0px !important;
	}
	
	.bottom-gap {
		padding-bottom: 60px;
	}
	
	.top-gap {
		padding-top: 60px;
	}
	
	.featured-image {
		float: none;
		margin: 0 auto 15px;
	}
	
	.press-release-panel {
		padding: 30px 0 40px;
	}
	
	.news-listing:last-child {
		margin-right: auto;
	}
	
	.cats-boxes-panel .panel-grid-cell .widget_sow-editor{
		min-height:255px;
	}
	
	#page-container .cats-boxes-panel  .button {
		min-width: 145px;
		padding: 9px 16px;
	}
	
	body .mobile-tab-content img{
		border-radius:12px;
	}
	
	#page-container .mobile-tab-content .button,
	body .mobile-tab-content h3{
		color: #fff;
	}
	
	body .sow-accordion-panel-header {
		padding-left: 0px !important;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu{
		display:block;
	}
	
	.hero-slider .so-panel .panel-widget-style {
		min-height: 500px;
	}
	
	.home .hero-panel .tns-controls {
		top: inherit;
		transform: none;
		max-width: 940px;
		line-height: 0;
		text-align: center;
		left: 0;
		position: absolute;
		z-index: 9999999;
		width: 100%;
		height: auto;
		bottom: 52px;
	}
	
	.footer-row-one .alignleft {
		max-width: 110px;
		float: none;
		margin-right: 0;
	}
	
	#certifications .flip-box-normal img {
	    max-width: 90%;
	    max-height: 180px;
	}
	
	.cats-boxes-panel .panel-grid-cell p strong {
		padding: 0 2px;
		font-size: 14px;
	}
	
	#page-container #gform_wrapper_1 .gfield label{
		min-height:42px;
	}
	
	body .gform_wrapper .gfield.gf_list_4col .gfield_checkbox, 
	body .gform_wrapper .gfield.gf_list_4col .gfield_radio{
		grid-column-gap: 0rem;
	}
	
	#page-container input[type="checkbox"], 
	#page-container input[type="image"], 
	#page-container input[type="radio"]{
		padding:12px 12px;
		margin-top:0px;
	}
	
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	#page-container .sow-tabs-panel-container {
		display: none;
	}
	#page-container .sow-tabs-tab {
		margin: 0 0 20px;
	}
	#page-container .sow-tabs-tab.active-tab {
		margin-bottom: 0;
	}
	#page-container .active-tab + .mobile-tab-content {
		display: block;
	}
	.mobile-tab-content {
		background:transparent;
		display: none;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab{
		padding-left:20px !important;
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel{
		max-width:95%;
	}
	
	body .sow-tabs-tab-container {
		width: 100%;
		margin-right: 0;
	}
	
	.post-slider .tns-controls{
		bottom:-20px;
	}
	
	#news-wrapper {
		display: block;
	}
	
	.news-listing{
		max-width:400px;
		margin:0 auto 20px;
	}
	
	.large-cta-panel {
		padding: 30px 0 30px;
	}
	
	.hero-panel .search-form {
		width: 100%;
	}
	
	.blog .hero-panel>img {
		object-fit: cover;
		object-position: left;
	}
	
	.cool_timeline_horizontal .ctl-popup-content {
		font-size: 14px;
		padding: 0 5px;
	}
	
	.footer-row-one .alignleft {
		margin-right: 0;
	}
	
	.hero-slider .so-panel .panel-widget-style {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	#certifications .flip-box-normal img {
	    max-width: 90%;
	    max-height: 100%;
	}
	
	#page-container .type-post:last-child {
		margin-bottom: 0;
	}
	
	.cats-boxes-panel .panel-grid-cell .widget_sow-editor{
		margin-bottom:15px !important;
	}
	
}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	
	.site-header{
		padding-top:0px;
	}
	
	#page-container .button {
		min-width: 132px;
		padding: 9px 10px;
		font-size: 12px;
		margin-left: 0;
	}
	
	.title-area{
		padding:24px 0 0;
	}
	
	.title-area a {
		width: 150px;
	}
	
	.nav-header{
		top:68px;
	}
	
	h1 {
		font-size: 45px;
	}
	
	.technical-page .hero-panel {
		min-height: 178px;
		padding:60px 0px;
		background:#fff;
	}
	
	.technical-page #page-container .hero-panel .so-widget-image {
		margin-top: 0px;
	}
	
	.top-gap {
		padding-top: 50px;
	}
	
	.bottom-gap {
		padding-bottom: 50px;
	}
	
	.blue-textured-panel.bottom-gap {
		padding-bottom: 40px
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .panel-grid-cell:last-child .so-panel {
		max-width: 100%;
		padding: 0 20px;
	}
	
	.left-most-image-panel .widget_siteorigin-panels-builder .panel-layout .cats-boxes-panel .panel-grid-cell:last-child .so-panel{
		padding-left:0px;
	}
	
	.site-footer {
		padding: 0 0 85px 0;
	}
	
	.contact-form {
		padding: 30px 40px 10px 40px;
	}
	
	div#latest-news {
		background-size: 100% !important;
		background-repeat: no-repeat;
		background-position: left top !important;
		background-color: #042B42;
	}
	
	.cool_timeline_horizontal .ctl-popup-content {
		font-size: 17px;
		padding: 0 10px;
	}
	
}

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

	.title-area a {
		width: 115px;
	}
	
	#page-container .button {
		min-width: 110px;
		padding: 8px 10pxpx;
		font-size: 11px;
	}
	
}

/*------------------ Back To Top Button ------------------*/

.back-to-top {
	display:inline-block;
	background-color: #72d54a !important;
	font-size: 0;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	white-space:nowrap;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.back-to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.back-to-top:hover {
	opacity:0.8;
}

@media only screen and (min-width: 768px) {
	.back-to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.back-to-top {
		height:auto;
		width:fit-content;
		right:30px;
		bottom:30px;
	}

	.back-to-top:hover {
		opacity: 0.8;
	}
}
