/*
Theme Name: GlobalTech Environmental 2023
Theme URI: https://adeptplus.com/
Description: 
Author: AdeptPlus
Author URI: https://adeptplus.com/

Version: 1.0.0

Tags: 

Template: genesis

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

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

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

/* Print Styles
---------------------------------------------------------------------------- */
@media print {*, *::before, *::after {background: transparent !important;box-shadow: none !important;color: #000 !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;}p {orphans: 3;widows: 3;}blockquote, pre {clear: both;padding: 20px;}.globaltech2023-grid.archive .content .entry, .content, .content-sidebar, .wp-custom-logo .title-area, .title-area, .woocommerce.archive .content .entry {max-width: 100% !important;width: 100% !important;}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, .hidden-print, .home-top, .nav-primary, .nav-secondary, .nav-social, .pagination, .post-edit-link, .sidebar {display: none !important;}.author-box {margin-bottom: 0;}.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;}.more-link {border-width: 0;display: block;margin-bottom: 20px;position: static;}.more-link-wrap {border-width: 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;}}


/* Box Sizing
--------------------------------------------- */
html, input[type="search"] {
	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
---------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #0B1E2C;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}
.small {
	font-size: 15px;
	line-height: 1.5;
}
.xsmall {
	font-size: 14px;
	line-height: 1.5;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}
a {
	color: #3794DC;
	text-decoration: underline;
}
a:focus,
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
p:last-child {
	margin-bottom: 0;
}
p + ol,
p + ul {
	margin-top: -10px;
}
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 0;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #000;
}
blockquote {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 15px 35px;
	position: relative;
}
blockquote::before {
	color: #ccc;
	content: "\201C";
	display: block;
	font-size: 80px;
	height: 80px;
	left: -8px;
	position: relative;
	top: auto;
}
blockquote cite {
	color: #707070;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: 24px;
	text-transform: uppercase;
}
@media only screen and (min-width: 801px) {
	blockquote {
		margin: 35px;
	}
	blockquote::before {
		position: absolute;
		left: -0.75em;
		height: 0;
		top: -0.5em;
	}
}
@media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
		line-height: 1.6;
	}
	.small {
		font-size: 16px;
	}
	blockquote {
		font-size: 18px;
		line-height: 1.75;
	}
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
	text-decoration: none;
}
h1, h2 {
	color: #3794DC;
	line-height: 1.25;
}
h1,
.h1-font-size h2 {
	font-size: 32px;
	letter-spacing: -0.01em;
}
h2,
.h2-font-size h1 {
	font-size: 24px;
}
h3, h4, h5, h6 {
	color: #FFFFFF;
	line-height: 1.5;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h6 {
	font-size: 16px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
	margin-top: 0;
}
@media screen and (min-width: 781px) {
	h1,
	.h1-font-size h2 {
		font-size: 46px;
		letter-spacing: -0.02em;
	}
	h2,
	.h2-font-size h1 {
		font-size: 36px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 14px;
		letter-spacing: 0.025em;
	}
}
@media screen and (min-width: 991px) {
	h1,
	.h1-font-size h2 {
		font-size: 58px;
	}
	h2,
	.h2-font-size h1 {
		font-size: 48px;
	}
	h3 {
		font-size: 35px;
	}
	h4 {
		font-size: 22px;
	}
}
@media screen and (min-width: 1200px) {
	h1,
	.h1-font-size h2 {
		font-size: 75px;
		letter-spacing: -0.03em;
		line-height: 1;
	}
	h2,
	.h2-font-size h1 {
		font-size: 60px;
		letter-spacing: -0.03em;
	}
	h3 {
		font-size: 48px;
	}
	h4 {
		font-size: 24px;
	}
	.smaller h4,
	h4.smaller {
		font-size: 21px;
	}
	h5 {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	h6 {
		font-size: 18px;
	}
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
img.image-border {
	border: 10px solid #FFFFFF;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}
figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Buttons
--------------------------------------------- */
.text-link {
	color: #FFFFFF;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	display: inline-block;
}
.text-link:hover,
.text-link:focus {
	color: #3794DC;
}
.text-link:not(:first-child) {
	margin-left: 15px;
}
.text-link:not(:last-child) {
	margin-right: 15px;
}
.button + .text-link {
	margin-top: 20px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	line-height: 1.0667;
	text-shadow: none;

	background-color: #3794DC;
	border: 1px solid #3794DC;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	
	padding: 11px 16px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link {
	width: auto;
}
.button {
	display: inline-block;
}
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary {
	background-color: #F5F5F5;
	border-color: #F5F5F5;
	color: #212121;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary:not(:hover):not(:focus) {
	color: #212121 !important;
}
button.hollow,
input[type="button"].hollow,
input[type="reset"].hollow,
input[type="submit"].hollow,
.button.hollow,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
}
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white,
.button.white,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #3794DC;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white:not(:hover):not(:focus):not(.hollow) {
	color: #1390CF !important;
}
button.hollow.white:not(:hover):not(:focus),
input[type="button"].hollow.white:not(:hover):not(:focus),
input[type="reset"].hollow.white:not(:hover):not(:focus),
input[type="submit"].hollow.white:not(:hover):not(:focus),
.button.hollow.white:not(:hover):not(:focus),
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow.white:not(:hover):not(:focus) {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a > span.has-icon {
	position: relative;
} 
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left > span.has-icon {
	right: -5px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right > span.has-icon {
	left: -5px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a > span.has-icon > span {
	font-size: 12px;
	margin: 0;
	float: none;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left > span.has-icon > span {
	left: -10px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right > span.has-icon > span {
	right: -10px;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.small {
	font-size: 13px;
	line-height: 1.0667;
	padding: 8px 14px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left.small > span > span,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right.small > span > span {
	font-size: 10px;
}
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:focus {
	/*background-color: #215984;
	border-color: #215984;*/
	background-color: #5FA9E3;
	border-color: #5FA9E3;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}
.button.dark-blue-hover:hover,
.button.dark-blue-hover:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.dark-blue-hover:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.dark-blue-hover:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.dark-blue-hover.ow-button-hover:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.dark-blue-hover.ow-button-hover:focus {
	background-color: #215984;
	border-color: #215984;
}
.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;
	box-shadow: none;
	border-width: 0;
	color: #666;
	cursor: not-allowed;
	transform: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
@media screen and (min-width: 1024px) {
	.button + .button {
		margin-left: 10px;
	}
	.text-link:not(:first-child) {
		margin-left: 20px;
	}
	.text-link:not(:last-child) {
		margin-right: 20px;
	}
	a.button.large,
	button.large,
	input[type="button"].large,
	input[type="reset"].large,
	input[type="submit"].large,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
		font-size: 18px;
		line-height: 1.0667;
		padding: 13px 20px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left.large > span > span,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right.large > span > span {
		font-size: 12px;
	}
}
@media screen and (min-width: 1200px) {
	.button + .button {
		margin-left: 20px;
	}
	.text-link:not(:first-child) {
		margin-left: 30px;
	}
	.text-link:not(:last-child) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.button:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* Forms
--------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-moz-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::placeholder {
	color: #9E9E9E;
	opacity: 1;
}
input, select, textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form .gfield textarea {
	color: #0B1E2C;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: unset;
}
input:focus,
textarea:focus {
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
.widget_gform_widget, 
.gform_widget {
	background: rgba(22, 59, 88, 0.9);
	border-radius: 5px;
	padding: 30px 20px;
}
.widget_gform_widget .widget-title, 
.gform_widget .widget-title {
	font-size: 18px;
}
.gform_wrapper {
	color: #FFFFFF;
}
.gform_wrapper.gravity-theme form .gfield textarea {
	display: block;
}
.gform_wrapper.gravity-theme form .gfield textarea.small {
	height: 105px;
}
.gform_wrapper.gravity-theme form .gfield textarea.medium {
	height: 168px;
}
.gform_wrapper.gravity-theme form .gform_footer {
	padding: 0;
	margin-top: 24px;
}
.gform_wrapper.gravity-theme form select {
	height: 38px;
	padding: 0 10px;
}
.gform_wrapper p.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme form .gfield_required {
	color: #FFFFFF;
}
.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}
.gform_wrapper form .gform_body .gfield_label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    display: block;
}
/*.gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 6px 11px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
.gravity-form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), 
.gravity-form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: -4px 0 0 0 !important;
}*/
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	font-size: 18px;
	line-height: 1 !important;

	margin-right: 0;
	margin-bottom: 0;
	padding: 14px 15px;
	border-radius: 4px;
}
@media screen and (min-width: 781px) {
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 991px) {
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 22px;
	}
}
@media screen and (min-width: 1024px) {
	.widget_gform_widget, 
	.gform_widget {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.widget_gform_widget, 
	.gform_widget {
		padding-left: 50px;
		padding-right: 50px;
	}
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 24px;
	}
	input, select, textarea,
	.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form .gfield textarea {
		padding: 10px 15px;
	}
	.gform_wrapper.gravity-theme form select {
		padding: 0 15px;
		height: 48px;
	}
}
/* end of Forms */

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: break-word;
}
tbody {
	border-bottom: 1px solid #eee;
}
td, th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}
td {
	border: 1px solid #eee;
	padding: 10px 15px;
}
th {
	font-weight: 700;
	padding: 10px;
}

/* 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;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FFFFFF;
	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 {
	position: relative;
}

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

/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	overflow-wrap: break-word;
	word-wrap: break-word;

	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.single.has-featured-image .site-inner {
	padding-top: 20px;
}
.landing-page .site-inner {
	max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */
.content,
.globaltech2023-grid .content,
.full-width-content .content {
	width: 100%;
}
.content-sidebar .content,
.sidebar-content .content {
	max-width: 100%;
}
.full-width-content.page .content {
	margin-top: 0;
}
@media only screen and (min-width: 1076px) {
	.content {
		width: 620px;
		float: right;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		max-width: 680px;
	}
	.sidebar-primary {
		float: right;
		width: 300px;
	}
	.content-sidebar .content,
	.sidebar-content .sidebar-primary {
		float: left;
	}
}
@media only screen and (min-width: 1251px) {
	.content {
		width: 800px;
	}
}
@media only screen and (min-width: 1361px) {
	.content {
		width: 880px;
	}
	.sidebar-primary {
		width: 375px;
	}
}


/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	margin: 0;
	width: 100%;
}
.first {
	clear: both;
	margin-left: 0;
}
@media only screen and (min-width: 861px) {
	.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%;
	}
}


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

/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
	position: relative;
	z-index: 2;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin-right: 20px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.author-box {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 1.87;
	margin-bottom: 5%;
	padding: 30px;
}
.after-entry {
	padding: 30px;
	margin-bottom: 5%;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.archive-description {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin-bottom: 5%;
}
.full-width-content .archive-description {
	margin-bottom: 40px;
}
.author-box .avatar {
	border: 7px solid #FFFFFF;
	border-radius: 0;
	box-shadow: 0 9px 45px rgba(0, 0, 0, 0.14);
	transform: translate3d(-35px, 0, 0);
	margin: 0 15px 35px 35px;
}
@media only screen and (min-width: 861px) {
	.author-box {
		margin-bottom: 70px;
		padding: 35px 70px;
	}
	.after-entry {
		padding: 0;
		margin-bottom: 70px;
	}
	.author-box .avatar {
		margin-left: -60px;
	}
	.archive-description {
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 1076px) {
	.archive-description {
		margin-bottom: 70px;
		padding-bottom: 35px;
	}
}
@media only screen and (min-width: 1251px) {
	.author-box .avatar {
		margin-left: -70px;
	}
}

/* Search Form
--------------------------------------------- */
.search-form {}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.genesis-nav-menu .search input[type="submit"],
.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,
.author-box-title {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.archive-title {
	margin: 0 0 30px 0;
}
.entry-title {}
.single .entry-title {}
.globaltech2023-subtitle {
	color: #3794DC;
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	color: #FFFFFF;
	text-decoration: none;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #3794DC;
	text-decoration: none;
}
.widget-title {}
.sidebar .featured-content .entry-title {
	font-size: 20px;
}

/* 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 {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 24px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
figcaption,
.gallery-caption,
.wp-caption-text {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.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 24px;
}

/* Widgets
---------------------------------------------------------------------------- */
.sidebar .widget {
	padding: 30px;
	margin-bottom: 30px;
}
.after-entry .widget {
	margin-bottom: 35px;
}
.widget {
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}
.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;
}
.sidebar .widget:first-of-type {
	background-color: #FFFFFF;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}
.single .sidebar .widget:first-of-type {
	margin-top: 0;
}
@media only screen and (min-width: 861px) {
	.sidebar .widget {
		padding: 50px;
	}
}
@media only screen and (min-width: 1076px) {
	.single .sidebar .widget:first-of-type {
		margin-top: -60px;
	}
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	margin-bottom: 35px;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #FFFFFF;
	vertical-align: middle;
}

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

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container {
	margin-bottom: 40px;
}
.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 2px solid #ccc;
	font-size: 18px;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 2px solid #999;
	outline: none;
}
.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;
}
.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 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	/*color: #FFFFFF;
	outline: #ccc solid 1px;*/
	outline: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #0B1E2C;
	padding: 20px;
}
.site-header > .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;

	position: relative;
}
.site-header > .wrap::before,
.site-header > .wrap::after {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	margin-right: 10px;
	/*width: 300px;*/
	max-width: 50%;
	padding: 10px 0;
}
.wp-custom-logo .title-area {
	padding: 0;
}
.site-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #FFFFFF;
	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-description,
.site-title {
	margin-bottom: 0;
}
.site-header .custom-logo-link {
	display: block;
}
.site-header .custom-logo-link .custom-logo {
	max-height: 60px;
	width: auto;
	display: block;
}
@media only screen and (min-width: 1076px) {
	.title-area,
	.wp-custom-logo .title-area {
		max-width: 220px;
	}
}
@media only screen and (min-width: 1076px) and (max-width: 1200px) {
	.title-area,
	.wp-custom-logo .title-area {
		max-width: 170px;
	}
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative;
}
.genesis-nav-menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
}
.genesis-nav-menu .menu-item-has-children > a  {
	padding-right: 20px;
}
.genesis-nav-menu .highlight {
	margin-left: 8px;
}
.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: #3794DC;
	text-decoration: none;
}
.genesis-nav-menu .highlight.current-menu-item a {
	color: #FFFFFF;
}
.genesis-nav-menu .sub-menu {
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 240px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #163B58;
	border-top: 1px solid #AAAAAA;
	font-size: 14px;
	padding: 16px 16px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	/*position: static;*/
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
@media only screen and (max-width: 1075px) {
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.genesis-nav-menu li {
		float: none;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		font-family: inherit;
		font-weight: inherit;
		background: transparent;
		box-shadow: none;
		color: #FFFFFF;
		transform: none;
	}
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #3794DC;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #3794DC;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		text-align: left;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item > a {
		padding: 15px 20px 15px 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item .menu-item a {
		padding: 10px 20px 10px 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
		padding-bottom: 20px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}
@media only screen and (min-width: 1076px) and (max-width: 1200px) {
	.genesis-nav-menu {
		font-size: 14px;
	}
}

/* Accessible 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;
}
.menu-toggle {
	color: #FFFFFF;
	border: 1px solid #3794DC;
	background-color: #3794DC;
	display: block;

	margin: 0;
	padding: 7px 10px;
	overflow: hidden;
	text-align: center;
	visibility: visible;

	float: right;
	line-height: 20px;
	position: relative;
	z-index: 1000;
}
.menu-toggle::before {
	font-size: 1.5em;
	margin-right: 10px;
	text-rendering: auto;
	vertical-align: top;
}
.menu-toggle.activated::before {
	content: "\f158";
}
.sub-menu-toggle {
	color: #FFFFFF;
	border: 0;
	background-color: #3794DC;
	display: block;

	overflow: hidden;
	text-align: center;
	visibility: visible;

	float: right;
	padding: 7px 8px;
	margin: 0 auto;

	position: absolute;
	right: 0;
	top: 12px;
	z-index: 100;
}
.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);
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background: #215984;
	color: #FFFFFF;
	transform: translate3d(0, 0, 0);
	box-shadow: none;
}
@media screen and (min-width: 1076px) {
	.menu-toggle {
		display: none;
		visibility: hidden;
	}
	.sub-menu-toggle {
		color: #BDBDBD;
		background-color: transparent;
		padding: 0;

		right: 3px;
		top: 15px;
	}
	.sub-menu-toggle::before {
		font-size: 13px;
		width: 13px;
		height: 12px;
	}
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #757575;
	}
	.sub-menu .sub-menu-toggle {
		display: none !important;
	}
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
@media only screen and (min-width: 1076px) {
	.site-header .nav-primary {
		float: right;
	}
}
@media only screen and (max-width: 1075px) {
	.site-header .nav-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.site-header .genesis-responsive-menu {
		position: absolute;
		top: 68px;
		left: -20px;
		right: -20px;
		z-index: 9999;

		background-color: #163B58;
		padding: 20px;
		box-shadow: 0 6px 24px rgb(0, 0, 0, 0.14);

		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
	}
	.site-header ul.genesis-nav-menu {
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.site-header .genesis-responsive-menu {
		top: 50px;
	}
}


/* Social Navigation
--------------------------------------------- */
.nav-social {
	left: 35px;
	position: fixed;
	top: 0;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 999;
}
.admin-bar .nav-social {
	top: 22px;
}
.top-banner-visible .nav-social {
	top: 70px;
}
.admin-bar.top-banner-visible .nav-social {
	top: 105px;
}
.nav-social a {
	color: #707070;
	font-size: 12px;
	letter-spacing: 0.03em;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}
.nav-social li:not(:first-child) a::before {
	background: #999;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2px;
	position: absolute;
	top: 0.8em;
	width: 2px;
}
.nav-social li:first-child a::before {
	background: #ddd;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100vh;
	position: absolute;
	top: 0.8em;
	width: 100vh;
}

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

/* Featured Images
--------------------------------------------- */
.globaltech2023-featured-image {
	margin: 0 0 24px;
	padding: 0;
}
.gb-block-post-grid-image a {
	display: inline-block;
}
.gb-block-post-grid-image a,
.globaltech2023-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}
.featuredpost .alignnone {
	margin-bottom: 24px;
}
.globaltech2023-featured-image.globaltech2023-image-alignleft,
.globaltech2023-featured-image.globaltech2023-image-alignright {
	margin: 0 0 24px 0;
}
.globaltech2023-featured-image.globaltech2023-image-alignleft img,
.globaltech2023-featured-image.globaltech2023-image-alignright img {
	margin: 0;
	height: 250px;
    object-fit: cover;
    width: 300px;
    float: none;
}
.gb-block-post-grid-image img,
.globaltech2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	box-shadow: 0 16px 65px rgba(0, 0, 0, 0.18);
	vertical-align: middle;
}
.gb-block-post-grid-image img,
.globaltech2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	transform: translate3d(0, 0, 0);
}
.gb-block-post-grid-image a:focus img,
.gb-block-post-grid-image a:hover img,
.globaltech2023-featured-image a:focus img,
.globaltech2023-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, 10px, 0);
}
.has-featured-image .content {
	margin-top: 24px;
}
.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 667px) {
	.globaltech2023-featured-image.globaltech2023-image-alignleft {
		float: left;
		margin: 0 24px 24px 0;
	}
	.globaltech2023-featured-image.globaltech2023-image-alignright {
		float: right;
		margin: 0 0 24px 24px;
	}
	.globaltech2023-featured-image.globaltech2023-image-alignleft img {
		float: left;
	}
	.globaltech2023-featured-image.globaltech2023-image-alignright img {
		float: right;
	}
}


/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 70px;
}
.siteorigin-panels .entry {
	margin-bottom: 0;
}
.page .entry > .entry-header {
	margin-top: 60px;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-content .intro {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 35px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.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: #FFFFFF;
	color: #eee;
}
p.center {
	text-align: center;
}



/* Entry Messages
--------------------------------------------- */
.message {
	background-color: #FFFFFF;
	padding: 25px 30px;
}
.message,
.message a {
	color: #FFFFFF;
}
.message.green {
	background-color: #00a86d;
}
.message.orange {
	background-color: #cc4b00;
}
.message.red {
	background-color: #be0040;
}

/* Grid Entries
--------------------------------------------- */
.globaltech2023-grid.archive:not(.woocommerce-page) .content .entry {
	text-align: center;
	padding: 0;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.gb-block-post-grid-header,
.featuredpost .entry-header,
.globaltech2023-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}
.featuredpost .entry-content p,
.globaltech2023-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}
@media only screen and (min-width: 801px) {
	.globaltech2023-grid.archive:not(.woocommerce-page) .content .entry {
		float: left;
		text-align: left;
		padding: 0 20px;
		width: 33.3%;
		max-width: none;
	}
	.globaltech2023-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
		clear: left;
	}
}
@media only screen and (min-width: 861px) {
	.globaltech2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1076px) {
	.globaltech2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media only screen and (max-width: 800px) {
	.gb-block-post-grid div[class*="columns"].is-grid,
	.gb-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}
	.gb-block-post-grid .gb-post-grid-items .entry,
	.gb-block-post-grid .gb-post-grid-items.is-grid .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
	color: #707070;
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 10px;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline,
.entry-meta > * {
	color: #555;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}
.entry-meta > .entry-author {
	margin-left: 5px;
}
.entry-categories,
.entry-tags {
	display: block;
	margin-left: 0;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-footer {
	position: relative;
	z-index: 2;
}


/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 5% auto;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	text-decoration: none;
}
.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
	border: 2px solid #3794DC;
	color: #3794DC;
	padding: 6px 20px;
}
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #3794DC;
	color: #FFFFFF;
}
.archive-pagination li a {
	margin-bottom: 4px;
}
@media only screen and (min-width: 861px) {
	.pagination {
		margin: 35px 0 70px;
	}
	.archive-pagination li a {
		margin-bottom: 0;
	}
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 70px;
}
.comment-list li {
	border-left: 2px solid #eee;
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}
.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}
.comment-header {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-header a {
	color: #555;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}
.comment-header p {
	margin-bottom: 0;
}
.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}
.comment-content {
	clear: both;
}
.comment-content p {
	margin-bottom: 15px;
}
.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-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}
.comment-reply {
	color: #3794DC;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 15px;
	margin-bottom: 5%;
}
@media only screen and (min-width: 861px) {
	.sidebar {
		margin-bottom: 35px;
	}
}

/* Top Banner
---------------------------------------------------------------------------- */
.globaltech2023-top-banner {
	background: #3794DC;
	display: none;
	padding: 24px 60px 24px 18px;
	position: relative;
	text-align: center;
}
.globaltech2023-top-banner,
.globaltech2023-top-banner a {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.55;
}
.globaltech2023-top-banner,
.globaltech2023-top-banner a,
.globaltech2023-top-banner a:focus,
.globaltech2023-top-banner a:hover {
	color: #FFFFFF;
}
#globaltech2023-top-banner-close,
#globaltech2023-top-banner-close:focus,
#globaltech2023-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #FFFFFF;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}
#globaltech2023-top-banner-close {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 860px) {
	#globaltech2023-top-banner-close {
		padding-left: 35px;
		padding-right: 35px;
	}
	.globaltech2023-top-banner {
		padding-left: 24px;
		padding-right: 80px;
	}
}

/* Site Footer
---------------------------------------------------------------------------- */
#footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #3794DC;
	padding: 60px 20px 0;
	text-align: center;
}
#main-footer {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
}
#main-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer-logo-wrapper {
	max-width: 215px;
	margin-left: auto;
	margin-right: auto;
}
#footer-socmed .sow-social-media-button {
    width: 32px;
    height: 32px;
    transform: translate3d(0, 0, 0);
    border: 0 !important;
    border-radius: 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer-socmed .sow-social-media-button:hover,
#footer-socmed .sow-social-media-button:focus {
	transform: translate3d(0, -3px, 0);
}
#main-footer .widget-title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
}
#main-footer .footer-contact-info a {
	margin: 0;
}
#main-footer .footer-contact-info a:not(.button) {
	display: block;
	margin: 8px 0;
}
#main-footer .footer-contact-info .footer-email {
	font-size: 12px;
}
#main-footer ul.menu > li:not(:last-child) {
	margin-bottom: 8px;
}
#footer-copyright {
	color: #BDBDBD;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #3794DC;
	padding: 7px 20px;
}
#footer-copyright .sep {
	margin-left: 5px;
	margin-right: 5px;
}
#footer-copyright a {
	color: #BDBDBD;
}
#footer a:hover,
#footer a:focus,
#main-footer .current-menu-item a {
	color: #3794DC;
}
@media screen and (min-width: 781px) {
	#footer {
		text-align: left;
	}
	#main-footer .footer-contact-info {
		text-align: right;
	}
	#footer .footer-logo-wrapper {
		margin-left: 0;
	}
}
@media screen and (min-width: 1200px) {
	#main-footer { 
		font-size: 15px;
	}
	#footer-copyright .sep {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/** Back to Top 
-------------------------------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    display: block;
    z-index: -1;
    background: #3794DC url(images/icon-back-to-top.png) no-repeat center center / 18px;
    line-height: 1;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
}
#back-to-top.show {
    opacity: 1;
    z-index: 9050;
}
#back-to-top:hover,
#back-to-top:focus {
	background-color: #5FA9E3;
}
@media screen and (min-width: 1200px) {
	#back-to-top {
	    bottom: 2em;
	    right: 2em;
	}
}

/* 404 
-------------------------------------------------------------------------- */
body.error404 .site-inner {
	padding-top: 70px;
	padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
	body.error404 .entry-content .search-form {
		display: flex;
		width: 100%;
		gap: 10px;
	}
	body.error404 .search-form input[type="submit"] {
		margin: 0;
	}
}
@media screen and (min-width: 1280px) {
	body.error404 .site-inner {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}


/* Search
-------------------------------------------------------------------------- */
body.search .site-inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
body.search .content > .entry {
	margin-bottom: 70px;
}
body.search .entry .entry-title {
	font-size: 21px;
}
@media screen and (min-width: 781px) {
	body.search .entry .entry-title {
		font-size: 22px;
	}
}
@media screen and (min-width: 994px) {
	body.search .entry .entry-title {
		font-size: 35px;
	}
}
@media screen and (min-width: 1200px) {
	body.search .entry .entry-title {
		font-size: 48px;
	}
}

/* Features list
------------------------------------------------------------------------------------- */
.widget .so-widget-sow-features .sow-features-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 60px;
    grid-column-gap: 3%;
}
.widget .so-widget-sow-features .sow-features-list::before,
.widget .so-widget-sow-features .sow-features-list::after {
	display: none;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature {
	margin-bottom: 0;
	padding: 0;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
	margin: 0 0 10px;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
    margin: 0;
    width: 100%;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h3,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4 {
	margin: 0;
}

/** default(?) icon list **/
.widget .gte-def-icons-boxes-feat {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list {
	grid-row-gap: 0;
}
.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature {
	text-align: center;
	padding: 20px;
}
.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
	margin: 0 auto 10px;
}
.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4 {
	margin-bottom: 5px;
}

/** Buy-Sell icon features list **/
.widget .buy-sell-icon-features .so-widget-sow-features .sow-features-list {
	grid-row-gap: 48px;
}
.widget .buy-sell-icon-features .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4 {
	margin-bottom: 10px;
}
@media screen and (min-width: 781px) {
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature {
		text-align: left;
	}
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4 {
		margin-bottom: 16px;
	}
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-top .sow-icon-container {
		margin-left: 0;
		margin-right: 0;
	}
}
/** icons features media queries **/
@media screen and (min-width: 1024px) {
	.widget .gte-def-icons-boxes-feat { 
		max-width: 100%;
	}
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
		max-width: 275px;
	}
}
@media screen and (min-width: 1200px) {
	.widget .gte-def-icons-boxes-feat .so-widget-sow-features .sow-features-list .sow-features-feature {
		padding: 30px;
	}
	.widget .buy-sell-icon-features .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
		margin-right: 36px;
	}
}

/* Accordion
------------------------------------------------------------------------------------ **/
.widget .so-widget-sow-accordion {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
	margin-bottom: 10px;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel:last-child {
	margin-bottom: 0;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
	background-color: #2C76B0;
	padding: 15px;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header:focus,
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	outline: none;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
	color: #FFFFFF;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	padding: 10px 15px 15px;
	background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 781px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
		padding: 20px;
	}
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 10px 20px 20px;
	}
}
@media screen and (min-width: 1200px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
		padding: 24px;
	}
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 21px;
	}
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 10px 24px 24px;
	}
}

/** Tabs
-------------------------------------------------------------------------------------- **/
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container {
	background: none;
	padding: 0;
}
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	margin: 0;
	background: rgba(44, 118, 176, 0.3);
	padding: 15px 10px;
}
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected, 
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover,
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:focus {
	color: #FFFFFF;
	background: rgba(44, 118, 176, 0.5);
}
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container {
	background: rgba(44, 118, 176, 0.5);
}
.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
	padding: 30px 20px;
}
@media screen and (min-width: 781px) {
	.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.widget .so-widget-sow-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
		padding: 40px;
	}
}

/** section BG overlay
-------------------------------------------------------------------------------------- **/
.section-bg-overlay,
.section-bg-overlay > div {
	position: relative;
}
.section-bg-overlay::before {
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(55, 148, 220, 0.3), rgba(55, 148, 220, 0.3)), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/** Battery Cell
-------------------------------------------------------------------------------------- **/
.battery-cell {
	font-size: 14px;
	background: linear-gradient(0deg, rgba(55, 148, 220, 0.7), rgba(55, 148, 220, 0.7)), url(images/AdobeStock_315863339-edited.png) no-repeat center center / cover, url(images/AdobeStock_112203273_resized.jpg) no-repeat center center / cover;

	transition: all 300ms ease-in-out;
	transform: translate3d(0, 0, 0);
	position: relative;
}
.battery-cell:hover,
.battery-cell:focus {
	transform: translate3d(0, -10px, 0);
}
.battery-cell::before {
	content: '';
	display: block;
	transition: all 300ms ease-in-out;
	background: transparent;

	position: absolute;
	top: 0;
	bottom: 100%;
	left: 0;
	right: 0;
}
.battery-cell:hover::before,
.battery-cell:focus::before {
	background: linear-gradient(180deg, rgba(55,148,220,0) 0%, rgba(55,148,220,0.3) 30%, rgba(55,148,220,0.5) 50%, rgba(55,148,220,1) 100%);
	bottom: 0;
}
.battery-cell > div {
	position: relative;
	height: 100%;
}
.battery-cell .content-wrapper {
	padding: 50px 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.battery-cell h4,
.battery-cell .widget-title {
	font-size: 18px;
	margin-bottom: 0;
}
@media screen and (min-width: 781px) {
	.battery-cell h4,
	.battery-cell .widget-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.battery-cell {
		font-size: 16px;
	}
	.battery-cell .content-wrapper {
		padding: 55px 30px;
	}
	.battery-cell h4,
	.battery-cell .widget-title {
		font-size: 24px;
	}
}

/** Who We Serve icons
-------------------------------------------------------------------------------------------- **/
#who-we-serve-features .sow-features-list a,
#who-we-serve-features .sow-features-list a {
	text-decoration: none;
}
#who-we-serve-features .sow-features-list .sow-features-feature {
	padding: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 576px) {
	#who-we-serve-features .sow-features-list { 
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 768px) {
	#who-we-serve-features .sow-features-list .sow-features-feature .sow-icon-container {
		margin-right: 20px;
	}
}
@media screen and (min-width: 1200px) {
	#who-we-serve-features .sow-features-list .sow-features-feature .sow-icon-container {
		margin-right: 35px;
	}
}
@media screen and (max-width: 675px) {
	#who-we-serve-features .sow-features-list {
		grid-row-gap: 30px;
	}
}


/** Why us icons
----------------------------------------------------------------------------------------- **/
#whyChooseUsFeatures .sow-features-list {
	grid-row-gap: 40px;
	margin-right: 10px;
}
#whyChooseUsFeatures .sow-features-list .sow-features-feature {
	text-align: left;
	background-color: #215984;
	box-shadow: 10px 10px 0px #163B58, 11px 11px 0px -8px #0B1E2C;
	padding: 30px 20px;
}
#whyChooseUsFeatures .sow-features-list .sow-features-feature .sow-icon-container {
	margin: 0 0 10px;
}
#whyChooseUsFeatures .sow-features-list .sow-features-feature .textwidget > h4 {
	margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
	#whyChooseUsFeatures .sow-features-list { 
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}
}
@media screen and (min-width: 1024px) {
	#whyChooseUsFeatures .sow-features-list { 
		grid-template-columns: 1fr 1fr 1fr;
		grid-row-gap: 30px;
		grid-column-gap: 30px;
	}
}
@media screen and (min-width: 1200px) {
	#whyChooseUsFeatures .sow-features-list {
		grid-row-gap: 56px;
		grid-column-gap: 56px;
	}
	#whyChooseUsFeatures .sow-features-list .sow-features-feature {
		padding-left: 30px;
		padding-right: 30px;
		min-height: 375px;
	}
}

/** Certification Logos
---------------------------------------------------------------------------------- **/
#certifications-logos .sow-image-grid-wrapper {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-template-columns: repeat( auto-fit, minmax(80px, 1fr) );;
}
#certifications-logos .sow-image-grid-image img {
	mix-blend-mode: multiply;
}
@media screen and (min-width: 781px) {
	#certifications-logos .sow-image-grid-wrapper {
		grid-template-columns: repeat( auto-fit, minmax(146px, 1fr) );;
	}
}

/** Reviews
----------------------------------------------------------------------------------- **/
.review-cell {
	background-color: #215984;
	box-shadow: 10px 10px 0px #163B58, 11px 11px 0px -8px #0B1E2C;
	padding: 30px 20px 40px;
	margin-right: 10px;
}
.review-cell .review-stars {
	color: #87BFEA;
}
.review-cell .review-stars .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	vertical-align: middle;
}
.review-cell .review-content {
	font-style: italic;
	line-height: 1.6;
}
@media screen and (min-width: 1200px) {
	.review-cell {
		padding: 40px 40px 60px;
	}
	.review-cell .review-content {
		line-height: 1.75;
	}
}


/** CTA section
----------------------------------------------------------------------------------- **/
.cta-section,
.cta-section > div {
	position: relative;
	text-align: center;
}
.cta-section::before {
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(0deg, rgba(55, 148, 220, 0.85), rgba(55, 148, 220, 0.85));

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/** Hero section
----------------------------------------------------------------------------------- **/
.hero-section {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.hero-section::before {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.4);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hero-section > div {
	position: relative;
}
.hero-section h1 {
	color: #FFFFFF;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.hero-section .text-link:not(:first-child) {
		margin-left: 0;
	}
}

/** Contact Us page
------------------------------------------------------------------------------------------ **/
.contact-hero-section h1 {
	color: #FFFFFF;
}
#contact-info-features .sow-features-list {
	grid-row-gap: 40px;
}
#contact-info-features .sow-features-list .sow-features-feature .textwidget a {
    color: inherit;
    text-decoration: none;
}
#contact-info-features .sow-features-list .sow-features-feature .textwidget a:hover,
#contact-info-features .sow-features-list .sow-features-feature .textwidget a:focus {
	color: #3794DC;
}
@media screen and (min-width: 768px) {
	.contact-hero-section h1 {
		font-size: 36px;
	}
	#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	    margin-right: 20px;
	}
}
@media screen and (min-width: 991px) {
	.contact-hero-section h1 {
		font-size: 40px;
	}
}
@media screen and (min-width: 1024px) {
	#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	    margin-right: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.contact-hero-section h1 {
		font-size: 50px;
	}
	#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	    margin-right: 40px;
	}
}


/** Price Sheet
------------------------------------------------------------------------------------------ **/
.price-sheet-cell {
	text-align: center;
}

.price-sheet-cell .so-widget-image {
	height: 180px !important;
	object-fit: cover !important;
}

/** Investors page
------------------------------------------------------------------------------------------ **/
#investors-feat-list .so-widget-sow-features .sow-features-list .sow-features-feature {
	text-align: left;
    background-color: #215984;
    box-shadow: 10px 10px 0px #163B58, 11px 11px 0px -8px #0B1E2C;
    padding: 30px 20px;
}
#investors-feat-list .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4 {
	margin-bottom: 10px;
}
@media screen and (min-width: 781px) {
	#investors-feat-list .sow-features-list .sow-features-feature .sow-icon-container {
		/*margin-right: 20px;*/
	}
}

table {
	word-break: break-word;
}
.nowrap {
	white-space: nowrap;
}
article.post-password-required.entry {
	padding: 100px 0 200px;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #3794DC;
		border-radius: 0;
    background-color: #FFFFFF;
    margin-right: 3px;
    outline: none;
}
input[type="checkbox"]:checked {
	background: #3794DC url(/wp-content/uploads/2023/06/icon-white-check.svg) no-repeat center center / 12px;
}
.nowrap {
	white-space: nowrap;
}