/*
Theme Name: Lion Selection Group 2021
Theme URI: https://test.awhitedesign.com.au/
Description: This is a theme created for the Genesis Framework. Uses Pixels and 100% width and 2560px max-width.
Author: Tony Merryweather
Author URI: https://whitenoisecomms.com/

Version: 1.1.7

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
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- 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: #7C919F;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 2560px;
}

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: #7C919F;
	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 {
	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;
}

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

.footer-widgets .menu > li > a {
	color: #A33F1F;
	font-weight: 700;
}

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

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: #333;
}

blockquote {
	margin: 30px;
}

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

	body {
		font-size: 18px;
	}

	body .site-container .has-normal-font-size {
		font-size: 18px;
	}

	body .site-container .has-large-font-size {
		font-size: 20px;
	}

	body .site-container .has-larger-font-size {
		font-size: 22px;
	}

	body .site-container .has-big-font-size {
		font-size: 24px;
	}
	
	body .site-container .has-huge-font-size {
		font-size: 26px;
	}

}

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

	body {
		font-size: 18px;
	}

	body .site-container .has-normal-font-size {
		font-size: 18px;
	}

	body .site-container .has-large-font-size {
		font-size: 18px;
	}

	body .site-container .has-larger-font-size {
		font-size: 20px;
	}

	body .site-container .has-big-font-size {
		font-size: 22px;
	}
	
	body .site-container .has-huge-font-size {
		font-size: 24px;
	}

}

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

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

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 10px 40px 10px 10px;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

.wp-block-getwid-advanced-heading .wp-block-getwid-advanced-heading__content {
	display: inline-block;
}

.wp-block-getwid-advanced-heading .wp-block-getwid-advanced-heading__content.has-background {
	margin-bottom: 0;
}

h1 {
	font-size: 54px;
}

.board .entry-content>h1.alignfull {
	margin-bottom: -80px;
}

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

h2 {
	font-size: 48px;
}

.soliloquy-container h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

.full-width-h3 h3 {
	width: 100%;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size:20px;
}

h6 {
	font-size: 16px;
}

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


	h1 {
		font-size: 36px;
	}

	.board .entry-content>h1.alignfull {
		margin-bottom: -60px;
	}
	
	h2 {
		font-size: 32px;
	}

	.soliloquy-container h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size:20px;
	}
	
	h6 {
		font-size: 18px;
	}

}

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

	.board .entry-content>h1.alignfull {
		margin-bottom: 40px;
	}

}

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

	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 28px;
	}

	.soliloquy-container h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 20px;
	}
	
	h5 {
		font-size:16px;
	}
	
	h6 {
		font-size: 14px;
	}

}

/* 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: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

::placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #eaab00;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 40px 10px 15px!important;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	-webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

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: #003478;
	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;
}

/* GF reset */
body .gform_wrapper {
	margin-bottom: 0;
	max-width: 1440px;
	margin-top: 0;
}

body .gform_wrapper form * {
	padding: 0!important;
	margin: 0!important;
	line-height: 1!important;
	font-weight: 400!important;
	font-size: 20px!important;
	/* Overrides mobile browser defaults */
	border-radius: 0!important;
}

body .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .top_label div.ginput_complex.ginput_container.gf_name_has_3,
body .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
} 

body div.ginput_complex.ginput_container.gf_name_has_2 span,
body .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}

/* End of reset */

/* Subscribe forms */

body .footer-widget-area .gform_wrapper {
	background-color: #A33F1F;
	padding: 20px 20px 60px;
}

body .footer-widget-area .gform_wrapper h3 {
	font-size: 16px!important;
	color: #fff;
	margin-bottom: 30px!important;
}

body .footer-widget-area .gform_wrapper input:not([type=submit]),
.pum .gform_wrapper input:not([type=submit]) {
	background-color: #782327;
	padding: 10px 10px 20px 10px!important;
	border: 1px solid #782327;
	color: #fff;
	font-size: 16px!important;
}

body .footer-widget-area .gform_wrapper form .gform_footer input[type=submit] {
	padding: 10px 40px 10px 15px!important;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
    text-align: left;
	font-size: 16px!important;
}

.pum .gform_wrapper form .gform_footer input[type=submit] {
	padding: 10px 50px 10px 15px!important;
	text-align: left;
	font-size: 16px!important;
}

.pum .gform_wrapper form {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}

body .footer-widget-area .gform_wrapper .gform_body > ul,
.pum .gform_wrapper .gform_body > ul {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}

body .footer-widget-area .gform_wrapper .gform_body > ul > li:first-of-type div,
.pum .gform_wrapper .gform_body > ul > li:first-of-type div {
	display: -ms-grid;
	display: grid;
	gap: 10px;
	grid-auto-flow: row;
}

.pum .gform_wrapper .gform_footer {
	text-align: right;
}

/* Contact form */

.site-inner .gform_wrapper form {
	display: -ms-grid;
	display: grid;
	gap: 20px;
}

.site-inner .gform_wrapper .gform_body > ul {
	display: -ms-grid;
	display: grid;
	gap: 20px;
}

.site-inner .gform_wrapper .gform_body > ul > li:first-of-type div {
	display: -ms-grid;
	display: grid;
	gap: 20px;
	grid-auto-flow: row;
}

.site-inner .gform_wrapper form .gform_footer input[type=submit] {
	padding: 10px 50px 10px 15px!important;
	background-color: #DE3831;
}

.site-inner .gform_wrapper form .gform_footer input[type=submit]:focus,
.site-inner .gform_wrapper form .gform_footer input[type=submit]:hover {
	background-color: #eaab00;
}

.site-inner .gform_wrapper form label {
	padding: 10px 50px 10px 15px!important;
	background-color: #DE3831;
	color: #fff;
	display: inline-block!important;
	min-width: 200px;
	-webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}

.site-inner .gform_wrapper form .ginput_container_textarea {
	line-height: 0;
}

.gfield_required {
	display: none;
}

.site-inner .gform_wrapper form input,
.site-inner .gform_wrapper form textarea {
	padding: 20px!important;
	border: solid 1px #DE3831;
}

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

	body .footer-widget-area .gform_wrapper h3,
	body .footer-widget-area .gform_wrapper input:not([type=submit]),
	body .footer-widget-area .gform_wrapper form .gform_footer input[type=submit],
	.pum .gform_wrapper h3,
	.pum .gform_wrapper input:not([type=submit]),
	.pum .gform_wrapper form .gform_footer input[type=submit] {
		font-size: 20px!important;
	}

}

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

	body .footer-widget-area .gform_wrapper {
		background-color: #A33F1F;
		padding: 30px 30px 80px;
	}

	body .footer-widget-area .gform_wrapper .gform_body > ul > li:first-of-type div,
	.pum .gform_wrapper .gform_body > ul > li:first-of-type div,
	.site-inner .gform_wrapper .gform_body > ul > li:first-of-type div {
		grid-auto-flow: column;
	}

	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	}

	.site-inner .gform_wrapper form label {
		-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	}

	.site-inner .gform_wrapper form label {
		min-width: 360px;
	}

	body .site-inner .gform_wrapper form * {
		font-size: 26px!important;
	}
	
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

.wp-block-getwid-table {
	position: relative;
	max-width: 960px;
}

tbody tr {
	border-bottom: 2px solid #7C919F;
}

tbody tr:nth-child(odd) td:last-of-type {
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

td,
th {
	line-height: 1;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
}

thead tr th {
	display: inline-block;
	color: #fff;
	background-color: #EAAB00;
	padding-right: 30px;
	font-weight: 400;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

.blue-table thead tr th {
	background-color: #003478;
}

thead tr th:last-of-type {
	position: absolute;
    right: 0;
    top: 0;
}

.wide-table-head thead tr th:last-of-type {
	width: auto;
}

.has-table-layout-fixed table {
	margin-bottom: 0;
}

.has-table-layout-fixed thead tr th {
	display: table-cell;
	width: auto;
	font-weight: 700;
}

.has-table-layout-fixed tbody tr {
	border-bottom: none;
}

.has-table-layout-fixed thead {
	font-weight: 700;
}

.has-table-layout-fixed td {
	padding: 10px 5px;
}

.has-table-layout-fixed thead tr th:last-of-type {
	position: relative;
}

tfoot {
    border-bottom: solid 2px;
	font-weight: 700;
}

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

	table * {
		font-size: 26px;
	}

	.has-table-layout-fixed table * {
		font-size: 22px;
	}

	table sup {
		font-size: 20px;
	}

	thead tr th {
		display: inline-block;
		width: 190px;
	}

	.has-table-layout-fixed thead tr th {
		display: table-cell;
	}

}

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

	.wide-table-head thead tr th:last-of-type {
		width: 200px;
		top: -18px;
	}

}

/* 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: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #EAAB00;
}

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

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

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

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: 14px;
	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: 16px;
	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 outline on focus */
:focus {
	color: #333;
	outline: none;
}


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

.site-header {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	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;
}

.scrolled .site-header {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

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

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

	.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 {
	max-width: 200px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

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

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

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	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: 1340px) {
	
	.wp-custom-logo .title-area {
		max-width: 275px;
		padding-bottom: 24px;
		padding-top: 24px;
	}

}

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

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

.entry {
	margin-bottom: 40px;
}

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

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

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

.entry-content ol.footnote-list li {
	margin-bottom: 10px;
}

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

/* News & Media */

.archive .content article:last-of-type {
	margin-bottom: 60px;
}

.archive .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}
 
.archive .content_block .ab-container-content {
    padding-left: 20px;
    padding-right: 20px;
	color: #fff;
  text-align: center;
}

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

.archive .entry-title {
	text-transform: none;
	font-size: 36px;
	line-height: 1;
  margin-bottom: 10px;
}

.archive .media-title-link {
	display: inline-block;
	margin-bottom: 5px;
}

.archive .media-date {
	font-size: 16px;
}

.archive .published-by {
	font-size: 16px;
}

.archive .view-article {
margin-top: 10px;
}

.archive .va-link {
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.archive .site-container .wp-block-button .va-link.wp-block-button__link {
	padding: 10px 90px 10px 20px;
	text-align: left;
}

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

	.archive .entry-header>* {
		max-width: 1200px;
	}

}

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

  .archive .entry-title {
    font-size: 28px;
  }

}

/* Post formats */

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

.archive article.entry .entry-header,
.archive article.entry .entry-content,
.single-post article.entry .entry-header,
.single-post article.entry .entry-content,
.single-post article.entry .entry-footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.single-post article.entry .entry-footer .entry-meta {
	border: none;
}

.archive article.entry .entry-content,
.single-post article.entry .entry-content {
	padding-bottom: 40px;
	border-bottom: solid 1px #86806E;
}

.archive .entry-content>*,
.archive .entry-header>*,
.single-post .entry-content>*,
.single-post .entry-header>* {
	padding-left: 0;
    padding-right: 0;
}

.archive article,
.single-post article {
	padding: 60px 20px 0;
}

.single-post h1.entry-title {
font-size: 36px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
}

.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 .content article.sticky {
	padding: 60px 20px;
	background-color: #f5f5f5;
}

.archive .content article.sticky.entry .entry-content{
	padding-bottom: 0;
    border-bottom: none;
}

.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: #003478;
	padding: 8px;
	border-radius: 100%;
	/* 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: #003478;
	padding: 8px;
	/* Needs to be in pixels and not rems since width is designated */
	font-size: 30px;
}

.archive .content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

.archive-description h1 {
  display: none;
}

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

	.archive article,
	.single-post article {
		padding: 60px 40px 0;
	}
	
}

@media only screen and (max-width: 1439px) {
	
	.single-post h1.entry-title {
    	font-size: 28px;
  	}

}

/* 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: #003478;
	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: #003478;
	color: #fff;
}

.content .pagination {
    padding: 0 20px;
}

.content .pagination ul {
    width: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 960px;
}

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

	.content .pagination {
		padding: 0 40px;
	}

}

/* 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: 16px;
	line-height: 1.5;
}

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

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

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

.footer-widgets {
	clear: both;
}

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

.footer-widget-area .menu > li > a {
	margin-bottom: 20px;
	display: inline-block;
}

.footer-widget-area li li {
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-widget-area .menu {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	gap: 20px 40px;
}

.footer-widget-area .menu .sub-menu .sub-menu {
    display: none;
}

.footer-social {
	display: -ms-inline-grid;
    display: inline-grid;
    grid-auto-flow: column;
    gap: 40px;
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.footer-social a {
	line-height: 0;
}

.footer-social a span {
	line-height: 1;
}

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

	.footer-widget-area .menu {
		grid-auto-flow: column;
	}
	
}

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

.site-footer {
	background-color: #2A2623;
	font-size: 14px;
	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
---------------------------------------------------------------------------- */

/* Investi */

/* Investi announcements v2 */

.investi-announcement-row {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: column;
	-ms-grid-columns: 200px 1fr;
	grid-template-columns: 200px 1fr;
	padding: 10px;
	border-bottom: solid 2px;
}

.investi-announcement-row a {
	text-decoration: none;
}

body:not(.home) .investi-announcement-row:nth-child(even) {
	background-color: rgba(204, 214, 228, 0.6);
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

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

	.investi-announcement-row {
		-ms-grid-columns: 120px 1fr;
		grid-template-columns: 120px 1fr;
	}
	
}

/* Investi accordion */

.investi-announcements-accordion h2 {
	padding: 10px 20px;
    background-color: #003478;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.investi-announcements-accordion table * {
	font-size: 20px;
	padding: 0;
	text-decoration: none;
}

.investi-announcements-accordion table tr {
	display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    padding: 10px;
    border-bottom: solid 2px;
}

.investi-announcements-accordion table tr:nth-child(even) {
    background-color: rgba(204, 214, 228, 0.6);
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

.investi-announcements-accordion h2:focus,
.investi-announcements-accordion h2:hover {
	background-color: rgba(204, 214, 228, 0.6);
	color: #003478;
}

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

	.investi-announcements-accordion table * {
		font-size: 18px;
	}

}

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

	.investi-announcements-accordion table tr {
		-ms-grid-columns: 120px 1fr;
		grid-template-columns: 120px 1fr;
	}
	
}

/* Getwid accordion */

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
	display: inline-block;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
	border: none;
	margin-bottom: 40px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
    padding: 0;
    line-height: 1;
}

.has-icon-left .wp-block-getwid-accordion__header-wrapper a {
	display: block;
	padding: 10px 40px 10px 10px;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	background-color: #003478;
	color: #fff;
}

.has-icon-left .wp-block-getwid-accordion__header-wrapper.ui-state-hover a {
	background-color: rgba(204, 214, 228, 0.6);
	color: #003478;
}

.wp-block-getwid-accordion__content {
	padding: 0;
	border: none;
}

/* 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;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 100%;
	display: none;
}

/* Responsive Menu Pro */

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	right: -36px;
    font-size: 24px;
    top: 1px;
}

#responsive-menu-pro-container #responsive-menu-pro-wrapper {
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link,
#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back {
    text-transform: uppercase;
    font-weight: 600;
}

#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-submenu.responsive-menu-pro-subarrow-active > .responsive-menu-pro-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-tap-highlight-color: #fff;
-webkit-tap-highlight-color: transparent;
  
}

#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back .fas.fa-angle-down {
	margin-right: 10px;
    font-size: 24px;
    margin-top: 1px;
}

button#responsive-menu-pro-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* https://stackoverflow.com/questions/21003535/anyway-to-prevent-the-blue-highlighting-of-elements-in-chrome-when-clicking-quic */
button#responsive-menu-pro-button,
.responsive-menu-pro-item-link {
-webkit-tap-highlight-color: transparent;
}

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    width: auto;
    display: inline-block;
  height: auto;
}

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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

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

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		display: block;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 40px;
		padding-right: 40px;
		border-left: solid 1px #7C919F;
	}

	.nav-primary .genesis-nav-menu > li:last-of-type > a {
		border-right: solid 1px #7C919F;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 10px;
		padding-right: 10px;
		border-left: none;
		font-weight: 400;
	}

	.genesis-nav-menu {
		clear: both;
		line-height: 1;
		width: 100%;
		/* Remove gap between nav items */
		font-size: .001px;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
	}

	.genesis-nav-menu a {
		color: #7C919F;
		display: block;
		font-size: 16px;
		font-weight: 500;
		outline-offset: -1px;
		padding-bottom: 63px;
		padding-top: 63px;
		text-decoration: none;
		text-transform: none;
	}

	.genesis-nav-menu a:focus,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item > a {
		color: #782327;
		text-decoration: none;
	}

	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a {
		color: #7C919F;

	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		position: relative;
		word-wrap: break-word;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		display: block;
		left: auto;
		opacity: 1;
	}

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

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #EAAB00;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu .menu-item,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu {
		border-top: none;
		opacity: 0;
		padding: 0 5px;
		position: absolute;
		-webkit-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border-bottom: 1px solid #7C919F;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu > li > .sub-menu > li:first-of-type a {
		border-top: solid 20px #fff;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -52px 0 0 100%;
		padding: 0;
		border-left: solid 1px;
		border-top: solid 1px;
	}

	/* Bold on hover fix - https://codepen.io/hexagoncircle/pen/WNrYPLo - https://css-tricks.com/bold-on-hover-without-the-layout-shift/
	- This doesn't really matter on a drop down but would be useful on top level */

	.genesis-nav-menu .sub-menu a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		text-decoration: none;
	}

	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a {
		font-weight: 700;
	}
	
	.genesis-nav-menu .sub-menu a:after {
		content: attr(title);
		content: attr(title)/"";
		height: 0;
		visibility: hidden;
		overflow: hidden;
		-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
		pointer-events: none;
		font-weight: 700;
	}

	@media speech {

		.genesis-nav-menu .sub-menu a:after {
			display: none;
		}

	}

	/* 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,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

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

}

@media only screen and (min-width:1640px) {
	
	.genesis-nav-menu a {
		font-size: 18px;
	}

}

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

	.genesis-nav-menu a {
		font-size: 20px;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 60px;
		padding-right: 60px;
	}
	
}

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

@media print {

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

}

/* Home */

.home .entry-content>*.alignfull.hero {
	padding-right: 0;
}

.home .entry-content>*.gb-block-container.alignfull.hero .gb-container-inside {
	max-width: 100%;
}

.home .hero .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-gap-0.gb-is-responsive-column {
    grid-row-gap: 0;
    row-gap: 0;
}

.home .hero .wp-block-genesis-blocks-gb-columns:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #A33F1F;
	left: 0;
	mix-blend-mode: multiply;
	top: 0;
}

.home .hero .gb-background-cover .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
	padding: 100px 20px 80px;
}

.home .hero h1.wp-block-getwid-advanced-heading__content,
.home .hero span.wp-block-getwid-advanced-heading__content {
	font-size: 32px;
	max-width: 700px;
}

.home .hero .wp-block-buttons {
	position: absolute;
    top: 0;
    left: 0;
}

.home .pum-overlay {
	max-width: 2560px!important;
    margin: 0 auto!important;
}

.home .pum-container {
	top: 156px!important;
	margin-left: 0!important;
	left: 20px!important;
	padding: 40px 50px 40px 20px!important;
}

/* Invesi and NTA columns */

.home-ticker-column > .gb-block-layout-column-inner {
	padding: 60px 20px;
	text-align: center;
}

.home-nta-column > .gb-block-layout-column-inner {
	padding: 60px 20px;
	text-align: center;
}

.home-nta-column > .gb-block-layout-column-inner .gb-is-responsive-column {
	gap: 0;
}

/* Home ticker */

.home-ticker-column {
	background-color: #A33F1F;
	height: 100%;
}

.home-ticker-column > .gb-block-layout-column-inner {
	height: 100%;
}

.home-ticker-column .home-ticker-name {
	margin-bottom: 10px;
}

.home-ticker-column .gb-block-layout-column-inner > .home-current-price-title {
	margin-bottom: 10px;
}

.home-ticker-column .investi-header-price-widget-ticker,
.home-ticker-column .investi-header-price-widget-momement {
	display: none;
}

.home-ticker-column .investi-price-on-top-widget {
	display: -ms-inline-grid;
	display: inline-grid;
	grid-auto-flow: column;
	position: relative;
	padding-bottom: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home-ticker-column .investi-price-on-top-widget > div:first-of-type {
	font-size: 54px;
	font-weight: 500;
	-ms-grid-column: 1;
	grid-column: 1;
	display: -ms-inline-grid;
	display: inline-grid;
    grid-auto-flow: column;
}

.home-ticker-column .investi-price-on-top-widget .investi-header-price-widget-last-price {
	display: -ms-inline-grid;
	display: inline-grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-ticker-column .investi-price-on-top-widget .investi-header-price-widget-last-price:after {
	content: "";
	display: inline-block;
	height: 50px;
	width: 2px;
	background-color: #fff;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.home-ticker-column .investi-header-price-widget-updated {
	position: absolute;
	bottom: 0;
	left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
	width: 100%;
	font-size: 18px;
}

.home-ticker-column .investi-header-price-widget-updated:before {
	content: "As at ";
}

/* Home NTA */

.home-nta-column {
	background-color: #2A2623;
	height: 100%;
}

.home-nta-column > .gb-block-layout-column-inner {
	height: 100%;
}

.site-container .home-latest-asx-column .wp-block-button .wp-block-button__link {
	font-size: 20px;
}

.home-nta-column .investi-announcements-summary-v2 {
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.home-nta-column .investi-announcement-row {
	display: inline-block;
	border: none;
	padding: 0;
}

.home-nta-column .investi-announcement-date {
	display: none;
}

.home-nta-column .investi-announcement-headline a:after {
    content: 'Latest NTA Announcement';
    display: inline-block;
    color: #fff;
	background-color: #EAAB00;
    font-size: 20px;
    line-height: 1;
	padding: 10px 40px 10px 10px;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-nta-column .investi-announcement-headline a:focus:after,
.home-nta-column .investi-announcement-headline a:hover:after {
	background-color: #003478;
}

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

	.home .hero .gb-background-cover .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
		padding: 100px 40px;
	}

	.home .pum-container {
		top: 160px!important;
		margin-left: 0!important;
		left: 40px!important;
		width: 80%!important;
		padding: 60px 80px!important;
	}
	
}

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

	.home .hero .wp-block-genesis-blocks-gb-columns:before {
		width: 50%;
	}

	.home .hero h1.wp-block-getwid-advanced-heading__content,
	.home .hero span.wp-block-getwid-advanced-heading__content {
		font-size: 40px;
	}

	.home .hero .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
		background-position: bottom right -182px;
		background-size: 520px;
	}

	.site-container .home-latest-asx-column .wp-block-button .wp-block-button__link {
		font-size: 26px;
	}

	.home-latest-asx-column .investi-announcements-summary-v2 {
		margin-left: 30px;
		margin-top: 10px;
	}
	
}

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

	.home .pum-container {
		top: 238px!important;
		margin-left: 0!important;
		left: 40px!important;
		padding: 80px!important;
	}

	/* When ticker has four decimals it breaks layout
	.home-nta-column .wp-block-getwid-advanced-heading__content,
	.home-ticker-column .investi-price-on-top-widget > div:first-of-type {
		font-size: 72px;
	}
	*/

}

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

	.home .hero .gb-background-cover .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
		padding: 160px 100px;
	}

	.home .hero h1.wp-block-getwid-advanced-heading__content,
	.home .hero span.wp-block-getwid-advanced-heading__content {
		font-size: 48px;
	}

	.home .pum-container {
		left: 140px!important;
	}

}

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

	.home .hero h1.wp-block-getwid-advanced-heading__content,
	.home .hero span.wp-block-getwid-advanced-heading__content {
		font-size: 60px;
	}

	.home .pum-container {
		width: 1640px!important;
	}

}

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

	.home .hero .gb-background-cover .gb-layout-column-wrap .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
		padding: 200px 100px;
	}

}

/* Board */

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

	.board .four-hundred-column-left .wp-block-image .alignright {
		float: left;
		margin: 0 20px 0 0;
	}

	.board .four-hundred-column-left > .gb-block-layout-column-gap-4.gb-is-responsive-column {
		gap: 10px 40px;
	}


	.four-hundred-column-left .gb-block-layout-column-inner .wp-block-spacer:nth-of-type(1) {
		max-height: 20px;
	}

}

/* Portfolio */

.portfolio-table-columns .gb-block-layout-column {
	line-height: 0;
}

.portfolio-table-columns .gb-block-layout-column {
	line-height: 0;
}

.investi-announcements-summary-v2.investi-blue-button {
	font-size: 0;
	bottom: 0;
	left: 0;
}

.investi-blue-button .investi-announcement-row {
	display: inline-block;
	border: none;
	padding: 0;
}

.investi-blue-button .investi-announcement-date {
	display: none;
}

.investi-blue-button .investi-announcement-headline a:after {
    content: 'Latest NTA Announcement';
    display: inline-block;
    color: #fff;
	background-color: #003478;
    font-size: 20px;
    line-height: 1;
	padding: 10px 40px 10px 10px;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.investi-blue-button .investi-announcement-headline a:focus:after,
.investi-blue-button .investi-announcement-headline a:hover:after {
	background-color: #EAAB00;
}

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

	.portfolio-table-columns .gb-layout-column-wrap .gb-block-layout-column:last-of-type .wp-block-spacer {
		max-height: 40px;
	}
	
}

/* Projects */

.site-container .breakout-column .wp-block-separator.has-yellow-fade-background-color {
	border-color: #f9e7b7;
	margin-left: -180px;
	position: relative;
}

.site-container .breakout-column .wp-block-separator.has-yellow-fade-background-color:after {
	content: "";
    position: absolute;
    width: 100%;
	/* Have to designate height because parent elelment only has border */
    height: 30px;
    background-color: #f9e7b7;
    right: -100%;
    top: 0;
	z-index: 1;
}

.site-container .breakout-column .has-yellow-fade-background-color:after {
	content: "";
    position: absolute;
    width: 100%;
	height: 100%;
    background-color: #fbeecc;
    right: -100%;
    top: 0;
}

.site-container .breakout-column .gb-block-layout-column-inner:before {
	content: "";
    position: absolute;
    width: 180px;
	height: 100%;
    background-color: #fbeecc;
    left: -180px;
    top: 0;
}

/* Investor menu */

.site-inner .menu {
	padding-left: 0;
	margin-bottom: 0;
	max-width: 300px;
}

.site-inner .menu li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #003478;
}

.site-inner .menu li a {
	display: block;
	color: #003478;
	text-decoration: none;
	padding: 10px;
	background-color: transparent;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

.site-inner .menu li a:focus,
.site-inner .menu li a:hover,
.site-inner .menu li.current-menu-item a {
	background-color: #ccd6e4;
}

@media only screen and (max-width: 1139px) {
	
	.site-inner .menu {
		display: none;
	}

}

/* Lions */

.home .hero .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
	background-image: url(images/white-lion.svg);
	background-repeat: no-repeat;
	background-position: bottom right -70px;
	background-size: 200px;
}

.lion-bottom-left {
	background-repeat: no-repeat;
	background-position: bottom left 20px;
	background-size: 400px;
}

.corporate-governance .lion-bottom-left {
	background-size: 200px;
}

.lion-bottom-right {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 400px;
}

.lion-top-right {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 400px;
}

.lion-bottom-right.light-blue-lion {
	background-position: bottom right -240px;
}

.lion-top-right.light-blue-lion {
	background-position: top right -240px;
}

.light-grey-lion {
	background-image: url(images/light-grey-lion.svg);
}

.light-red-lion {
	background-image: url(images/light-red-lion.svg);
}

.light-yellow-lion {
	background-image: url(images/light-yellow-lion.svg);
}

.light-blue-lion {
	background-image: url(images/light-blue-lion.svg);
}

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

	.lion-bottom-left {
		background-position: bottom left 40px;
		background-size: 600px;
	}

	.lion-bottom-right,
	.lion-top-right {
		background-size: 600px;
	}

}

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

	.home .hero .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
		background-position: bottom right -182px;
		background-size: 520px;
	}

	.corporate-governance .lion-bottom-left {
		background-size: 520px;
	}	

}

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

	.lion-bottom-left {
		background-position: bottom left 140px;
		background-size: 860px;
	}

	.lion-bottom-right,
	.lion-top-right {
		background-size: 860px;
	}

}

/* Back to top */

.backtotop {
	padding: 10px 50px 10px 15px;
    color: #fff;
    background-color: #eaab00;
    text-decoration: none;
    display: -ms-inline-grid;
    display: inline-grid;
    font-size: 26px;
    grid-auto-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
	-webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
}

.backtotop:focus,
.backtotop:hover {
	background-color: #003478;
}

.backtotop:after {
	content: "\e920";
	font-family: 'lion-selection' !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;
	margin-left: 15px;
}

/* Chart key */

.chart-key-columns * {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
}

.chart-key-columns p {
	margin-bottom: 0;
}

.chart-key-columns .gb-2-col-wideright>.gb-layout-column-wrap {
	-ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
}

.chart-key-columns .gb-2-col-wideright>.gb-layout-column-wrap .wp-block-spacer {
	max-height: 40px!important;
}

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

	.chart-key-outer-columns > .gb-block-layout-column-gap-2.gb-is-responsive-column {
		gap: 10px 20px;
	}

	.chart-key-columns .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
		-ms-grid-columns: 40px 1fr;
		grid-template-columns: 40px 1fr;
		grid-template-areas:
			"col1 col2";
		max-width: 400px;
	}

}

/* Corporate Governance */

.corporate-governance-files-container .wp-block-file{
	max-width: 500px;
	margin-bottom: 20px;
}

.wp-block-file a {
	background-color: #EAAB00;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 40px 10px 15px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
    line-height: 1;
	display: block;
    color: #fff;
}

.wp-block-file a:focus,
.wp-block-file a:hover {
	background-color: #003478;
}

