/* 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%;
}
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: 'Poppins';
}
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: 'Montserrat';
	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: 'Montserrat';
	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: "belda-normal" !important;
	color: #255270;
}
p {
	font-family: "Poppins" !important;
	font-size: 16px;
	margin-bottom: 25px;
}
li {
	font-family: "Poppins" !important;
}
#inner p {
	line-height: 30px;
}
#inner .main-content ul {
	padding-left: 18px;
}
/* Block-level */
/************************************************************
Generic Site Styles */
.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;
}
.container,
.container-fm {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 70px;
}
.container.sm {
	max-width: 1450px;
	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 */
.main-nav {
	height: 75px !important;
	width: 70%;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: 50px;
	margin-left: auto;
	padding-bottom: 5px;
}       
.logo img {
	height: 75px;
	padding-top: 10px;
}       
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav, .nav-menu,
.main-nav nav {
	height: 100%;
}
.nav-menu {
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	align-items: center;
}
.nav-menu > li {
	height: 100%;
}
.nav-menu > li:not(:last-child) {
	margin-right: 40px;
}
.nav-menu > li.has-child {
	position: relative;
}
.nav-menu a {
	font-size: 18px !important;
	line-height: 1.2;
	color: #000000;
}
.nav-menu > li > a {
	white-space: nowrap;
	position: relative;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #436843;
	height: 8px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover {
	color: #000000;
}
.sub-menu {
	min-width: 350px;
	text-align: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 60px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border: 2px solid	#93C6DB;
	list-style-type: none;
}
li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	transition: all 0.3s ease 0s;
}
.sub-menu li:hover {
	background-color: #dfe9f5;
}
.sub-menu li:not(:last-child) a {
	border-bottom: 2px solid rgba(3, 3, 3, .09);
}
.sub-menu li a{
	display: block;
	padding: 19px 30px 19px 40px;
	position: relative;
	color: #255270 !important;
}
.main-nav-wrapper {
	width: 100%;
}
.open .main-nav-wrapper {
	z-index: 999;
}
.fixed header {
	position: fixed;
	z-index: 950;
	background-color: #FFF;
	width: 100%;
	box-shadow: 0 1px 3px -2px #000;
	top: 0px;
}
.fixed header + main{
  padding-top: 150px;
}
/* Global */           
.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: 15px 40px;
	transition: all .3s ease 0s; 
	border-radius: 0px;
	font-size: 16px;
}
.btnGreen {
	border: solid 2px #8EBD29;
	background-color: #8EBD29;
	color: #FFF;
}
.btnGreen:hover {
	background-color: #B2A7D1 !important;
	border: solid 2px #B2A7D1 !important;
	color: #101426;
}
.close-btn {
	display: none !important;
}
/* Footer */ 
.footer-top .flexbox {
	justify-content: space-between;
}
.footer-top {
	min-height:150px;
}
.footer-btm {
	min-height: 50px;
}
#footer h5 {
	font-family: 'Poppins' !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;
}
/* Alerts */
.alert-container .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.alert-container {
	display: flex;
	align-items: center;
	position: relative;
}
.alertClose {
	position: absolute;
	right: 25px;
}
.alert-container a {
	margin-left: 25px;
	text-decoration: underline;
	font-weight: bold;
	color: #255270;
}
.logo-nav{
	z-index: 500;
}
.alert-container p {
	margin-bottom: 0px !important;
}
.header-top {
	width: 100%;
	height: 35px;
	background-color: #003840;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top p {
	color: #FFF;
	margin-bottom: 0px;
}
.header-top > div {
	display: flex;
	justify-content: flex-end;
}
.header-top > div a {
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top > div a {
	margin-left: 20px;
}
.header-top > div a i {
	font-size: 16px;
}
header.cell {
	width: 100%;
	height: 150px;
}
.headerTable {
	max-height: 200px;
	display: flex;
	justify-content: space-between;
}
.logo-box {
	max-height: 250px;
}
.header-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.header-logo img {
	width: 275px;
}
#main-header {
	z-index: 12000;
	position: relative;
}
#main-header .table {
	background-color: transparent !important;
}
.header-right-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 75px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.header-right-links a:first-child {
	margin-right: 40px;
	color: #FFF;
}
.nav-menu li a {
	color: #FFF;
}
.footer-container {
	width: 100%;
}
.footer-top {
	height: 270px;
	width: 100%;
	background-color: #101426;
}
.footer-bottom {
	height: 80px;
	background-color: #003840;
}
footer .table {
	margin-bottom: 0px;
}