/*
Theme Name: European Metals 2021
Theme URI: https://www.europeanmet.com/
Description: Based on White Noise starter theme created for the Genesis Framework. Uses rems for fonts for browser accessibility and 100% width and 2560px max-width.
Author: Tony Merryweather
Author URI: https://whitenoisecomms.com/

Version: 1.1.22

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

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

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
- Skip Links
- Site Header
	- Title Area
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Site Navigation
	- Header Menu
	- Responsive Menu
	- Footer Menu
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* 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{-webkit-box-sizing:content-box;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;-webkit-text-decoration:underline dotted;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{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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 */

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

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

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

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


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

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

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

body {
	background-color: #fff;
    color: #0C3862;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 2560px;
}

body .site-container .has-small-font-size {
	font-size: 0.875rem;
}

body .site-container .has-normal-font-size {
	font-size: 1.125rem;
}

body .site-container .has-large-font-size {
	font-size: 1.5rem;
}

body .site-container .has-larger-font-size {
	font-size: 1.75rem;
}

body .site-container .has-big-font-size {
	font-size: 2rem;
}

body .site-container .has-huge-font-size {
	font-size: 2.25rem;
}

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

a {
	color: #20BEC6;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

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

.entry-content p a {
	text-decoration: none;
	-webkit-box-shadow: 0 -1px 0 inset;
	        box-shadow: 0 -1px 0 inset;
}

.entry-content p a:focus,
.entry-content p a:hover {
-webkit-box-shadow: 0 -2px 0 inset;
        box-shadow: 0 -2px 0 inset;
color: #20BEC6;
}

.footer-widgets a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #20BEC6;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

.entry-content p {
    margin-bottom: 20px;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #0C3862;
}

blockquote {
	margin: 30px;
}

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

	body {
		font-size: 1.125rem;
	}

	body .site-container .has-small-font-size {
		font-size: 0.875rem;
	}

	body .site-container .has-normal-font-size {
		font-size: 1.125rem;
	}

	body .site-container .has-large-font-size {
		font-size: 1.25rem;
	}

	body .site-container .has-larger-font-size {
		font-size: 1.375rem;
	}

	body .site-container .has-big-font-size {
		font-size: 1.5rem;
	}
	
	body .site-container .has-huge-font-size {
		font-size: 1.625rem;
	}

}

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

	body {
		font-size: 1.125rem;
	}

	body .site-container .has-small-font-size {
		font-size: 0.875rem;
	}

	body .site-container .has-normal-font-size {
		font-size: 1.125rem;
	}

	body .site-container .has-large-font-size {
		font-size: 1.125rem;
	}

	body .site-container .has-larger-font-size {
		font-size: 1.25rem;
	}

	body .site-container .has-big-font-size {
		font-size: 1.375rem;
	}
	
	body .site-container .has-huge-font-size {
		font-size: 1.5rem;
	}

}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 3rem;
	font-weight: 400;
}

h1 strong {
	font-weight: 700;
}

.hero h1 {
	padding-left: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px;
}

h2 {
	font-size: 2.625rem;
}

h2.has-theme-primary-color.has-theme-secondary-background-color {
    padding: 15px 20px;
    font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5rem;
}

h2.has-white-color.has-theme-primary-background-color {
	padding: 20px 30px;
}

h2.has-normal-font-size {
    font-weight: 400;
}

.pum-content h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

h3 {
	font-size: 2.25rem;
}

h3.has-white-color.has-theme-primary-background-color {
	padding: 20px 30px;
}

.corporate-directory-container h3 {
	margin-bottom: 0;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size:1.25rem;
}

h6 {
	font-size: 1rem;
}

@media only screen and (min-width: 1460px) {

	.wp-block-getwid-media-text-slider-slide-content__content-wrapper h2 {
		font-size: 3.75rem;
	}

}

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


	h1 {
		font-size: 2.25rem;
	}

	.hero h1 {
		padding-left: 0;
	}
	
	h2 {
		font-size: 2rem;
	}

	.soliloquy-container h2 {
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}
	
	h4 {
		font-size: 1.5rem;
	}
	
	h5 {
		font-size:1.25rem;
	}
	
	h6 {
		font-size: 1.125rem;
	}

}

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

	h1 {
		font-size: 2rem;
	}

	.hero h1 {
		padding-left: 0;
	}
	
	h2 {
		font-size: 1.75rem;
	}

	.soliloquy-container h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	h4 {
		font-size: 1.25rem;
	}
	
	h5 {
		font-size:1rem;
	}
	
	h6 {
		font-size: 0.875rem;
	}

}

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

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

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

figure {
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #20BEC6;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #4a5c82;
	opacity: 1;
	font-weight: 600;
}

:-ms-input-placeholder {
	color: #4a5c82;
	opacity: 1;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #4a5c82;
	opacity: 1;
	font-weight: 600;
}

::-moz-placeholder {
	color: #4a5c82;
	opacity: 1;
	font-weight: 600;
}

::placeholder {
	color: #4a5c82;
	opacity: 1;
	font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #20BEC6;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #4a5c82;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* reCAPTCHA - stops reCAPTCHA badge from being fixed at bottom of screen */

.g-recaptcha .grecaptcha-badge {
    position: relative!important;
    right: unset!important;
    bottom: unset!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

/* Gravity Forms */

body .gform_wrapper .gfield_required {
	display: none;
}

body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    font-size: 1rem;
    padding: 20px 15px;
    margin-bottom: 0;
    margin-top: 0;
	height: 60px;
}

body .gchoice .gfield-choice-input,
body .gchoice label {
	cursor: pointer;
}

body .ginput_container_textarea {
	line-height: 0;
}

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
	padding: 0;
}

body .gform_wrapper form {
	display: -ms-grid;
	display: grid;
	gap: 16px;
}

body .gform_wrapper form * {
	margin: 0!important;
}

body .gform_wrapper.gravity-theme .ginput_complex {
	gap: 16px;
}

body .gform_wrapper.gravity-theme .gform_fields {
	gap: 16px;
}

body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding: 0;
}

body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
	padding: 0;
}

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

/* Tablepress */

body .tablepress tfoot th,
body .tablepress thead th {
	color: #0C3862;
    background-color: #DCDDDE;
    font-weight: 700;
    vertical-align: middle;
}

body .tablepress tfoot th,
body .tablepress thead th,
body .tablepress tbody td {
	border: solid 2px #0C3862;
	text-align: center;
	vertical-align: middle;
}

body .tablepress tbody tr:first-child td {
	border-top: solid 2px #0C3862;
}

#tablepress-1 .row-1 td,
#tablepress-1 .row-2 td,
#tablepress-1 .column-1 {
	background-color: #DCDDDE;
	font-weight: 700;
}

#tablepress-1 td.column-1 {
	text-align: left;
}

body .table-container-blue-bg .tablepress tfoot th,
body .table-container-blue-bg .tablepress thead th,
body .table-container-blue-bg .tablepress tbody td {
	border: solid 2px #fff;
}

body .table-container-blue-bg .tablepress tfoot th,
body .table-container-blue-bg .tablepress thead th {
	color: #fff;
    background-color: #06537B;
}

body .table-container-blue-bg .tablepress td {
	color: #fff;
}

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

	body .tablepress {
		min-width: 960px;
	}

	.table-container {
		overflow-x: scroll;
	}
	
}

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

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

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

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

/* Site Container
--------------------------------------------- */

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

@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 0;
}

.page-template-blocks .site-inner {
	padding: 0;
}

.archive .site-inner {
	padding: 0;
}

body:not(.page):not(.archive) .site-inner {
	padding-top: 200px;
}

@media only screen and (min-width: 1140px) {

	body:not(.page):not(.archive) .site-inner {
		padding-top: 260px;
	}
	
}

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

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive-description {
	display: none;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.entry-header .entry-title,
.archive h2,
.format-link h2 {
	font-size: 1.875rem;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a,
.format-link h2 a {
	color: #0C3862;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover,
.format-link h2 a:focus,
.format-link h2 a:hover {
	color: #20BEC6;
}

.widget-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

.archive .format-link h2 a,
.archive .format-video h2 a,
.archive .format-gallery h2 a,
.archive .format-audio h2 a,
.archive .format-standard h2 a {
	padding-right: 51px;
	position: relative;
	display: block;
}

.archive .sticky h2 a {
	padding-right: 107px;
	position: relative;
	display: block;
}

.archive .format-link h2 a:after,
.archive .format-video h2 a:after,
.archive .format-gallery h2 a:after,
.archive .format-audio h2 a:after,
.archive .format-standard h2 a:after {
	font-family: dashicons;
    font-style: normal;
	font-weight: 400;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #20BEC6;
	padding: 5px 8px;
	border-radius: 100%;
	width: 46px;
	/* Needs to be in pixels and not rems since width is designated */
	font-size: 30px;
}

.archive .sticky h2 a:before {
	font-family: dashicons;
    font-style: normal;
	font-weight: 400;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 50px;
	color: #20BEC6;
	padding: 5px 8px;
	width: 46px;
	/* Needs to be in pixels and not rems since width is designated */
	font-size: 30px;
}

.archive-description h1 {
    display: none;
}

/* Dashicons - https://developer.wordpress.org/resource/dashicons/ */
.archive .format-link h2 a:after {
    content: "\f103";
}

.archive .format-video h2 a:after {
	content: "\f126";
}

.archive .format-gallery h2 a:after {
	content: "\f161";
}

.archive .format-audio h2 a:after {
	content: "\f521";
}

.archive .format-standard h2 a:after {
	content: "\f121";
}

.archive .sticky h2 a:before {
	content: "\f109";
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.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 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.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;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 1rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

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

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

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

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

/* Display no outline on focus */
:focus {
	outline: none;
}


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

.site-header {
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
	max-width: 2560px;
	background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-post .site-header {
	padding-bottom: 60px;
}

.site-header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
    background: -o-linear-gradient(top, rgba(12,56,98,0.804359243697479) 0%, rgba(12,56,98,0.5046393557422969) 50%, rgba(12,56,98,0) 100%);
    background: -o-linear-gradient(
top
, rgba(12,56,98,0.804359243697479) 0%, rgba(12,56,98,0.5046393557422969) 50%, rgba(12,56,98,0) 100%);
    background: -webkit-gradient(
linear
, left top, left bottom
, from(rgba(12,56,98,0.804359243697479)), color-stop(50%, rgba(12,56,98,0.5046393557422969)), to(rgba(12,56,98,0)));
    background: linear-gradient(
180deg
, rgba(12,56,98,0.804359243697479) 0%, rgba(12,56,98,0.5046393557422969) 50%, rgba(12,56,98,0) 100%);
    mix-blend-mode: multiply;
}

@media only screen and (min-width: 800px) {

	.site-header {
		padding-left: 40px;
		padding-right: 40px;
	}
	
}

@media only screen and (min-width: 1820px) {

	.site-header {
		padding-left: 140px;
		padding-right: 140px;
	}
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	margin-top: 20px;
	max-width: 240px;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #0C3862;
	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;
}

@media only screen and (min-width: 1140px) {
	
	.wp-custom-logo .title-area {
		margin-top: 40px;
	}

}

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

/* Archive
--------------------------------------------- */

.archive article.sticky {
	background-color: #f5f5f5;
    padding-top: 60px;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.page-template-blocks .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	padding-left: 60px;
}

.alignfull .entry-content ol,
.alignfull .entry-content ul {
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.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;
	margin-top: 10px;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content ul.blue-ul {
	padding-left: 30px;
}

.entry-content ul.blue-ul > li {
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
}

.entry-content ul.blue-ul > li:before {
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	top: 0;
	bottom: 0;
	left: -30px;
	right: 0;
	background-color: #c8eff1;
	z-index: -1;
}

.entry-content ul.blue-ul > li::marker {
	content: "\e91f";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1rem;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1rem;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 40px auto 0;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Entry Footer
--------------------------------------------- */

.archive .entry-footer .entry-categories {
	display: none;
}

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #0C3862;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #0C3862;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.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-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

.sidebar {
	font-size: 1rem;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
}

.footer-widgets .wrap {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #0C3862;
}

.footer-widgets .wp-block-image {
	margin-bottom: 0;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.wp-block-genesis-blocks-gb-column.before-footer-social .gb-block-layout-column-inner {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.before-footer-social a {
	font-size: 2rem;
	line-height: 1;
}

@media only screen and (min-width: 800px) {

	.footer-widgets .wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.home .footer-widgets .wrap {
		padding-right: 260px;
	}

	.before-footer-social {
		display: none!important;
	}

	.footer-widgets .gb-layout-columns-3>.gb-layout-column-wrap {
		-ms-grid-columns: 1fr auto 240px;
    	grid-template-columns: 1fr auto 240px;
		gap: 60px;
	}

	.menu-footer-menu-container .menu {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
}

@media only screen and (min-width: 800px) and (min-height: 860px) {

	.home .footer-widgets .wrap {
		padding-right: 300px;
	}

}

@media only screen and (min-width: 1140px) {

	.footer-widgets	.gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
		-ms-grid-columns:auto 40% auto;
		grid-template-columns: auto 40% auto;
		    grid-template-areas: "col1 col2 col3";
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 40px;
	}

}

@media only screen and (min-width: 1640px) {

	.footer-widgets .wrap {
		padding-left: 140px;
		padding-right: 140px;
	}

}

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

.site-footer {
	background-color: #20BEC6;
	font-size: 0.875rem;
	line-height: normal;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}

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

/* Mapbox GL JS */

.mapbox-container .wp-block-button {
	margin-bottom: 0;
}

.entry-content>*.alignfull.mapbox-container {
	padding: 0;
}

.entry-content>*.gb-block-container.alignfull.mapbox-container .gb-container-inside {
	max-width: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
	z-index: 1;
}

.full-width-content .entry-content .wp-block-atomic-blocks-ab-container.column-container.alignfull {
	padding: 0;
}

.column-container.map-container .ab-container-inside .ab-container-content {
	padding: 0;
}

.perthmap {
	height: 500px;
}

.marker {
	background: url('images/map-marker-dark-blue.png') no-repeat;
	background-size: cover;
	width: 30px;
	height: 40px;
	cursor: pointer;
	/* To offset the marker */
	top: -20px;
}

.mapboxgl-popup {
	max-width: 400px!important;
	top: -20px;
}

.mapboxgl-popup-content {
	text-align: center;
	padding: 20px 30px;
	background: #20BEC6;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
	color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
	border-top-color: #20BEC6;
}

.mapboxgl-popup-close-button {
	padding: 8px 12px;
	color: #20bec6!important;
	background-color: #fff!important;
	border-radius: 0;
}

.mapboxgl-popup-close-button:hover {
    background-color: #20bec6!important;
	color: #fff!important;
}

.mapboxgl-popup-content h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	color: #fff;
}

.mapboxgl-popup-content p {
	margin-bottom: 0!important;
	font-size: 14px;
	font-weight: 600;
}

.mapbox-container .wp-block-buttons>.wp-block-button {
	margin-bottom: 0;
}

/* Back to top */
.footer-widgets a.top {
	color: #20BEC6;
}

.footer-widgets a.top:after {
	content: "\f077";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
/* Investi */

/* Investi latest presentation - ACF field in functions.php */

/* To keep wrapper to set max-width */
.investi-announcements-summary.latest-presentation {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

.investi-announcements-summary.latest-presentation div {
	display: none;
}

/* To keep aspect ratio at all screen sizes with reference to background image dimensions - in this case 1600x900 - https://stackoverflow.com/a/10441480 */
.investi-announcements-summary.latest-presentation h4 {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 0;
}

.investi-announcements-summary.latest-presentation h4 a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	text-indent: -9999px;
	/* To fill the space created by padding-bottom on parent element */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Investors ticker */

.investi-price-on-top-widget * {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.investi-price-on-top-widget {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    grid-auto-flow: row;
    position: relative;
    padding-top: 40px;
}

.investi-price-on-top-widget > div:first-of-type {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
    justify-self: center;
}

.investi-price-on-top-widget > div:first-of-type span {
    font-size: 4.5rem;
    font-weight: 100;
}

.investi-price-on-top-widget .investi-header-price-widget-ticker {
    font-size: 1.5rem;
    font-weight: 700;
}

.investi-price-on-top-widget .investi-header-price-widget-updated {
    font-size: 1rem;
    font-weight: 300;
}

.investi-price-on-top-widget > div:last-of-type, .investors-ticker-container .investi-price-on-top-widget > div:last-of-type {
    gap: 15px;
}

.investi-price-on-top-widget > div:last-of-type {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}

.investi-price-on-top-widget .investi-header-price-widget-container {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-row: 1;
    grid-row: 1;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    font-size: 1.875rem;
    font-weight: 700;
}

/* Investi latest announcements v2 */

.investi-announcements-summary-v2 {
	display: -ms-grid;
	display: grid;
	gap: 30px;
}

.investors .investi-announcements-summary-v2 {
	gap: 20px;
}

.investi-announcements-summary-v2 * {
	margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
}

.investors .investi-announcements-summary-v2 * {
	font-size: 1.125rem;
	font-weight: 500;
}

.investi-announcements-summary-v2 .investi-announcement-row {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}

.investi-announcements-summary-v2 .investi-announcement-row .investi-announcement-date {
	text-transform: uppercase;
	color: #20BEC6;
}

.investors .investi-announcements-summary-v2 .investi-announcement-row .investi-announcement-date {
	font-weight: 600;
}

.investi-announcements-summary-v2 .investi-announcement-row .investi-announcement-headline a {
	text-decoration: none;
 	text-transform: capitalize;
	color: #0C3862;
}

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

	.investi-announcements-summary-v2 * {
		font-size: 1rem;
	}

	.investi-announcements-summary-v2 .investi-announcement-row {
		gap: 10px;
		-ms-grid-columns: 100px 10px auto;
		grid-template-columns: 100px auto;
	}

}

/* Investi accordions */

.investi-announcements-accordion h2 {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-ms-grid-columns: 46px 10px auto;
	grid-template-columns: 46px auto;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	padding: 5px 5px 5px 20px;
	background-color: #a2dac9;
	color: #2d5c79;
	width: 100px;
	text-align: left;
	font-size: 3rem;
	width: 100%;
	font-weight: 500;
}

.investi-announcements-accordion h2:before {
	content: "\e907";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    float: left;
    color: #a2dac9;
	background-color: #2d5c79;
	font-size: 24px;
	padding: 10px 11px 12px;
	border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.investi-announcements-accordion h2.investi-announcements-accordion-year-activated:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.investi-announcements-accordion table {
	margin-bottom: 20px;
	width: 100%;
}

.investi-announcements-accordion tr {
	display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 130px 10px auto;
    grid-template-columns: 130px auto;
    gap: 0 10px;
    padding-top: 2px;
    margin-bottom: 10px;
    background-color: #d2f2f4;
    padding-left: 60px;
}

.investi-announcements-accordion tr a {
	text-decoration: none;
	color: #0C3862;
}

.investi-announcements-accordion tr a:before {
	content: "";
    height: 28px;
    width: 28px;
    background-image: url(images/download-file.svg);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
	left: 20px;
}

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

	.investi-announcements-accordion tr {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: row;
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		padding-bottom: 5px;
    	padding-top: 5px;
	}

}

/* Getwid Accordion */

.aim-announcements-column .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: none;
	background-color: #a2dac9;
    color: #2d5c79;
	margin-bottom: 20px;
}

.aim-announcements-column .wp-block-genesis-blocks-gb-columns {
	background-color: #d2f2f4;
	margin-bottom: 10px;
	padding: 2px 0;
}

.aim-announcements-column .wp-block-getwid-accordion__content {
    padding: 0 0 30px;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.aim-announcements-column .gb-2-col-wideright>.gb-layout-column-wrap {
    -ms-grid-columns: 160px 2fr;
    grid-template-columns: 160px 2fr;
	gap: 0 20px!important;
}

.aim-announcements-column .gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:nth-of-type(1) .gb-block-layout-column-inner {
	padding-left: 60px;
}

.aim-announcements-column a {
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
	color: #0C3862;
}

.aim-announcements-column a:before {
	content: "";
    height: 28px;
    width: 28px;
    background-image: url(images/download-file.svg);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -160px;
}

.aim-announcements-column .wp-block-getwid-accordion__header-title {
	font-size: 3rem;
    font-weight: 500;
    color: #2d5c79;
	line-height: 1;
}

.aim-announcements-column .wp-block-getwid-accordion__header-wrapper .fa-plus:before,
.aim-announcements-column .wp-block-getwid-accordion__header-wrapper .fa-minus:before {
    content: "\e907";
    font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    float: left;
    color: #a2dac9;
    background-color: #2d5c79;
    font-size: 24px;
    padding: 10px 11px 12px;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.aim-announcements-column .wp-block-getwid-accordion__header-wrapper.ui-state-active .fa-minus:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.aim-announcements-column .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border: none;
}

.aim-announcements-column .wp-block-file {
 line-height: 1.4; 
}

.aim-announcements-column .wp-block-file a {
  padding-left: 40px;
  -ms-grid-columns: 130px 1fr;
  grid-template-columns: 130px 1fr;
  position: relative;
}

.aim-announcements-column .wp-block-file a:before {
	left: 0;
}

.aim-announcements-column .wp-block-file a strong {
  font-weight: 400;
}

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

	.aim-announcements-column .gb-2-col-wideright>.gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:nth-of-type(1) .gb-block-layout-column-inner {
		padding-left: 50px;
	}

	.aim-announcements-column a:before {
		left: 10px;
		bottom: 5px;
	}

	.aim-announcements-column .wp-block-genesis-blocks-gb-column a {
		padding-left: 50px;
	}
	
}

@media only screen and (max-width: 599px) {
  
  .aim-announcements-column .wp-block-file a {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 0;
  }
  
  .aim-announcements-column .wp-block-file a:before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
}

/* Background Video Pro */

.vidbg-container {
	background-color: #fff;
}

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

	.vidbg-container video {
		width:140%!important;
		height: auto!important;
	}

}

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
	display:block;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

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

/* Max Mega Menu */

@media only screen and (min-width: 1260px) {

	#mega-menu-wrap-primary #mega-menu-primary {
		display: inline-block;
		float: right;
		background-color: rgba(0, 0, 20, 0.7);
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		position: relative;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
		content: "";
		display: block;
		height: 4px;
		width: 0%;
		position: absolute;
		bottom: 20px;
		left: 15px;
		background-color: transparent;
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
		background-color: #20BEC6;
		width: calc(100% - 30px);
	}

	#mega-menu-wrap-primary #mega-menu-primary li:not(.mega-menu-item-object-category).mega-menu-item-has-children > a.mega-menu-link:hover {
		cursor: default;
	}

}

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

	#mega-menu-wrap-primary #mega-menu-primary {
		padding: 50px 20px 0px 20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 1rem;
	}

}

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

	.nav-primary {
		position: absolute;
		top: 50px;
		right: 20px;
		width: auto;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		background: rgb(32 190 198);
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		border-bottom: 1px solid #fff;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
		background: #0C3862;
	}

}

.mobile-nav-social-links {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.mobile-nav-social-links a {
	text-decoration: none;
	line-height: 1;
	font-size: 1.5rem;
}

@media only screen and (min-width: 1260px) {

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

	.site-header {
		padding-bottom: 40px;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.site-header > .wrap {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 240px 40px 1fr;
		grid-template-columns: 240px 1fr;
		gap: 0 40px;
	}

	.title-area {
		-ms-grid-column: 1;
		grid-column: 1;
    	-ms-grid-row: 1;
    	grid-row: 1;
	}

	.header-widget-area {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-column-align: end;
		    justify-self: end;
		padding: 0 35px 0 20px;
	}

	.header-widget-area .widget-wrap {
		text-align: right;
	}

	.nav-primary {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-grid-row-align: start;
		    align-self: start;
		-ms-grid-column-align: end;
		    justify-self: end;
	}

	/* Site-Inner
	--------------------------------------------- */

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

	.content {
		float: left;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.archive-description {
		margin-bottom: 0;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widget-area {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1460px) {

	.header-widget-area {
		padding: 0 55px 0 40px;
	}

}

@media only screen and (min-width: 1640px) {

	.site-header {
		padding-bottom: 160px;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		color: #0C3862 !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;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	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,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.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;
	}

	.author-box {
		margin-bottom: 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;
	}

}

/* Follow Us */

#custom_post_widget-4 {
	position: fixed;
	bottom: 20px;
	/*
	top: 50%;
	-webkit-transform: translate(0,calc(-50% + 160px));
    -ms-transform: translate(0,calc(-50% + 160px));
        transform: translate(0,calc(-50% + 160px));
	*/
	left: 0;
	margin-bottom: 0;
}

#custom_post_widget-4 .widget-wrap {
	display: -ms-grid;
    display: grid;
	justify-items: center;
	background-color: #20BEC6;
	padding: 10px 10px 15px;
	border-top-left-radius: 27px;
	border-top-right-radius: 27px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
	        box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
}

#custom_post_widget-4 .widget-wrap * {
	color: #fff;
	text-decoration: none;
}

#custom_post_widget-4 .widget-wrap a:first-of-type {
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	margin-bottom: 4px;
}

#custom_post_widget-4 .widget-wrap a:first-of-type span:before {
	color: #20BEC6;
	background-color: #fff;
	width: 36px;
	display: inline-block;
	text-align: center;
	padding: 8px 0 8px;
	border-radius: 100%;
}

#custom_post_widget-4 .widget-wrap a:last-of-type {
	font-size: 2rem;
}

#custom_post_widget-4 p {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	/*	Think it's better to not reotate when veritcal text is on right of screen	
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	*/
	font-size: 1rem;
	text-transform: uppercase;
}

@media only screen and (min-width: 800px) and (min-height: 860px) {

	#custom_post_widget-4 {
		bottom: 40px;
	}

}

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

	#custom_post_widget-4 {
		display: none;
	}
	
}

/* Header widget */

.investi-ticker-bar-wrapper {
	display: none;
	margin-top: 20px;
}

.investi-ticker-bar {
	display: -ms-inline-grid;
		display: inline-grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	z-index: 1;
	position: relative;
	gap: 20px;
}

.investi-ticker-bar * {
	color: #fff;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	font-size: 1rem;
}

.investi-ticker-bar .share-price-update-wrapper {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	gap: 5px;
}

.investi-ticker-bar .investi-share-price-last {
	color: #20BEC6;
}

.investi-ticker-bar.asx-ticker .investi-share-price-last:after {
	content:" AUD";
	font-size: 0.8em;
}

.investi-ticker-bar.aim-ticker .investi-share-price-last:after {
	content:" GBX";
	font-size: 0.8em;
}

.investi-ticker-bar .investi-share-price-movement-percent-text::after {
	content: "%";
}


@media only screen and (min-width:1260px) {

	.investi-ticker-bar-wrapper {
		display: -ms-grid;
		display: grid;
		gap: 10px 60px;
	}
	
}

@media only screen and (min-width:1460px) {

	.investi-ticker-bar-wrapper {
		grid-auto-flow: column;
		margin-top: 40px;
	}

}

/* Hero */

.hero {
	z-index: 1;
}

.hero.gb-block-container .gb-container-image {
    -o-object-position: bottom left;
       object-position: bottom left;
}

/* Home hero slider */

.home-hero .slick-list.draggable {
	padding-bottom: 0;
}

.wp-block-getwid-media-text-slider-slide-content__content-wrapper h2,
.wp-block-getwid-media-text-slider-slide-content__content-wrapper p {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.home-hero .wp-block-getwid-media-text-slider-slide-content__content-wrapper {
	max-width: 1080px;
}

.home-hero .wp-block-getwid-media-text-slider__content .slick-next,
.home-hero .wp-block-getwid-media-text-slider__content .slick-prev {
	-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
}

.home-hero .slick-list.draggable:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
	background-image: url(images/hero-swoosh.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 300px;
	pointer-events: none;
}

.home-hero .slick-track .wp-block-image {
    margin-bottom: 0;
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
}

.slick-next:before {
	content: "\f04b";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
	content: "\f04b";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: inline-block;
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 100%;
	padding: 10px 8px 10px 12px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-hero .gform_wrapper * {
	font-size: 1rem;
}

.home-hero .gform_wrapper.gravity-theme .gform_footer button,
.home-hero .gform_wrapper.gravity-theme .gform_footer input,
.home-hero .gform_wrapper.gravity-theme .gform_page_footer button,
.home-hero .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0;
}

.home-hero .gform_wrapper.gravity-theme .gform_footer,
.home-hero .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 10px 0 0;
}

.home-hero .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.home-hero .gform_wrapper.gravity-theme .ginput_complex {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-row-gap: 10px;
}

.home-hero .gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds,
.home-hero .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.home-hero .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
.home-hero .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0;
}

.home-hero .gform_wrapper.gravity-theme .ginput_complex span {
	margin-bottom: 0;
}

.home-hero .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
.home-hero .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
	padding-left: 0;
}

.home-hero .gform_button {
	background-color: #20BEC6;
	color: #0C3862;
	border-radius: 27px;
	text-transform: uppercase;
}

.home-hero .gform_button:focus,
.home-hero .gform_button:hover {
	background-color: #46B594;
	color: #fff;
}

.home-hero .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
}

.home-hero input {
	padding: 10px 15px!important;
    height: 40px!important;
}

@media only screen and (min-width: 800px) {

	.home-hero .slick-list.draggable:after {
		background-size: 500px;
	}

}

@media only screen and (min-width: 1460px) {
	
	.home-hero .slick-list.draggable {
		padding-bottom: 35px;
	}

	.home-hero .slick-list.draggable:after {
		background-size: 800px;
	}

	.home-hero .wp-block-getwid-accordion {
		/* Absolute positioning at bottom results in accordion expanding upwards  */
		position: absolute;
		bottom: 43px;
		right: 140px;
		max-width: 540px;
	}

	.home-hero .wp-block-getwid-media-text-slider__content .slick-next,
	.home-hero .wp-block-getwid-media-text-slider__content .slick-prev {
		-webkit-transform: translate(0,calc(-50% - 21.5px));
		-ms-transform: translate(0,calc(-50% - 21.5px));
			transform: translate(0,calc(-50% - 21.5px));
	}

}

@media only screen and (min-width: 1820px) {

	.home-hero .slick-list.draggable {
		padding-bottom: 43px;
	}

	.home-hero .slick-list.draggable:after {
		background-size: 1000px;
	}

}

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

	.home-hero .wp-block-getwid-media-text-slider__content .slick-next,
	.home-hero .wp-block-getwid-media-text-slider__content .slick-prev {
		display: none!important;
	}

	.home-hero .wp-block-getwid-media-text-slider-slide-content {
		max-width: 100%;
	}
	
}

/* Home hero accordion */

.home-hero .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
	border: none;
	background-color: #46B594;
	border-radius: 33px 10px 0px 0px;
	max-width: 320px;
}

.home-hero .wp-block-getwid-accordion__header-wrapper a {
	color: #fff;
}

.home-hero .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__icon,
.home-hero .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive {
	display: none;
}

.home-hero .wp-block-getwid-accordion__header-wrapper .wp-block-getwid-accordion__header-title {
	font-size: 1.5rem;
    font-weight: 600;
}

.home-hero .has-icon-left .wp-block-getwid-accordion__header-wrapper a {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home-hero .wp-block-getwid-accordion__content {
	border: none;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0px 10px 0px 0px;
}

@media only screen and (min-width: 1460px) {

	.home-hero .wp-block-getwid-accordion {
		/* Absolute positioning at bottom results in accordion expanding upwards  */
		position: absolute;
		bottom: 43px;
		right: 140px;
		max-width: 540px;
	}

}

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

	.home-hero .wp-block-getwid-accordion {
		/* Absolute positioning at bottom results in accordion expanding upwards  */
		position: absolute;
		bottom: 0;
		right: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
		max-width: 400px;
		padding: 0 10px;
	}
	
}

/* Home map section */

.home .entry-content>*.alignfull.home-map-container {
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.map-fit-column * {
	height: 100%;
	margin: 0;
}

@media only screen and (min-width: 1140px) {

	.map-fit-column img {
		visibility: hidden;
	}

	.home-map-container:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 100%;
		background-image: url('images/Cinovec-Map-v3.png');
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
	}

}

@media only screen and (min-width: 1460px) {

	.home .entry-content>*.alignfull.home-map-container {
		margin-top: -35px;
	}

}

@media only screen and (min-width: 1820px) {
	
	.home .entry-content>*.alignfull.home-map-container {
		margin-top: -43px;
	}

}

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

	.home-map-container .wp-block-genesis-blocks-gb-columns {
		background-image: none!important;
	}

}

/* Home announcements */

.home-announcements-container {
	padding: 20px;
	position: relative;
}

.home-announcements-container h2 {
	font-weight: 600;
	margin-bottom: 10px;
}

.home-announcements-container .investi-announcements-summary-v2 {
	gap: 0;
}

.home-announcements-container .investi-announcements-summary-v2 * {
	color: #0C3862;
}

.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-date {
	font-weight: 600;
	color: #0C3862;
}

.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-row:last-of-type .investi-announcement-headline {
	padding-right: 80px;
}

.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-headline a:focus,
.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-headline a:hover {
	text-shadow: 1px 0 0 #0C3862;
}

.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-row {
	grid-auto-flow: row;
    gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding-bottom: 15px;
    border-bottom: solid 2px #0C3862;
    margin-bottom: 20px;
}

.home-announcements-container .investi-announcements-summary-v2 .investi-announcement-row:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.home-announcements-container .announcements-more-link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home-announcements-container .announcements-more-link a {
	padding: 17px 5px 16px;
    text-transform: uppercase;
    font-size: 0.875rem;
    background-color: #fff;
    color: #0C3862;
    border-radius: 100%;
    width: 54px;
	height: 54px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.home-announcements-container .announcements-more-link a:focus,
.home-announcements-container .announcements-more-link a:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.home .no-padding-right-container p.more-link a:after {
    right: 20px;
}

@media only screen and (min-width: 1140px) {

	/*
	.home .entry-content>*.alignfull.no-padding-right-container:after {
		content: "";
		width: 100%;
		height: 60%;
		background-color: #46B594;
		position: absolute;
		bottom: 0;
		margin-left: -40px;
	}
	*/

	.home .no-padding-right-container {
		overflow: hidden;
	}

	.breakout-background-container .gb-container-content {
		z-index: 2;
	}

	.breakout-background-container:before {
		content: "";
		width: 100vw;
		height: calc(100% - 40px);
		background-color: #46B594;
		position: absolute;
		top: 40px;
		left: -40px;
		z-index: -1;
		pointer-events: none;
	}

}

@media only screen and (min-width: 1460px) {
	
	.home .entry-content>*.alignfull.no-padding-right-container {
		margin-top: -43px;
	}	
	
}

@media only screen and (min-width: 1640px) {

	/*
	.home .entry-content>*.alignfull.no-padding-right-container:after {
		margin-left: -140px;
	}
	*/

	.breakout-background-container:before {
		left: -140px;
	}
	
}

/* Board and Management */

@media only screen and (min-width: 1460px) {

	.team-member-columns.gb-layout-columns-2>.gb-layout-column-wrap {
		-ms-grid-columns: 235px 1fr;
    	grid-template-columns: 235px 1fr;
	}

}

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

	.team-member-columns img {
		max-width: 235px;
	}

}

/* Corporate Directory */

.corporate-directory-container .wp-block-genesis-blocks-gb-column {
	border-bottom: 2px solid #20BEC6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/* Corporate Governance */

.corporate-governance-columns .gb-block-layout-column-inner {
	height: 100%;
}

.entry-content p.more-link {
	width: 100%;
	height: 100%;
}

.entry-content p.more-link a {
	padding: 20px 74px 20px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: block;
	height: 100%;
}

.more-link a span {
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.entry-content p.more-link a:after {
	content: "More";
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    right: 10px;
    padding: 17px 5px 16px;
    text-transform: uppercase;
    font-size: 0.875rem;
    background-color: #fff;
    color: #0C3862;
    border-radius: 100%;
    width: 54px;
	height: 54px;
    text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.more-link-accent-color a {
	background-color: #0C3862;

}

.more-link-accent-color a:focus,
.more-link-accent-color a:hover {
	background-color: #20BEC6;
}

.entry-content p.more-link.more-link-accent-color a:focus:after,
.entry-content p.more-link.more-link-accent-color a:hover:after,
.entry-content p.more-link-link-color-opacity a:focus:after,
.entry-content p.more-link-link-color-opacity a:hover:after {
	background-color: #90dfe3;
	text-shadow: 0.5px 0 0 #0C3862;
}

.more-link-accent-color a:focus span,
.more-link-accent-color a:hover span {
	color: #0C3862;
}

.more-link-link-color a {
	background-color: #20BEC6;
}

.more-link-link-color a:focus,
.more-link-link-color a:hover {
	background-color: #0C3862;
}

.entry-content p.more-link.more-link-link-color a:focus:after,
.entry-content p.more-link.more-link-link-color a:hover:after,
.entry-content p.more-link-medium-blue-color a:focus:after,
.entry-content p.more-link-medium-blue-color a:hover:after {
	background-color: #869cb1;
	text-shadow: 0.5px 0 0 #0C3862;
}

.more-link-medium-blue-color a {
	background-color: #236a76;
	line-height: 1.2;
}

.more-link-medium-blue-color a:focus,
.more-link-medium-blue-color a:hover {
	background-color: #0C3862;
}

.more-link-link-color-opacity a {
	line-height: 1.2;
	background-color: rgba(32, 190, 198, 0.8);
}

.more-link-link-color-opacity a:focus,
.more-link-link-color-opacity a:hover {
	background-color: rgba(32, 190, 198, 1);
}

.more-link-link-color a:focus span,
.more-link-link-color a:hover span {
	color: #20BEC6;
}

.more-link-green-color a {
	background-color: #46B594;
}

.more-link-green-color a:focus,
.more-link-green-color a:hover {
	background-color: #20BEC6;
}

.entry-content p.more-link.more-link-green-color a:focus:after,
.entry-content p.more-link.more-link-green-color a:hover:after {
	background-color: #90dfe3;
	text-shadow: 0.5px 0 0 #0C3862;
}

.more-link-green-color a:focus span,
.more-link-green-color a:hover span {
	color: #fff;
}

@media only screen and (min-width: 1140px) {

	.corporate-governance-columns {
		margin-left: -25px;
    	margin-right: -25px;
	}
	
}

/* Projects */

.entry-content>*.alignfull.transport-container {
	margin-top: -50px;
	/*background-image: url(images/czech-transport-map.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
}

.location-transport-key-container {
    max-width: 340px;
}

.location-transport-key-container > .gb-container-inside > .gb-container-content .gb-2-col-wideright:nth-of-type(4) {
	margin-top: -40px;
}

.pfs-columns h4 {
	text-transform: uppercase;
	margin-top: 20px;
}



/* Archive Before Footer */

.archive-before-footer .wp-block-genesis-blocks-gb-container.alignfull {
	padding-left: 20px;
	padding-right: 20px;
}

.archive-before-footer .wp-block-genesis-blocks-gb-container .gb-container-inside {
	max-width: 1280px;
}

.archive-before-footer .widget {
    margin-bottom: 0;
}

.archive-before-footer .gb-container-content > p:last-of-type {
	margin-bottom: 20px;
}

.archive-footer-subscribe-container form {
	display: -ms-grid;
    display: grid;
	gap: 16px;
}

.archive-footer-subscribe-container form * {
	margin: 0!important;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
	grid-auto-flow: row;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .ginput_complex {
	display: -ms-grid;
	display: grid;
	gap: 16px;
	grid-auto-flow: row;
}

.archive-footer-subscribe-container .name_first,
.archive-footer-subscribe-container .name_last {
	padding: 0!important;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin: 0;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 0;
	background-color: #0C3862;
}

.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_footer input:focus,
.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #20BEC6;
}

@media only screen and (min-width: 800px) {

	.archive-before-footer .wp-block-genesis-blocks-gb-container.alignfull {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (min-width: 1140px) {

	.archive-before-footer .ctf-tweets,
	.twitter-columns-container .ctf-tweets {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;
		gap: 40px;
	}

	.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gform_fields {
		grid-auto-flow: column;
	}
	
	.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
		-ms-grid-column-span: 8;
		grid-column: span 8;
	}
	
	.archive-footer-subscribe-container .gform_wrapper.gravity-theme .gfield.gfield--width-third {
		-ms-grid-column-span: 4;
		grid-column: span 4;
	}
	
	.archive-footer-subscribe-container .gform_wrapper.gravity-theme .ginput_complex {
		display: -ms-grid;
		display: grid;
		gap: 16px;
		grid-auto-flow: column;
	}
	
}

@media only screen and (min-width: 1640px) {

	.archive-before-footer .wp-block-genesis-blocks-gb-container.alignfull {
		padding-left: 140px;
		padding-right: 140px;
	}

}

/* Home fixed links */

.fixed-links-container {
	display: none;
}

.entry-content>*.fixed-links-container {
	position: fixed;
	padding-right: 0;
	bottom: 20px;
	right: 0;
	z-index: 2;
}

.site-container .fixed-links-container .wp-block-buttons {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}

.site-container .fixed-links-container .wp-block-buttons.is-content-justification-right>.wp-block-button {
	margin-left: 0;
}

.site-container .fixed-links-container .wp-block-button {
	width: 100%;
	margin-bottom: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 0;
	-webkit-box-shadow: 5px 3px 6px rgb(0 0 0 / 50%);
    box-shadow: 5px 3px 6px rgb(0 0 0 / 50%);
}

.site-container .fixed-links-container .wp-block-button .wp-block-button__link {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 0;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-ms-grid-columns: auto 10px 1fr;
	grid-template-columns: auto 1fr;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.site-container .fixed-links-container .wp-block-button .wp-block-button__link:after {
	content: "\e91f";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 800px) {
	
	.fixed-links-container {
		display: block;
	}

	.mobile-only {
		display: none;
	}

}

@media only screen and (min-width: 800px) and (min-height: 860px) {

	.entry-content>*.fixed-links-container {
		bottom: 40px;
	}	

	.site-container .fixed-links-container .wp-block-button .wp-block-button__link {
		font-size: 1.125rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}

}



/* Cinovec project overview */

.esg-baseline-container-outer {
	overflow: hidden;
}

.esg-baseline-container {
	border-top: solid 50px #fff;
}

.esg-baseline-container p {
	color: #fff;
}

.dashboard-text-column .gb-block-layout-column-inner {
	position: relative;
}

.dashboard-text-column .gb-block-layout-column-inner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: -100vw;
	background-color: #0C3862;
	z-index: -1;
	pointer-events: none;
}

.esg-baseline-container .wp-block-image {
	margin-bottom: 0;
}

.site-container .wp-block-button.arrow-button .wp-block-button__link {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	border-radius: 15px;
}

.arrow-button .wp-block-button__link:after {
	content: "\e91f";
	font-family: 'whitenoisestarter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1140px) {

	.dashboard-column {
		margin-top: -50px;
	}
	
}

/* Capital Shareholders */

.wp-block-getwid-table.has-table-layout-auto table {
    table-layout: auto;
    word-break: normal;
}