@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
	url('../fonts/Metropolis-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Metropolis';
	src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
	url('../fonts/Metropolis-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* Master layout */
/************************************************************
Global styles */
/* Partial CSS Reset */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	font-family: 'Metropolis';
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */
/* Links */
a{
   color: inherit; 
   font-family: 'Metropolis';
}
a,
input[type="submit"] {
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a[href^="tel:"] {
	color: inherit;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"], 
input[type="tel"], 
textarea, 
select {
	font-family: 'Metropolis';
	font-size: 18px;
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 15px;
	text-transform: inherit;
	font-family: inherit;
	color: #000;
	background: #fff;
	box-shadow: none;
	border: solid 2px #000000 !important;
}
label i{
	margin-left: 2px;
	vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
	transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
	-webkit-text-fill-color: #000;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
	overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
	color: #000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
	color: #000;
	opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
	margin-bottom: 0;
}
h1, h2, 
.large-text, 
.medium-title {
	font-family: 'Metropolis';
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 65px;
	line-height: 1.5;
	margin-bottom: 40px;
}
h2,
.medium-title {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 35px;
}
h3 {
	font-size: 30px;
	line-height: 1.23;
	margin-bottom: 15px;
	font-weight: 600;
}
h4 {
	
}
h5 {
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 15px;
}
h6 {
   
}
.large-text {
	font-size: 75px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Metropolis" !important;
	color: #255270;
}
p {
	font-family: "Metropolis" !important;
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 1.5;
}
li {
	font-family: "Metropolis" !important;
}
#inner p {
	line-height: 1.5;
}
#inner .main-content ul {
	padding-left: 18px;
}
/* ========================================= */
/* GLOBALS */
/* ========================================= */
.flexbox {
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	justify-content: flex-start;
}
.gridbox {
	display: grid;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
	background-color: transparent !important;
}
.container {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 70px;
}
.container.sm {
	max-width: 1350px;
	padding-left: 40px;
	padding-right: 40px;
}
main .table.page,
.table.auto-height {
	height: auto;
}
.table.auto-width {
	width: auto;
}
.table.auto-all {
	height: auto;
	width: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}
/* Alerts */
.alert-container {
	width: 100%;
	height: 40px;
	background-color: #93C6DB;
}
/* ========================================= */
/* NAVIGATION */
/* ========================================= */
.nav-menu {
	list-style-type: none;
	z-index: 11000;
	display: flex;
	justify-content: flex-end;
}
.nav-menu > li:not(:last-child) {
	margin-right: 25px;
}
.nav-menu > li {
	color: #FFF;
	position: relative;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	padding-left: 5px;
}
.nav-menu > li.has-child {
	padding-right: 40px;
	cursor: pointer;
	position: relative;
	z-index: 12000;
}
.nav-menu > li.has-child:after {
	content: '\2b';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 5px;
	top: 7px;
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	z-index: 13000;
}
.nav-menu > li.has-child:hover:after {
	content: '\58';
}
.nav-menu > li.has-child:hover:after {
	color: #06FA05;
}
.nav-menu > li.has-child:hover {
	padding-bottom: 100px;
}
.nav-menu > li > a {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav-menu > li:hover > a{
	color: #06FA05;
	left: 5px;
}
.nav-menu > li:hover:before {
	opacity: 1;
}
.nav-menu > li:before {
	content: '';
	height: 20px;
	width: 4px;
	background-color: #06FA05;
	position: absolute;
	left: 5px;
	top: 3px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	z-index: 13000;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.nav-menu > li a {
	font-size: 25px;
	font-family: "gazzetta-variable" !important;
	font-weight: 200;
	position: relative;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	padding-left: 10px;
	z-index: 12000;
}
.nav-menu > li.has-child:hover .sub-menu {
	opacity: 1;
}
.sub-menu {
	opacity: 0;
	position: absolute;
	left: 0px;
	background-color: #000000;
	padding: 5px;
	padding-right: 15px;
	padding-left: 10px;
	list-style-type: none;
	padding-top: 50px;
	z-index: 11000;
	top: 0px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.sub-menu li a {
	z-index: 13000;
}
.sub-menu li a:hover {
	color: #06FA05;
}
#main-header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 160px;
	background: transparent linear-gradient(180deg, var(--unnamed-color-000000) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
	z-index: 10000;
	margin: 0px !Important;
}
.header-flex {
	display: flex;
	align-items: flex-start;
	padding-top: 25px;
}
.header-flex > div:first-child,
.header-flex > div:last-child {
	flex: 1;
}
.header-flex > div:nth-child(2) {
	flex-shrink: 0;
}
.header-flex > div:last-child {
	display: flex;
	justify-content: flex-end;
}
.social-con > a {
	font-size: 20px;
	color: #FFF;
	z-index: 11000;
}
.social-con > a:not(:last-child) {
	margin-right: 5px;
}
#nav-close-btn,
#nav-btn {
	display: none;
}
.container-header {
	margin: 0 auto;
	padding: 0 70px;
}
.header-logo {
	width: 73px;
	position: relative;
}
.header-logo a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/* ========================================= */
/* GLOBAL STYLES */
/* ========================================= */
.bold-text {
	font-weight: bold;
}
.bold-text-green {
	color: #06FA05;
}         
.bodyImg {
	background-image: url(../images/layout/body.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-height: 1300px;
	left: 50%;
	transform: translateX(-50%);
}
.main-content {
	position: relative;
	margin-bottom: 100px;
}
.btn {
	padding: 10px 35px;
	transition: all .3s ease 0s; 
	font-family: 'gazzetta-variable' !important;
	font-size: 25px;
	position: relative;
	
}
.btnGreen {
	background-color: #06FA05 !important;
	border: 2px solid #06FA05;
	color: #000000;	
}
.btnGreen:hover {
	border: 2px solid transparent !important;
	background-color: transparent  !important;
	color: #FFF !important;
}
.btn:hover:before {
	opacity: 1;
}
.btn:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent linear-gradient(251deg, var(--unnamed-color-06fa05) 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(251deg, #06FA05 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0;
	z-index: 75;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.btn span {
	z-index: 100;
	position: relative;
}
.btn:hover {
	background-color: #06FA05;
}
.btnBorder {
	color: #FFF;
	border: 2px solid #FFF;
}
.btnBorder:hover {
	border: 2px solid transparent !important;
	background-color: transparent !important;
}
.btnBorderGreen {
	color: #000000;
	border: 2px solid #06FA05;
}
.btnBorderGreen:hover {
	color: #FFF !important;
	border: 2px solid transparent !important;
	background-color: transparent !important;
}
/* ========================================= */
/* FOOTER */
/* ========================================= */
.footer-top .flexbox {
	justify-content: space-between;
}
.footer-top {
	min-height:150px;
	margin-top: 50px;
	position: relative;
}
.footer-top:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -70px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 200;
}
.footer-btm {
	min-height: 50px;
}
#footer h5 {
	font-family: 'Metropolis' !important;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
}
#footer a {
	font-weight: bold;
}
#footer i {
	font-size: 30px;
	color: #255270;
}
.logo-main img{
	height: 100px !important;
}
#main-footer {
	width: 100%;
	position: relative;
}
.footer-bottom {
	width: 100%;
	background-color: #000000;
	min-height: 10px;
}
#main-footer .table{
	margin-bottom: 0px !important;
}
.footer-flex-btm {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-flex-btm > div:first-child,
.footer-flex-btm ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-flex-btm  p {
	color: #FFF;
	margin: 0px;
	padding: 15px 0px;
}
.footer-flex-btm ul {
	width: fit-content;
	list-style-type: none;		
	display: flex;
	justify-content: flex-start;
	margin-left: 25px;
}
.footer-flex-btm ul li {
	color: #FFF;
	font-size: 14px;
}
.footer-flex-btm ul li:not(:last-child) {
	margin-right: 15px;
}
.footer-flex-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-logo {
	width: 101px;
}
.footer-callout {
	display: flex;
	justify-content: flex-start;
}
.footer-callout > div:first-child p {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	font-size: 40px;
	max-width: 120px;
	line-height: 35px !important;
	padding: 0px;
	margin: 0px;
}
.footer-callout > div:first-child {
	display: flex;
	justify-content: flex-start;
	margin-right: 30px;
}
.footer-callout > div:first-child i {
	color: #06FA05;
	font-size: 30px;
	margin-right: 10px;
}
.footer-callout > div:last-child p{
	margin-bottom: 15px;
}
.footer-callout > div:last-child a {
	font-size: 14px;
	font-weight: bold;
}
#main-footer .table {
	table-layout: auto;
}
footer:before {
	display: none !important;
}