/*!
Theme Name: wp-by-vi-minanalytical
Theme URI: http://underscores.me/
Author: Visual Intent
Author URI: https://visualintent.com.au
Description: Custom theme by Visual Intent
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-by-vi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wp-by-vi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
	outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 30px 0;
}

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

blockquote {
	margin: 0 0 30px 30px;
	border-left:2px solid #00a3e3;
	padding:0 0 0 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 30px 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration:none;
	transition: all .5s;
}

a:hover, a:focus,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* CUSTOM */

@font-face {
	font-family: 'MuseoSans-300';
	src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-300.otf')  format('opentype'),
		   url('fonts/MuseoSans-300.woff') format('woff'), url('fonts/MuseoSans-300.ttf')  format('truetype'), url('fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
	font-weight: normal;
	font-style: normal;
  }

@font-face {
	font-family: 'MuseoSans-500';
	src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-500.otf')  format('opentype'),
		   url('fonts/MuseoSans-500.woff') format('woff'), url('fonts/MuseoSans-500.ttf')  format('truetype'), url('fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
	font-weight: normal;
	font-style: normal;
  }

@font-face {
	font-family: 'MuseoSans-700';
	src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-700.otf')  format('opentype'),
		   url('fonts/MuseoSans-700.woff') format('woff'), url('fonts/MuseoSans-700.ttf')  format('truetype'), url('fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'MuseoSans-900';
	src: url('fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSans-900.otf')  format('opentype'),
		   url('fonts/MuseoSans-900.woff') format('woff'), url('fonts/MuseoSans-900.ttf')  format('truetype'), url('fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
	font-family: 'MuseoSlab-1000';
	src: url('fonts/MuseoSlab-1000.eot?#iefix') format('embedded-opentype'),  url('fonts/MuseoSlab-1000.otf')  format('opentype'),
		   url('fonts/MuseoSlab-1000.woff') format('woff'), url('fonts/MuseoSlab-1000.ttf')  format('truetype'), url('fonts/MuseoSlab-1000.svg#MuseoSlab-1000') format('svg');
	font-weight: normal;
	font-style: normal;
  }
body {
	font-family: 'MuseoSans-300';
	color:#1B2B39;
	font-size:17px;
}
header {
	padding:20px 0;
	position:sticky;
	top:0;
	z-index:99;
	background:#fff;
	height:140px;
}
header .custom-logo {
	display:inline-block;
	max-height:100px;
	width:180px;
	object-fit:contain;
	object-position:left center;
	margin:33px 40px 0 0;
	position:relative;
	z-index:99999;
}
header .sub-header-contact {
	position:absolute;
	top:-10px;
	right:50px;
	font-size:12px;
	font-family: 'MuseoSans-900';
}
header .sub-header-contact span {
	color:#979192;
	font-family: 'MuseoSans-700';
	margin-left:20px;
}
.wp-megamenu-wrap {
	width:calc(100% - 520px);
	display:inline-block;
	vertical-align:top;
	margin:23px 0 0 0;
	padding:0 !important;
}
.wp-megamenu-wrap .wpmm_brand_logo_wrap, #wp-megamenu-item-wpmm-search-icon, .wp-megamenu-wrap .fa-angle-down {
	display:none;
}
.additional-items {
	display:inline-block;
	line-height:50px;
	vertical-align:top;
	font-size:18px;
	text-align:right;
	margin:24px 0 0 0;
	position:relative;
	float:right;
}
.additional-items form {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:50px;
	background:#fff;
	z-index:99;
	display:none;
}
.additional-items form input {
	width:100%;
	font-family:inherit;
	line-height:30px;
	margin:0;
	padding:10px;
}
.additional-items .close-form {
	position:absolute;
	top:2px;
	right:10px;
}
.additional-items ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
}
.additional-items ul li {
	position:relative;
}
.additional-items ul li ul {
	position:absolute;
	top:50px;
	left:-20px;
	background:#fff;
	padding:60px 20px 0 20px;
	z-index:99;
	display:none;
}
.additional-items ul li ul:before {
	content:'';
	height:5px;
	background-color:#00a3e3;
	position:absolute;
	left:0;
	right:0;
	top:42px;
}
.additional-items ul li:hover ul {
	display:block;
}
.additional-items ul li ul li {
	margin:0;
	border:0 !important;
	font-family: 'MuseoSans-900';
	display:block;
	white-space:nowrap;
	text-align:left;
	padding:0 0 20px 0 !important;
	line-height:1;
}
.wp-megamenu-wrap li {
	font-family: 'MuseoSans-900';
	font-size:18px;
	padding:0 20px 0 0;
	position:relative;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	font-family: 'MuseoSans-900';
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	padding:15px 15px 15px 0;
	text-transform:uppercase;
}
.wp-megamenu-sub-menu {
	padding:0 50px !important;
}
.wp-megamenu-sub-menu .wp-megamenu-sub-menu {
	padding:0 !important;
}
.wp-megamenu-wrap {
	background-color:#fff !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
	padding:50px 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
	padding:0 20px 0 0;
}
.wp-megamenu-wrap li a:hover, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, .additional-items li a:hover, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a, #wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a {
	color:#00a3e3;
}
.wp-megamenu-wrapli:hover ul {
	display:block;
}
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
	text-transform:none !important;
	font-size:18px !important;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
	font-family: 'MuseoSans-900' !important;
	font-weight:normal !important;
	color:#333;
}
.wp-megamenu-wrap .textwidget {
	display:block;
	color:inherit;
	font-size:14px;
	font-family: 'MuseoSans-300';
	padding:0;
}
.wp-megamenu-wrap .textwidget p {
	margin:0;
	color:#333;
}
.wp-megamenu-wrap li a:hover .menu-item-description {
	color:#1B2B39 !important;
}
.wp-megamenu-wrap .wpmm-type-item {
	margin-bottom:0 !important;
}
.wp-megamenu-wrap li.wpmm-type-widget {
	padding:0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
	background:#fff;
	border-top:40px solid #fff;
	box-shadow:inset -10px 15px 0 -10px #00a3e3;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
	color:#00a3e3 !important;
}
.wp-megamenu-wrap img {
	width:100%;
	height:150px !important;
	object-fit:cover;
}
.wp-megamenu-wrap li#wp-megamenu-item-136 {
	margin-bottom:0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child {
	padding-right:0;
}
.additional-items ul li {
	display:inline-block;
	padding:0 20px 0 0;
}
.additional-items ul li:last-child {
	padding:0 0 0 20px;
	border-left:1px solid #00a3e3;
}
.additional-items .hydrated {
	color:#00a3e3;
	position:relative;
	top:7px;
	font-size:25px;
	cursor:pointer !important;
}
.banner, body.home .slick-slide {
	width:100%;
	height:450px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-color:#1B2B39;
}
body.home .slick-slide {
	height:100%;
}
body.home .banner {
	height:calc(100vh - 140px);
	min-height:650px;
}
body.home .banner .know-business {
	position:absolute;
	bottom:50px;
	left:50px;
	color:#fff;
	font-family: 'MuseoSans-500';
	font-size:22px;
}
body.home .banner .know-business .hydrated {
	float:right;
	margin:6px 0 0 10px;
}
.extra-spacing .wp-block-column {
	flex-basis:100%;
	white-space:nowrap;
}
body.home .banner h1 {
	font-family: 'MuseoSlab-1000';
	font-size:5vw;
	margin:0;
	padding:0;
	color:#fff;
	line-height:0.9;
	font-weight:100;
	position:absolute;
	top:50px;
	left:50px;
	right:50px;
}
body.home .banner h1:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:0;
	height:10px;
	background-color:#00a3e3;
	width:0;
	transition:width 5s;
	display:none;
}
body.home .banner .slick-current h1:after {
	width:50%;
}
body.home .banner .slick, body.home .banner .slick-list, body.home .banner .slick-track  {
	height:100%;
}
.btn, .wp-block-button__link, table a, .nav-previous a, .nav-next a {
	display:inline-block;
	border:3px solid #242b32;
	background-color:inherit;
	border-radius:0;
	color:inherit;
	line-height:1;
	padding:10px 40px;
	font-family: 'MuseoSans-900';
	font-size:15px;
	transition:all .5s;
}
body.parent-pageid-188 table a, body.parent-pageid-192 table a {
	float:right;
	border:0;
	margin-top:12px;
	text-align:right;
}
body.parent-pageid-188 table tr td, body.parent-pageid-192 table tr td {
	border-bottom:1px solid #1B2B39;
	line-height:60px;
}
.wp-block-button__link {
	color:#242b32;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color:initial;
}
.wp-block-button {
	margin:1.5em 0;
}
.btn:hover, .wp-block-button__link:hover {
	color:#00a3e3 !important;
	border-color:#00a3e3 !important;
}
.wp-block-column .wp-block-button__link {
	color:#242b32;
}
.grey-bg {
	background-color:#f0f0f0;
}
.wp-megamenu-sub-menu {
	background:#fff !important;
}
.extra-spacing {
	padding-left:20px;
	padding-right:20px;
	border:0 !important;
}
.extra-spacing .hydrated {
	color:#1B2B39;
	font-size:25px;
	margin:22px 0 0 0;
}
.split-link-arrow .wp-block-column p {
	margin:0;
}
.split-link-arrow .wp-block-column {
	background-color:#f0f0f0;
	padding:10px;
}
.split-link-arrow .wp-block-column:hover {
	background-color:#1B2B39;
	color:#fff;
}
.split-link-arrow .wp-block-column a {
	display:block;
	width:100%;
}
.split-link-arrow .wp-block-column a .hydrated {
	float:right;
	margin:5px 0 0 0;
}
.wp-block-cover .wp-block-cover__inner-container {
	width:auto;
	position:absolute;
	bottom:0;
	left:0;
	font-family: 'MuseoSans-900';
	background-color:#1B2B39;
	padding:20px 60px 20px 20px;
}
a[href^="tel:"] {
	padding:0;
	border:0;
	font-size:inherit;
	font-family:inherit;
}
.col-with-icon .wp-block-cover__inner-container {
	background-color:transparent;
	padding:20px;
	text-align:center;
	width:100%;
	bottom:calc(50% - 1em);
	transform:translateY(50%);
}
.col-with-icon .wp-block-cover__inner-container p {
	font-size:20px !important;
}
.col-with-icon .wp-block-cover__inner-container img {
	margin:0 auto 20px auto;
	display:block;
	width:80px !important;
	height:80px !important;
	object-fit:contain;
}
.col-with-icon .wp-block-cover__inner-container .wp-block-button {
	margin-bottom:0;
	margin-top:20px;
}
.col-with-icon .wp-block-cover__inner-container .wp-block-button a {
	color:#fff;
	border:0;
	font-size:30px;
	padding:0;
	background-color:transparent !important;
}
.wp-block-cover .wp-block-cover__inner-container p {
	margin:0;
	font-size:30px;
	line-height:1;
}
.side-menu {
	width:15%;
	position:sticky;
	top:170px;
	display:inline-block;
	vertical-align:top;
	padding:35px 0;
	background:#fff;
	line-height:1.7;
}
.side-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
}
.side-menu ul li ul {
	margin:0 0 0 20px;
	display:none;
}
.side-menu ul li.page_item_has_children a:after {
	content:'+';
	padding:0 0 0 5px;
}
.side-menu ul li.page_item_has_children a.minus:after {
	content:'-';
}
.side-menu ul li.page_item_has_children ul li a:after {
	content:'';
}
.side-menu hr {
	margin-top:50px;
}
.side-menu h4 {
	font-family: 'MuseoSans-700';
	font-size:20px;
	margin:0 0 20px 0;
}
.side-menu-posts {
	font-size:16px;
	line-height:1.2;
	margin:0 0 20px 0;
}
.side-menu-posts h3 {
	padding-bottom:5px !important;
}
.side-menu ul li.current_page_item {
	color:#00a3e3;
	font-weight:900;
}
.internal-container {
	width:75%;
	margin-right:10%;
	display:inline-block;
	vertical-align:top;
	margin-top:-50px;
	background:#fff;
	padding:35px 40px;
}
.internal-container h4 {
	font-family: 'MuseoSans-900';
	font-size:25px;
	color:inherit;
	padding: 0 0 30px 0;
	margin:0;
}
.internal-container h3 {
	font-family: 'MuseoSans-900';
	font-size:15px;
	color:inherit;
	padding: 0 0 30px 0;
	margin:0;
	text-transform:uppercase;
}
.internal-container h2 {
	font-family: 'MuseoSlab-1000';
    color: #1B2B39;
    font-size: 65px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 40px 0;
	line-height: 1;
	width:75%;
}
.internal-container h2.pad-bottom-zero {
	padding:0;
}
.internal-container strong, .internal-container b {
	font-family: 'MuseoSans-900';
}
.internal-container ol {
	margin:0 0 0 19px;
	padding:0;
	list-style-position:outside;
}
.internal-container ol li {
	margin:0 0 10px 0;
}
.search-word {
	color:#00a3e3;
}
.hentry p {
	margin:0;
}
.hentry {
	border-bottom:2px solid #00a3e3;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.entry-meta .posted-on {
	font-size:13px;
	display:block;
}
.entry-meta .byline {
	display:none;
}
/*  SECTIONS  */
.container {
	max-width:100%;
	padding:0 50px;
	position:relative;
	display:block;
	margin:0 auto;
}
.section, section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* HOME */

.home-intro {
	width:75%;
	padding-top:75px;
	padding-bottom:70px;
}
.home-intro h2 {
	font-family: 'MuseoSlab-1000';
	color:#1B2B39;
	font-size:32px;
	font-weight:100;
	margin:0;
	padding:0;
	line-height:80px;
	text-align:left;
	border-bottom:2px solid #1B2B39;
}
.home-intro h2 span {
	float:right;
}
.home-intro .col-blue {
	background-color:#00a3e3;
	background-position:center left;
	background-repeat:no-repeat;
	background-size:contain;
	height:75px;
}
.home-col .col {
	background:#242b32;
	color:#fff;
	min-height:500px;
	position:relative;
	margin-bottom:0;
}
.home-col .col img {
	width:100%;
	height:340px;
	object-fit:cover;
	margin:0 0 20px 0;
}
.home-col {
	overflow:hidden;
}
.home-col .col h2 {
	font-family: 'MuseoSans-700';
	font-size:15px;
	color:inherit;
	padding: 0 0 10px 40px;
	margin:0;
	text-transform:uppercase;
}
.home-featured h2 {
	font-family: 'MuseoSans-700';
	font-size:15px;
	color:inherit;
	padding: 0 0 10px 0;
	margin:0;
	text-transform:uppercase;
}
.home-col .col h3, .home-featured h3 {
	font-family: 'MuseoSans-900';
	font-size:30px;
	color:inherit;
	padding: 0 40px 20px 40px;
	margin:0;
	text-transform:uppercase;
	line-height:1.1;
}
.home-col .col .home-col-hover {
	position:absolute;
	bottom:-100%;
	width:100%;
	height:100%;
	background-color:#242b32;
	padding:40px 0 0 0;
	transition:all 1s;
	opacity:1;
}
.home-col .col:hover .home-col-hover {
	display:block;
	bottom:0;
	opacity:1;
}
.home-col .col p {
	font-size:18px;
	padding:0 40px;
	margin:0;
}
.home-col .btn {
	border-color:#fff;
	position:absolute;
	left:40px;
	bottom:40px;
}
.home-featured {
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	width:75%;
}
.home-links .col {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:320px;
	color:#fff;
	position:relative;
}
.home-links .col:after, .interested-in li:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	transition:all .5s;
}
.interested-in li:hover:after {
	height:100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.home-links .col h3, .interested-in li h3 {
	font-family: 'MuseoSans-900';
	font-size:22px;
	color:inherit;
	margin:0;
	line-height:22px;
	position:absolute;
	bottom:20px;
	left:20px;
	width:calc(100% - 40px);
	z-index:1;
}
.home-links .col h3 .hydrated {
	float:right;
}
.home-news {
	margin-top:50px;
	margin-bottom:60px;
	width:75%;
}
.home-news .span_1_of_3 {
	margin-top:2.5%;
}
.home-news .span_2_of_3 {
	border-top:3px solid #00a3e3;
	line-height:1.2;
}
.home-news .span_2_of_3 h2 {
	font-family: 'MuseoSans-900';
	font-size:18px;
	color:inherit;
	padding: 10px 0 0 0;
	margin:0;
	text-transform:uppercase;
}
.home-news .span_2_of_3 h3, .side-menu h3 {
	font-family: 'MuseoSans-900';
	color:#8b939a;
	margin:0;
	padding:0 0 15px 0;
	font-size:15px;
}
.share-price {
	background-color:#f0f0f0;
	height:130px;
	padding:10px;
	line-height:1.1;
	margin-top:0 !important;
}
.share-price span {
	display:block;
	font-family: 'MuseoSans-900';
	font-size:50px;
}
.share-price .change {
	font-family:inherit;
	font-size:inherit;
	color:green;
}
.col-share-investor {
	margin-top:1% !important;
}
.visit-investor {
	background-color:#242b32;
	color:#fff;
	height:130px;
	padding:10px;
	line-height:1.2;
	font-family: 'MuseoSans-900';
	position:relative;
	margin-top:0 !important;
}
.visit-investor h3 {
	margin:0;
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
}
.visit-investor .hydrated {
	float:right;
	margin-top:4px;
	font-size:22px;
}
.our-businesses {
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.business-container {
	width:75%;
}
.our-businesses .col {
	margin:0 0 0.5% 0.5%;
}
.our-businesses h2 {
	font-family: 'MuseoSans-900';
	font-size:32px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 40px 0;
}
.our-businesses .col {
	background-color:#fff;
	height:150px;
	position:relative;
}
.our-businesses .col img {
	width:75%;
	height:50%;
	object-fit:contain;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.our-businesses .col h3 {
	margin:0;
	position:absolute;
	bottom:10px;
	left:10px;
	width:calc(100% - 20px);
	text-align:left;
	line-height:1.2;
	font-family: 'MuseoSans-900';
}
.our-businesses .col h3 .hydrated {
	float:right;
	margin-top:4px;
	font-size:22px;
}
.correct {
	font-size:15px;
}
.interested-in {
	margin:0 0 50px 0;
	padding:0;
	list-style-type:none;
	display:inline-block;
	width:100%;
}
.interested-in li {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:250px;
	position:relative;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
}
.interested-in li h3 {
	padding:0 !important;
	text-transform:none;
}
.interested-in li h3 .hydrated {
	float:right;
}
.interested-in-title {
	border-top:2px solid #00a3e3;
	padding:20px 0 20px 0 !important;
	margin:50px 0 0 0 !important;
	text-transform:uppercase;
	font-size:20px !important;
}
.col-news {
	background-color:#f0f0f0;
}
.col-news img {
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:top center;
}
.col-news-content {
	padding:20px;
}
.col-projects {
	display:inline-block !important;
	vertical-align:top;
	width:47.5% !important;
	margin:0 1% 10px 1% !important;
	float:none !important;
	min-height:600px;
}
.col-projects h4 {
	padding:0;
	margin:-50px 0 18px 20px;
	line-height:1;
	color:#fff;
}
.col-projects .project-overview {
	font-size:15px;
	padding:0 0 20px 0;
}
body.single .col-projects .project-overview {
	padding:0;
}
body.single .col-projects {
	margin:0 0 30px 0;
}
.col-projects .project-overview span {
	font-weight:bold;
	text-transform:uppercase;
}
.project-container img.size-full {
	height:500px;
	object-fit:cover;
	display:block;
}
/* Map Styles */
.gm-style-iw {
	padding:15px !important;
	font-family: 'MuseoSans-700';
}
.gm-style-iw-d h2 {
	font-family: 'MuseoSans-900';
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #1B2B39;
	font-size:16px;
}
.gm-style-iw-d span {
	width:85px;
	display:inline-block;
	font-family: 'MuseoSans-500';
}
.gm-style-iw-d a {
	font-family: 'MuseoSans-900';
}
/* Plugin Overrides */

h2.wpostahs-centent-title {
	display:none;
}
.wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent {
	text-align:left !important;
	font-size:16px;
}
.wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent p {
	margin:0;
}
.wpostahs-slider-design-1 .wpostahs-slider-for .wpostahs-centent hr {
	background-color:#00a3e3;
	margin:10px 0;
	height:1px;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
	background:#00a3e3;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before, .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after {
	border-top-color:#00a3e3;
}
.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title {
	color:#1B2B39;
	font-family: 'MuseoSans-900';
}
.slick-initialized .slick-slide {
	outline:none !important;
}
.wpforms-container {
	background-color:#f0f0f0 !important;
	padding:40px !important;
}
.wpforms-container label, .wpforms-container .wpforms-required-label {
	color:#979192 !important;
	text-transform:uppercase !important;
	font-size:15px !important;
}
.wpforms-container input, .wpforms-container select, .wpforms-container textarea {
	font-family:inherit;
	border:0 !important;
	resize:none;
}
.wpforms-container button {
	display:inline-block !important;
	border:3px solid #242b32 !important;
	background-color:inherit;
	border-radius:0;
	color:inherit;
	line-height:1 !important;
	padding:10px 40px !important;
	font-family: 'MuseoSans-900' !important;
	font-size:15px !important;
	transition:all .5s;
}
.wpforms-container .subscribe-btn {
	float:right !important;
}
.wpforms-container .wpforms-submit-container:after {
	content:'';
	clear:both;
	display:table;
}
.posts-border img {
	display:block;
}
/* Gutenburg Overrides */

.wp-block-cover, .wp-block-cover-image {
	min-height:350px;
	height:auto;
}
body.page-id-46 .wp-block-media-text.has-media-on-the-right {
	grid-template-columns: auto 25%;
}
.wp-block-media-text {
	background:#f0f0f0;
	border-bottom:1px solid #1B2B39;
}
.team-box .wp-block-column:first-child {
	flex-basis:280px;
}
.team-box .wp-block-column:last-child {
	flex-basis:calc(100% - 280px);
	border-bottom:2px solid #00a3e3;
	margin-bottom:27px !important;
}
.team-box .wp-block-image {
	margin:0;
}
.team-box .wp-block-column p:first-child {
	margin:0;
}
.team-box .wp-block-column p.has-small-font-size {
	font-weight:bold;
	margin:0 0 15px 0;
}
.team-box .wp-block-column .ab-accordion-text p:first-child {
	margin:0 0 30px 0;
}
.ab-block-accordion {
	margin-bottom:0;
}
.ab-accordion-title {
	background:none !important;
	padding:10px 0 !important;
	font-family: 'MuseoSans-900';
	font-size:16px;
	outline:none !important;
}
.ab-block-accordion .ab-accordion-title {
	overflow:hidden;
}
.ab-block-accordion .ab-accordion-title:after {
	content:'+';
	padding:0 0 0 5px;
	font-size:15px;
}
.ab-accordion-text {
	padding:10px 0 0 0 !important;
}
.team-box .hydrated {
	font-size:30px;
	color:#c7c8c9;
}
.wp-block-media-text>figure>img {
	width:60px !important;
	float:right;
	margin:0 20px 0 0;
	padding:50px 0;
}
.full-height-image>figure>img {
	padding:0;
}
.wp-block-media-text .wp-block-media-text__content {
	padding:40px;
}
.wp-block-media-text .wp-block-media-text__content p {
	margin:0;
}
.wp-block-media-text .wp-block-media-text__content img {
	margin-bottom:5px;
}
.border-ausdrill {
	border-bottom:5px solid #008c44 !important;
}
.border-minal {
	border-bottom:5px solid #00a4e4 !important;
}
.border-btp {
	border-bottom:5px solid #ed1b2f !important;
}
.border-ams {
	border-bottom:5px solid #034823 !important;
}
.border-barminco {
	border-bottom:5px solid #26415e !important;
}
.border-supply {
	border-bottom:5px solid #034ea2 !important;
}
.border-logistics {
	border-bottom:5px solid #f4ac00 !important;
}
.full-height-image {
	border:0;
	margin:0 0 30px 0;
}
.full-height-image .wp-block-media-text__media img {
	width:100% !important;
	margin:0 !important;
	height:500px;
	object-fit:cover;
	object-position:bottom center;
}
hr.is-style-wide {
	background-color:#00a3e3;
	height:2px;
}
summary::-webkit-details-marker {
	display:none;
}
.business-col .wp-block-column {
	position:relative;
}
.business-col .wp-block-column .wp-block-button {
	margin:0;
	position:absolute;
	bottom:0;
}
.business-col .wp-block-column p {
	margin:0 0 75px 0;
}
.business-col img, body.page-id-588 table img {
	width:250px;
	max-width:100%;
	height:100px;
	object-fit:contain;
	object-position:left center;
}
.business-col img {
	height:150px;
}
.business-col figure {
	margin:0;
}
table tr td {
	vertical-align:top;
}
.col-text-left-link-right .wp-block-button {
	float:right;
	margin:0;
}
.col-text-left-link-right {
	border-bottom:2px solid #242b32;
}
.col-text-left-link-right .wp-block-column {
	margin-bottom:0;
}
.col-text-left-link-right .wp-block-button a {
	margin:15px 0;
}
.col-text-left-link-right .wp-block-column p {
	line-height:71px;
	margin:0;
}
.styled-select select {
	-webkit-appearance:none;
	border:0;
	border-bottom:3px solid #242b32 !important;
	background-color:inherit;
	border-radius:0;
	color:inherit;
	line-height:1;
	padding:10px 0 5px 0;
	font-family: 'MuseoSans-500';
	font-size:15px;
	transition:all .5s;
	width:100%;
	margin:0 0 10px 0;
	position:relative;
}
.styled-select {
	position:relative;
	width:32.8%;
	display:inline-block;
}
.styled-select:after {
	content:'+';
	position:absolute;
	right:0;
	top:0;
}
.styled-accordion {
	margin-bottom:1.2em !important;
}
.styled-accordion .ab-accordion-title {
	background-color:#f0f0f0 !important;
	font-family: 'MuseoSans-500';
	border-left:30px solid #f0f0f0;
	font-size:18px;
}
.styled-accordion .ab-accordion-title:after {
	float:right;
	margin-right:10px;
	font-size:18px;
}
.styled-accordion .ab-accordion-text {
	padding-left:35px !important;
	padding-top:25px !important;
	padding-bottom:1px !important;
}
.min-3-col .wp-block-media-text {grid-template-columns: 33% auto;border:0;min-height:90px;}
.min-3-col .wp-block-media-text>figure>img, .min-1-col>figure>img {display:block;float:none;margin:0 auto;}
.min-3-col .wp-block-media-text .wp-block-media-text__content, .min-1-col .wp-block-media-text__content {padding:20px 0;font-family: 'MuseoSans-700';text-transform:uppercase;line-height:1.2;}
.min-1-col {grid-template-columns: 80px auto;border:0;}
.min-1-col>figure>img {width:40px;}
.accordion-with-table {
	border-top:2px solid #cbb6a4;
}
.accordion-with-table+.accordion-with-table {
	margin:0;
}
.accordion-with-table .ab-accordion-title:after {
	float:right;
}
.accordion-with-table .ab-accordion-title {
	font-size:20px;
}
.accordion-with-table .ab-accordion-text {
	padding-left:7px !important;
}
.accordion-with-table table {
	border-spacing: 0;
}
.accordion-with-table table tr td {
	border-bottom:1px solid #7f7f7f;
	padding:10px 0;
}
.accordion-with-table table tr td:first-child {
	padding-left:10px;
}
.accordion-with-table table tr:first-child td {
	background-color:#edecec;
	font-family: 'MuseoSans-700';
	font-size:15px;
	border-bottom:0;
}
.ugb-countup__counter {
	font-family: 'MuseoSans-900';
}
.wp-block-ugb-count-up {
	background-color:#00a3e3;
	color:#fff;
	padding:50px 0;
}
.internal-link a {
	display:block;
	width:100%;
	height:100%;
}
.internal-drop-trigger {
	cursor:pointer !important;
}
.internal-drop {
	display:none;
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-family: 'MuseoSans-900';
    color: #1B2B39;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}
.internal-drop a:hover {
	color:#00a3e3;
}
.wsp-container ul {
	padding:0;
	margin:0;
	list-style-position:inside;
}
.wsp-container ul li ul {
	margin:0 0 10px 40px;
}
.wsp-container h2 {
	font-size:20px;
	margin:20px 0 10px 0;
	padding:0;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
	/* For IE 6/7 */
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
	width: 79.68%;
}

.span_3_of_5 {
	width: 59.36%;
}

.span_2_of_5 {
	width: 39.04%;
}

.span_1_of_5 {
	width: 18.72%;
}
/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

footer {
	background-color:#242b32;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	font-size:14px;
}
footer .hydrated {
	font-size:22px;
}
footer ul {
	margin:0;
	list-style-type:none;
	display:inline-block !important;
	width:40%;
	vertical-align:top;
	padding:0 20px 0 0 !important;
}
footer ul li ul {
	display:none !important;
}
footer ul:first-child {
	font-family: 'MuseoSans-900';
	font-size:15px;
	padding:0 20px 0 40px;
}
footer ul li, footer .wp-megamenu li {
	border-bottom:1px solid #fff;
	line-height:2;
	color:#fff !important;
	width:100%;
}
footer .wp-megamenu-wrap {
	background-color:transparent !important;
	margin:0 !important;
	width:40% !important;
}
footer .wp-megamenu {
	width:100% !important;
	padding:0 20px 0 40px !important;
}
footer .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
	padding:0 !important;
}
footer #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a, footer .wp-megamenu-wrap li {
	font-family:'MuseoSans-900' !important;
	font-size:15px !important;
	color:inherit !important;
}
footer #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a {
	color:inherit !important;
}
footer li.wp-megamenu-item-wpmm-search-icon {
	display:none !important;
}
footer ul.social-icons {
	width:18%;
	font-size:30px;
}
footer ul.social-icons li {
	display:inline-block;
	border:0;
	width:auto !important;
	line-height:1;
}
footer .custom-logo {
	max-width:150px;
	display:block;
	margin:0 0 10px 0;
}
header .footer-only {
	display:none !important;
}
.share-footer {
	width:150px;
	height:150px;
	background-color:#00a3e3;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	line-height:1;
	padding:40px 0 0 0;
}
.share-footer span {
	display:block;
	font-family: 'MuseoSans-900';
	font-size:35px;
}
.share-footer .change {
	font-family:inherit;
	font-size:20px;
}
/* NEW */

.more-about {
	padding-top:50px;
	padding-bottom:50px;
}
.more-about h2 {
	font-family: 'MuseoSans-900';
	text-transform:uppercase;
}
.home-news .span_2_of_3 h2 {
	font-family: 'MuseoSlab-1000';
    color: #fff;
    margin: 0;
    background: url(images/bg-news.png) no-repeat left center;
    background-size: cover;
    line-height: 1;
    padding: 20px 0 14px 10px;
    font-weight: normal;
	font-size: 25px;
	text-transform:none;
}
.home-news .span_1_of_3 {
    border-bottom: 1px solid #00a3e3;
	min-height: 120px;
}
.blue {
    padding: 70px 0;
}
.blue h2 {
    font-family: 'MuseoSlab-1000';
    font-size: 32px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.home-col-overlay {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
.home-col-overlay .col {
    background: #00a3e3;
    padding: 25px;
    color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	min-height:200px;
}
.home-col-overlay .col h2 {
    clear: both;
    font-family: 'MuseoSans-700';
    font-size: 15px;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.home-col-overlay .col h3 {
    clear: both;
    font-family: 'MuseoSans-900';
    font-size: 25px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}
.home-col-overlay .col a:hover {
	text-shadow:1px 1px 10px rgba(0,0,0,0.5);
}
.home-col-overlay .hydrated {
    font-size: 24px;
}
body.home .banner h1:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:0;
	height:10px;
	background-color:#00a3e3;
	width:0;
	transition:width 5s;
}
body.home .banner .slick-current h1:before {
	width:200px;
}
.adlogic_job_results h2 {
	width:100%;
	font-size:24px;
	padding:0;
}
div.ajb_job_content {
	max-width:100% !important;
}
.position span.ajb_location ul li, .position span.ajb_classification ul li {
	margin:0 20px !important;
}
.position span.ajb_location li:first-child, .position span.ajb_classification li:first-child {
	margin-left:0 !important;
}
.adlogic_job_results .position {
	border:0 !important;
	border-bottom:1px solid #242b32 !important;
	margin:10px 0 !important;
	padding:10px 0 20px 0 !important;
}
.adlogic_job_results .date {
	font-size:16px;
	margin:0 0 10px 0;
}
.adlogic_pagination_bar ul {
	padding-top:20px !important;
}
.adlogic_job_results .position:hover {
	background:none !important;
}
@media only screen and (max-width: 767px) {
	.container {
		padding:0 2.5%;
	}
	.col {
		margin: 1% 0 1% 0%;
	}

	.span_2_of_2,
	.span_1_of_2 {
		width: 100%;
	}

	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3 {
		width: 100%;
	}

	.span_1_of_4,
	.span_2_of_4,
	.span_3_of_4,
	.span_4_of_4 {
		width: 100%;
	}

	.span_1_of_5,
	.span_2_of_5,
	.span_3_of_5,
	.span_4_of_5,
	.span_5_of_5 {
		width: 100%;
	}

	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

@media only screen and (min-width: 1024px) and (max-width:1500px) {
	#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a, .additional-items {font-size:1.15vw;}
	.wp-megamenu-wrap {width:calc(100% - 420px);}
	.wp-megamenu-wrap li {padding:0;}
	header .logo {width:125px;margin:29px 22px 0 0;}
	.container {padding:0 25px;}
	.wp-megamenu-wrap img {object-position:left center;}
	.business-col img, body.page-id-588 table img {width:100%;max-width:100%;}
}

@media (max-width: 1023px) {
	#wp-megamenu-menu-1, .additional-items {display:none;}
	footer #wp-megamenu-menu-1 {display:inline-block;}
	footer .wp-megamenu {padding:0 !important;}
	header {position:relative;height:95px;}
	header .custom-logo {margin:0;height:70px;}
	header .sub-header-contact {right:0;left:0;text-align:center;top:-20px;}
	header .sub-header-contact span {margin:0;}
	.home-intro h2 {font-size:6vw;}
	.container {padding:0 20px;}
	.home-intro, .home-featured, .business-container {width:100%;padding:20px;}
	.home-intro {padding:30px 20px 10px 20px;}
	.home-col .col .home-col-hover {bottom:0;}
	.our-businesses .col h3 {font-size:5vw;}
	.our-businesses .col h3 .hydrated {margin-top:9px;}
	.our-businesses .col {margin:0 0 0.5% 0.5% !important;width:49.2%;}
	.our-businesses .col img {width:75%;height:65%;}
	.side-menu {width:100%;position:relative;top:0;display:none;}
	.wp-block-media-text .wp-block-media-text__content {padding:20px;}
	.wp-block-media-text .wp-block-media-text__content .wp-block-button {margin-bottom:0;}
	.internal-container {width:100%;padding:20px 5px 0 5px;margin-right:0;}
	.internal-container ul {margin-left:20px;padding-left:0;}
	.internal-container h2 {font-size:12vw;width:100%;}
	.internal-container h3 {padding-left:10px;}
	.interested-in {margin-left:0 !important;}
	.interested-in-title {font-size:5vw !important;}
	.team-box .wp-block-column:first-child {flex-basis:100%;}
	body.page-id-46 .wp-block-media-text.has-media-on-the-right {display:grid;}
	.business-col img {height:100px;}
	.wp-block-media-text.has-media-on-the-right {display:table;}
	.full-height-image .wp-block-media-text__media img {height:250px;margin-bottom:20px !important;}
	body.home .banner {height:calc(100vh - 95px);min-height:0;}
	.banner {height:250px;}
	.styled-select {width:100%;}
	body.parent-pageid-188 table tr td, body.parent-pageid-192 table tr td, body.page-id-586 table tr td {line-height:1.2;padding:5px 5px 5px 0;}
	body.parent-pageid-188 table a, body.parent-pageid-192 table a {float:none;margin-top:0;padding:0;}
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {width:100% !important;margin:0 !important;}
	table {table-layout:fixed;display:block;overflow-x:scroll;border-spacing:0;}
	.col-text-left-link-right .wp-block-column p {line-height:1.2;padding:10px 0 0 0;}
	.extra-spacing .wp-block-button {float:left;}
	.col-text-left-link-right .wp-block-button {float:left;}
	.col {
		margin: 10px 0 !important;
		overflow:hidden;
	}

	.span_2_of_2,
	.span_1_of_2 {
		width: 100%;
	}

	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3 {
		width: 100%;
	}

	.span_1_of_4,
	.span_2_of_4,
	.span_3_of_4,
	.span_4_of_4 {
		width: 100%;
	}

	.span_1_of_5,
	.span_2_of_5,
	.span_3_of_5,
	.span_4_of_5,
	.span_5_of_5 {
		width: 100%;
	}

	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	footer ul {width:60%;padding:0 !important;}
	footer ul.social-icons {width:100%;}
	footer .share-footer {margin:0 0 0 auto;}
	button#responsive-menu-pro-button {position:absolute !important;background:transparent !important;right:5px !important;top:18px !important;}
	.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {background-color:#1b2b39 !important;}
	#responsive-menu-pro-container {width:100% !important;}
	#responsive-menu-pro-wrapper {width:75%;padding:20px 0 0 15px !important;}
	#responsive-menu-pro-container, #responsive-menu-pro-container #responsive-menu-pro-wrapper, #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a, #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover .responsive-menu-pro-subarrow, #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {background:#182937 !important;border-color:transparent !important;}
	#responsive-menu-pro-container .responsive-menu-pro-search-box {background:none !important;color:#fff !important;border:0 !important;border-bottom:1px solid #fff !important;font-family:'MuseoSans-900';}
	.responsive-menu-pro-inner::after {right:0;width:75% !important;}
	.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after {width:100% !important;}
	.responsive-menu-pro-open .responsive-menu-pro-inner, .responsive-menu-pro-open .responsive-menu-pro-inner::before, .responsive-menu-pro-open .responsive-menu-pro-inner::after {background-color:#fff !important;}
	#responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {object-fit:contain;}
	#responsive-menu-pro-container #responsive-menu-pro-title {background-color:transparent !important;padding:0 0 0 14px !important;}
	.footer-only {display:block;color:#fff;font-size:20px;line-height:40px;padding:0 5% !important;}
	.responsive-menu-pro-search-form {position:relative;}
	.responsive-menu-pro-search-form:after {content:'⧁';color:#fff;font-size:25px;position:absolute;right:0;top:3px;opacity:0.5;}
	footer .footer-only {padding:0 !important;}
	footer .wp-megamenu-wrap {width:60% !important;}
	iframe {width:100%;overflow-x:hidden;}
	.our-businesses img {width:32%;}
	.home-col-overlay {left:20px;right:20px;}
	.home-col-overlay .col {padding:10px;min-height:0;}
	.home-col-overlay .col h3 {display:none;}
	.home-col-overlay .col h2 {display:inline-block;line-height:24px;padding:0;}
	.home-col-overlay .col .hydrated {float:right;}
	body.home .banner h1 {left:20px;font-size:10vw;right:20px;top:50px;transform:none;}
}

.wp-block-media-text {
	display: -ms-grid;
	display: grid; }
  
  .wp-block-media-text {
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-flex-align: center;
	align-items: center;
	grid-template-areas: "media-text-media media-text-content";
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% auto; }
	.wp-block-media-text.has-media-on-the-right {
	  grid-template-areas: "media-text-content media-text-media";
	  -ms-grid-columns: 50% 50%;
	  grid-template-columns: auto 50%; }
  
  .wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: media-text-media;
	margin: 0; }
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
		-ms-grid-column: 2;}
  
  .wp-block-media-text .wp-block-media-text__content {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	word-break: break-word;
	grid-area: media-text-content;
	padding: 0 8% 0 8%; 
	grid-column-algin: center;
	-ms-grid-row-align: center;
	grid-ro-align: center;}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
		-ms-grid-column: 1;}
  
  .wp-block-media-text > figure > img,
  .wp-block-media-text > figure > video {
	max-width: unset;
	width: 100%;
	vertical-align: middle; }