/*!
Theme Name: Finerva
Theme URI: http://underscores.me/
Author: Finerva
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finerva-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Vesper Libre", serif;
}

body {
  font-family: "Karla", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-table table {
  border-spacing: 0;
}
.wp-block-table table thead {
  background-color: #ce0093;
  color: white;
  font-weight: 700;
}
.wp-block-table table thead tr th {
  padding: 0.5em;
  border: 1px solid white;
}
.wp-block-table table tbody tr td {
  padding: 0.5em;
  border: 1px solid #333333;
}
.wp-block-table table tbody tr td strong {
  color: #ce0093;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes thead tr {
  border: 1px solid #ce0093;
}
.wp-block-table.is-style-stripes thead th {
  border: 1px solid white;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff7eb;
}
.wp-block-table.is-style-stripes tbody td {
  border: 1px solid #333333;
}

/* Links
--------------------------------------------- */
a {
  color: #ff9900;
  transition: all 0.2s ease-out;
}
a:visited {
  color: #ff9900;
}
a:hover, a:focus, a:active {
  color: #ce0093;
  transition: all 0.2s ease-out;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0px;
  border-radius: 10px;
  background: #ce0093;
  color: white;
  line-height: 1;
  padding: 0.66em 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0.5em 0;
  font-family: "Karla", sans-serif;
  cursor: pointer;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #ff9900;
}
button.alpha-white, .button.alpha-white,
input[type=button].alpha-white,
input[type=reset].alpha-white,
input[type=submit].alpha-white {
  border: 2px solid white;
  background: transparent;
  color: white;
}
button.alpha-white:hover, .button.alpha-white:hover,
input[type=button].alpha-white:hover,
input[type=reset].alpha-white:hover,
input[type=submit].alpha-white:hover {
  background: white;
  color: #ce0093;
}
button.orange-white, .button.orange-white,
input[type=button].orange-white,
input[type=reset].orange-white,
input[type=submit].orange-white {
  border: 2px solid #ff9900;
  background: #ff9900;
  color: white;
}
button.orange-white:hover, .button.orange-white:hover,
input[type=button].orange-white:hover,
input[type=reset].orange-white:hover,
input[type=submit].orange-white:hover {
  background: white;
  color: #ff9900;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 0.5em;
  font-family: "Karla", sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #ce0093;
}

select {
  border: 1px solid #fff7eb;
}

textarea {
  width: 100%;
}

::-moz-selection {
  background: #ff9900;
}

::selection {
  background: #ff9900;
}

/* Header
--------------------------------------------- */
.site-header {
  position: relative;
  overflow: visible;
}
.site-header .uk-section {
  padding: 15px 0;
}
.site-header .logo {
  width: 130px;
  display: inline-block;
  float: left;
}
.site-header .contact {
  display: inline-block;
  padding-right: 48px;
  padding-top: 0.5em;
  float: right;
}
.site-header .contact a {
  color: #ce0093;
  font-size: 1.25em;
  padding: 0.5em 0em;
  margin: 0 7px;
}
.site-header .contact a:hover {
  color: #ff9900;
}
.site-header .contact a.hide {
  display: none;
}

/* Hero
--------------------------------------------- */
.hero {
  background: #ce0093;
  z-index: -1;
  position: relative;
  padding-bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ce0093+100 */
  background: #ff9900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff9900 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9900", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
  background-position: center;
}
.hero .uk-container .hero-contents {
  text-align: center;
}
.hero .uk-container .hero-contents h1 {
  color: white;
  font-size: 1.75em;
  margin: 0 0 0.75em 0;
}
.hero .uk-container .hero-contents h2 {
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.hero .uk-container .hero-contents .icaew-logo {
  width: 100px;
  margin: 0em auto 1.5em;
}
.hero .wave {
  padding-top: 150px;
  margin-bottom: -2px;
}
.hero.service-child {
  background: #333333;
}
.hero.service-child .uk-container .hero-contents {
  width: 100%;
  text-align: center;
}
.hero.service-child .uk-container .hero-contents h1 {
  color: white;
  font-size: 2em;
}
.hero.service-child .uk-container .hero-contents h2 {
  color: white;
  margin-bottom: 0;
}
.hero.service-child .wave {
  padding-top: 40px;
}
.hero.no-buttons .wave {
  padding-top: 20px;
}

.hero-links {
  padding: 0;
  margin-top: -160px;
  margin-bottom: 2em;
  text-align: center;
}
.hero-links .button {
  display: inline-block;
  margin: 0.5em 0.25em 0em;
}
.hero-links .icaew-logo {
  display: none;
}

/* Service Blocks
--------------------------------------------- */
.service-blocks {
  padding-bottom: 0;
}
.service-blocks .service-block {
  float: left;
  width: 42%;
  margin: 0px 4% 0.5em;
  text-align: center;
  min-height: 160px;
}
.service-blocks .service-block a h3 {
  color: #333333;
  font-size: 1.25em;
  line-height: 1.25em;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.25em;
  margin: 0 0 1em;
}
.service-blocks .service-block a p {
  color: #333333;
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0.5em 0 0;
}

/* SERVICES LANDING PAGE
--------------------------------------------- */
.services-intro {
  padding: 0 0;
}
.services-intro .entry-content {
  text-align: center;
}

/* SERVICES CHILD PAGE 
--------------------------------------------- */
.services-child-body {
  padding-top: 0;
}
.services-child-body .crumb {
  margin: 0 0 1em;
  width: 100%;
  text-align: right;
}
.services-child-body .crumb a {
  color: #ce0093;
  font-size: 0.85em;
}
.services-child-body .crumb a:hover {
  color: #ff9900;
}
.services-child-body .entry-content {
  margin-top: 0;
}
.services-child-body .entry-content h2 {
  font-size: 1.35em;
}
.services-child-body .entry-content h3 {
  font-size: 1.25em;
  color: #ce0093;
}
.services-child-body .entry-content ul {
  margin-left: 0;
}
.services-child-body .entry-content .quick-call a {
  color: #ce0093;
  font-size: 1.25em;
  font-weight: 700;
}
.services-child-body .entry-content .quick-call a i {
  margin-right: 0.5em;
}
.services-child-body .entry-content .quick-call a:hover {
  color: #ff9900;
}

/* SERVICES CTAs 
--------------------------------------------- */
.service-child-cta {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ce0093+100 */
  background: #ff9900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff9900 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9900", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 2em;
  border-radius: 50px;
}
.service-child-cta h2 {
  color: white;
  text-align: center;
  font-size: 1.75em !important;
}
.service-child-cta .cta-text {
  width: 100%;
  float: left;
}
.service-child-cta .cta-text p {
  color: white;
  font-weight: 700;
  text-align: center;
}
.service-child-cta .cta-text p.tel a {
  font-size: 1.25em;
  color: white;
  text-decoration: underline;
}
.service-child-cta .cta-text p.tel a i {
  margin-right: 0.25em;
}
.service-child-cta .cta-form {
  width: 100%;
  float: left;
}
.service-child-cta .cta-form .wpcf7 label {
  color: white;
}
.service-child-cta .cta-form .wpcf7 p {
  margin: 0 0 1em;
}
.service-child-cta .cta-form .wpcf7 input[type=email], .service-child-cta .cta-form .wpcf7 input[type=text], .service-child-cta .cta-form .wpcf7 input[type=tel] {
  width: 92%;
}
.service-child-cta .cta-form .wpcf7 input[type=submit] {
  margin: 1.5em 0 1em;
  background-color: #333333;
}
.service-child-cta .cta-form .wpcf7 .wpcf7-not-valid-tip {
  color: white;
}
.service-child-cta .cta-form .wpcf7 .wpcf7-response-output {
  background-color: white;
  border-radius: 10px;
  padding: 0.5em 1em;
}
.service-child-cta .cta-terms {
  width: 100%;
  float: left;
  color: white;
  text-align: center;
  font-size: 0.85em;
}
.service-child-cta .cta-terms a {
  text-decoration: underline;
  color: white;
}
.service-child-cta.small {
  margin: 2em 0;
  padding: 1em;
}
.service-child-cta.small .tel {
  margin-bottom: 0;
}

/* Core Accounting Widget
--------------------------------------------- */
.core-accounting-widget {
  padding-top: 0;
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out how to remove the virtical space around the range input in IE*/
}
.core-accounting-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.core-accounting-widget .pkg h2 #price {
  color: #ce0093;
}
.core-accounting-widget #yourpkg {
  width: 100%;
  margin-right: 0%;
  float: left;
}
.core-accounting-widget #yourpkg .add, .core-accounting-widget #yourpkg .remove {
  border: 2px solid #ce0093;
  color: #ce0093;
}
.core-accounting-widget #yourpkg .add:hover, .core-accounting-widget #yourpkg .remove:hover {
  color: white;
}
.core-accounting-widget #yourpkg .item-price {
  float: right;
}
.core-accounting-widget #extra {
  width: 100%;
  margin-left: 0%;
  float: left;
  margin-top: 1em;
}
.core-accounting-widget #extra h2 {
  margin: 0;
}
.core-accounting-widget #extra .item-description {
  color: #333333;
}
.core-accounting-widget .add, .core-accounting-widget .remove {
  background-color: transparent;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  margin: 0 1em 0 0;
  border: 2px solid white;
  color: white;
  border-radius: 3px;
  text-align: center;
  float: left;
  font-size: 1.5em;
}
.core-accounting-widget .add:hover, .core-accounting-widget .remove:hover {
  cursor: pointer;
  background-color: #ce0093;
}
.core-accounting-widget .item {
  margin: 10px 0;
  padding: 1em;
  border-radius: 5px;
  position: relative;
}
.core-accounting-widget .yourpkg-item {
  background-color: #fff7eb;
  float: left;
  width: 90%;
}
.core-accounting-widget .yourpkg-item .item-price {
  color: #ce0093;
  font-size: 1.5em;
}
.core-accounting-widget .extra-item {
  background-color: #ff9900;
  float: left;
  width: 90%;
}
.core-accounting-widget .extra-item .uk-button {
  color: white;
}
.core-accounting-widget .extra-item .uk-button:hover {
  color: #fff7eb;
}
.core-accounting-widget .extra-item:hover {
  background-color: #ce0093;
}
.core-accounting-widget .extra-item:hover .item-title {
  color: white;
}
.core-accounting-widget .extra-item:hover .remove:hover {
  background-color: #ff9900;
}
.core-accounting-widget .item-title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
  float: left;
  width: 70%;
}
.core-accounting-widget .item-price {
  float: left;
  font-weight: 700;
  font-size: 1em;
  color: white;
}
.core-accounting-widget .item-description {
  font-size: 0.85em;
  float: left;
  width: 100%;
  margin: 1em 0 0;
}
.core-accounting-widget .item-unit {
  float: left;
  font-size: 0.85em;
  color: #ce0093;
  margin-bottom: 1em;
  width: 100%;
}
.core-accounting-widget .item-slider-min {
  float: left;
  font-size: 0.85em;
}
.core-accounting-widget .item-slider-max {
  float: right;
  font-size: 0.85em;
}
.core-accounting-widget .uk-button {
  color: #ff9900;
  padding: 0;
  border: 0;
}
.core-accounting-widget .uk-button i {
  margin-right: 0.5em;
}
.core-accounting-widget .uk-button:hover {
  color: #ce0093;
}
.core-accounting-widget .uk-dropdown {
  width: 90%;
  border-radius: 5px;
}
.core-accounting-widget input[type=range] {
  width: 100%;
  margin: 1em 0;
  background-color: #ff9900;
  -webkit-appearance: none;
  padding: 0;
}
.core-accounting-widget input[type=range]:focus {
  outline: none;
}
.core-accounting-widget input[type=range]::-webkit-slider-runnable-track {
  background: #ff9900;
  border: 0.7px solid white;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.core-accounting-widget input[type=range]::-webkit-slider-thumb {
  margin-top: -5.7px;
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.core-accounting-widget input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff9900;
}
.core-accounting-widget input[type=range]::-moz-range-track {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.core-accounting-widget input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
}
.core-accounting-widget input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
  color: transparent;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.core-accounting-widget input[type=range]::-ms-fill-lower {
  background: #e6e6e6;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.core-accounting-widget input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.core-accounting-widget input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.core-accounting-widget input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.core-accounting-widget input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@supports (-ms-ime-align: auto) {
  .core-accounting-widget {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .core-accounting-widget input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

/* VCFO Widget
--------------------------------------------- */
.vcfo-widget #form {
  display: none;
}
.vcfo-widget #SGcontainer {
  width: 250px;
  height: 250px;
  position: relative;
  display: block;
  margin: 5em auto 0;
}
.vcfo-widget #SGcontainer .diagramText {
  font-size: 0.85em;
  width: 100px;
  text-align: center;
}
.vcfo-widget .presets {
  float: left;
  width: 100%;
  display: block;
}
.vcfo-widget .presets div {
  background: #ff9900;
  color: white;
  padding: 0.75em;
  display: inline-block;
  border-radius: 5px;
  font-weight: 700;
  margin-right: 1em;
  cursor: pointer;
}
.vcfo-widget .presets div:hover {
  background: #ce0093;
}

/* R&D Widget Widget
--------------------------------------------- */
.rd-widget {
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out how to remove the virtical space around the range input in IE*/
}
.rd-widget h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.rd-widget #form {
  width: 100%;
  float: left;
}
.rd-widget #form .question {
  background-color: #fff7eb;
  padding: 1em;
  margin: 0 0% 2em;
  float: left;
  border-radius: 15px;
  width: 90%;
}
.rd-widget #form .question p {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
}
.rd-widget #form .question label {
  margin-right: 1em;
}
.rd-widget #RDOutput {
  padding: 1em;
  margin: 0 0% 1em;
  float: left;
  font-family: "Vesper Libre", serif;
  font-weight: 700;
  font-size: 1.25em;
}
.rd-widget input[type=range] {
  width: 100%;
  margin: 1em 0;
  background-color: #ff9900;
  -webkit-appearance: none;
  padding: 0;
}
.rd-widget input[type=range]:focus {
  outline: none;
}
.rd-widget input[type=range]::-webkit-slider-runnable-track {
  background: #ff9900;
  border: 0.7px solid white;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.rd-widget input[type=range]::-webkit-slider-thumb {
  margin-top: -5.7px;
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.rd-widget input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff9900;
}
.rd-widget input[type=range]::-moz-range-track {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.rd-widget input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
}
.rd-widget input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
  color: transparent;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.rd-widget input[type=range]::-ms-fill-lower {
  background: #e6e6e6;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.rd-widget input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.rd-widget input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.rd-widget input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.rd-widget input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@supports (-ms-ime-align: auto) {
  .rd-widget {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .rd-widget input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

/* EIS/SEIS Widget
--------------------------------------------- */
.eis-widget h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.eis-widget #form {
  width: 100%;
  float: left;
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out how to remove the virtical space around the range input in IE*/
}
.eis-widget #form .question {
  background-color: #fff7eb;
  padding: 1em;
  margin: 0 0% 2em;
  float: left;
  border-radius: 15px;
}
.eis-widget #form .question p {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25em;
}
.eis-widget #form .question label {
  margin-right: 1em;
}
.eis-widget #form .question .status {
  width: 100%;
  margin: 1em 0 0;
  float: left;
}
.eis-widget #form .question .status span {
  padding: 0.25em;
  border-radius: 5px;
  font-style: normal;
  color: #333333;
  display: block;
  font-weight: 700;
}
.eis-widget #form .question .status span.red {
  border: 1px solid red;
  color: red;
}
.eis-widget #form .question .status span.green {
  border: 1px solid green;
  color: green;
}
.eis-widget #form .question .status span.gray {
  border: 1px solid #333333;
  color: #333333;
}
.eis-widget #form .question .status span.amber {
  border: 1px solid #ff9900;
  color: #ff9900;
}
.eis-widget #form .question .item-description {
  font-size: 0.85em;
  float: left;
  width: 100%;
  margin: 1em 0 0;
  font-weight: 400;
}
.eis-widget #form #EISoutput {
  padding: 1em;
  margin: 0 0% 2em;
  float: left;
  font-family: "Vesper Libre", serif;
  font-weight: 700;
  font-size: 1.25em;
  border: 1px solid #333333;
  border-radius: 15px;
}
.eis-widget #form #EISoutput.red {
  border: 1px solid red;
  color: red;
}
.eis-widget #form #EISoutput.amber {
  border: 1px solid #ff9900;
  color: #ff9900;
}
.eis-widget #form #EISoutput.green {
  border: 1px solid green;
  color: green;
}
.eis-widget #form input[type=range] {
  width: 100%;
  margin: 1em 0;
  background-color: #ff9900;
  -webkit-appearance: none;
  padding: 0;
}
.eis-widget #form input[type=range]:focus {
  outline: none;
}
.eis-widget #form input[type=range]::-webkit-slider-runnable-track {
  background: #ff9900;
  border: 0.7px solid white;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.eis-widget #form input[type=range]::-webkit-slider-thumb {
  margin-top: -5.7px;
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.eis-widget #form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff9900;
}
.eis-widget #form input[type=range]::-moz-range-track {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.eis-widget #form input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
}
.eis-widget #form input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 5px 0;
  color: transparent;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.eis-widget #form input[type=range]::-ms-fill-lower {
  background: #e6e6e6;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.eis-widget #form input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.7px solid #010101;
  border-radius: 10px;
}
.eis-widget #form input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ce0093;
  border: 0px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.eis-widget #form input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
.eis-widget #form input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@supports (-ms-ime-align: auto) {
  .eis-widget #form {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .eis-widget #form input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

/* Testimonials
--------------------------------------------- */
.testimonial-divider {
  padding-top: 0;
}

.page-template-page-services-landing .testimonial-divider {
  padding-bottom: 0;
}

#testimonial-grid .esg-entry-cover .quote p {
  color: white;
  font-family: "Vesper Libre", serif;
  text-align: left;
  margin: 0;
  padding: 0em 0.5em 2.5em 0.5em;
  font-size: 0.9em;
  line-height: 1.25em;
  font-weight: 700;
}
#testimonial-grid .esg-entry-cover .person {
  color: white;
  font-family: "Karla", sans-serif;
  text-align: left;
  font-weight: 700;
  padding: 0.5em;
  margin: 0;
  font-size: 0.65em;
  position: absolute;
  bottom: 0;
  left: 0;
}
#testimonial-grid .esg-entry-cover .testimonial-logo {
  width: 100px;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  right: 0;
}
#testimonial-grid .esg-entry-cover .eg-testimonial-skin-container {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,333333+80,333333+80&0+0,0.8+80 */
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00333333", endColorstr="#cc333333",GradientType=0 );
  /* IE6-9 */
}

/* GRID LARGE LATEST INSIGHTS
--------------------------------------------- */
.insights-featured-divider {
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-page-insights .insights-featured-divider {
  padding-top: 20px;
}

.page-template-page-services-child .insights-featured-divider {
  margin-bottom: 40px;
}

#featured-insights-grid .mainul li {
  height: 425px !important;
}
#featured-insights-grid .esg-entry-media-wrapper {
  width: 100% !important;
  border-radius: 0px 0px 0px 0px;
  padding: 0em 1em;
}
#featured-insights-grid .esg-entry-cover {
  width: 100% !important;
}
#featured-insights-grid .esg-entry-cover .esg-tc {
  padding: 0.5em;
}
#featured-insights-grid .esg-entry-cover .insight-title {
  float: left;
  padding: 0.5em 0.5em;
  width: 100%;
  text-align: left;
  z-index: 0;
}
#featured-insights-grid .esg-entry-cover .insight-title a h2 {
  color: #333333;
  margin: 0;
  font-size: 1em;
}
#featured-insights-grid .esg-entry-cover .date {
  float: left;
  padding: 0 0.5em 0.5em;
  width: 100%;
  text-align: left;
}
#featured-insights-grid .esg-entry-cover .date p {
  margin: 0;
  font-family: "Karla", sans-serif;
  color: #333333;
  font-size: 0.75em;
}
#featured-insights-grid .esg-entry-cover .excerpt {
  float: left;
  padding: 0 0.5em;
  width: 100%;
  text-align: left;
}
#featured-insights-grid .esg-entry-cover .excerpt p {
  margin: 0;
  font-family: "Karla", sans-serif;
  color: #333333;
  font-size: 0.7em;
  line-height: 1.1em;
}
#featured-insights-grid .esg-entry-cover .cat-list {
  float: left;
  padding: 0.5em 0.5em;
  width: 100%;
  text-align: left;
  display: none;
}
#featured-insights-grid .esg-entry-cover .cat-list p {
  margin: 0;
  font-family: "Karla", sans-serif;
  color: #ce0093;
  font-size: 0.7em;
  line-height: 1em;
}
#featured-insights-grid .filter-white-papers .cat-list.white-paper {
  display: block;
}
#featured-insights-grid .filter-news .cat-list.news {
  display: block;
}
#featured-insights-grid .filter-report .cat-list.report {
  display: block;
}
#featured-insights-grid .filter-advice .cat-list.advice {
  display: block;
}
#featured-insights-grid .filter-success-stories .cat-list.success {
  display: block;
}
#featured-insights-grid .filter-finerva-founders .cat-list.founder {
  display: block;
}

/* GRID FULL INSIGHTS
--------------------------------------------- */
#insights-full-grid .esg-entry-media-wrapper {
  border-radius: 50px 0px 50px 0px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#insights-full-grid .esg-entry-media-wrapper:hover {
  border-radius: 0px 50px 0px 50px;
  transition: all 0.2s ease-out;
}
#insights-full-grid .esg-entry-content .insight-title {
  margin: 1em 0 0.5em;
  z-index: 1;
}
#insights-full-grid .esg-entry-content .insight-title h2 {
  font-size: 1.25em;
  margin: 0;
}
#insights-full-grid .esg-entry-content .insight-title h2 a {
  color: #333333;
}
#insights-full-grid .esg-entry-content .insight-title h2 a:hover {
  color: #ce0093;
}
#insights-full-grid .esg-entry-content .date {
  margin: 0;
}
#insights-full-grid .esg-entry-content .date p {
  font-weight: 700;
  margin: 0;
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 0.85em;
}
#insights-full-grid .esg-entry-content .excerpt {
  margin: 0.5em 0;
}
#insights-full-grid .esg-entry-content .excerpt p {
  margin: 0;
  color: #333333;
  font-family: "Karla", sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
}
#insights-full-grid .esg-entry-content .cat-list {
  margin: 0;
  display: none;
}
#insights-full-grid .esg-entry-content .cat-list p {
  margin: 0;
  color: #ce0093;
  font-family: "Karla", sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
}
#insights-full-grid .filter-white-papers .cat-list.white-paper {
  display: block;
}
#insights-full-grid .filter-news .cat-list.news {
  display: block;
}
#insights-full-grid .filter-report .cat-list.report {
  display: block;
}
#insights-full-grid .filter-advice .cat-list.advice {
  display: block;
}
#insights-full-grid .filter-success-stories .cat-list.success {
  display: block;
}
#insights-full-grid .filter-finerva-founders .cat-list.founder {
  display: block;
}

/* FULL INSIGHTS GRID PAGE SECTION
--------------------------------------------- */
.insights-full-grid-section {
  padding-top: 0;
}
.insights-full-grid-section .filter-holder {
  margin-bottom: 1em;
  width: 100%;
  float: left;
}
.insights-full-grid-section .filter-holder p {
  margin: 1em 0 0.5em;
  text-decoration: underline;
  color: #ce0093;
  font-size: 0.85em;
}
.insights-full-grid-section .filter-holder .filter-a {
  float: left;
}
.insights-full-grid-section .filter-holder .filter-a .esg-filterbutton {
  float: left;
}
.insights-full-grid-section .filter-holder .filter-b {
  float: left;
}
.insights-full-grid-section .filter-holder .filter-c {
  float: left;
}

/* RELATED INSIGHTS
--------------------------------------------- */
.dynamic-related-posts {
  width: 100%;
  float: left;
}
.dynamic-related-posts .related-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dynamic-related-posts .related-posts li {
  float: left;
  margin: 0 2% 3em;
}
.dynamic-related-posts .related-posts li a h3 {
  color: #333333;
  margin: 0.5em 0;
  font-size: 1.25em;
  line-height: 1.25em;
}
.dynamic-related-posts .related-posts li a h3:hover {
  color: #ce0093;
}
.dynamic-related-posts .related-posts li .post-thumbnail img {
  border-radius: 50px 0px 50px 0px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.dynamic-related-posts .related-posts li .post-thumbnail img:hover {
  border-radius: 0px 50px 0px 50px;
  transition: all 0.2s ease-out;
}
.dynamic-related-posts .related-posts li .date {
  margin: 0;
  font-weight: 400;
  color: #ce0093;
  font-size: 0.85em;
}
.dynamic-related-posts .related-posts li .cat-list {
  margin: 0;
  color: #ce0093;
  font-family: "Karla", sans-serif;
  font-size: 0.85em;
  line-height: 1.25em;
}
.dynamic-related-posts .related-posts li .cat-list span {
  text-transform: uppercase;
}
.dynamic-related-posts .related-posts li .excerpt {
  margin: 0.5em 0;
}
.dynamic-related-posts .related-posts li .excerpt p {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.25em;
}

/*  INSIGHTS CONTENT
--------------------------------------------- */
.insight-title {
  padding: 0;
  z-index: -1;
  position: relative;
}
.insight-title h1 {
  text-align: center;
  margin: 1em 0 0;
}
.insight-title .crumb {
  margin: 0 0 1em;
  width: 100%;
  text-align: right;
}
.insight-title .crumb a {
  color: #ce0093;
  font-size: 0.85em;
}
.insight-title .crumb a:hover {
  color: #ff9900;
}

.insight-introduction {
  padding: 0;
}
.insight-introduction .meta .date {
  margin-bottom: 0.5em;
  font-size: 0.85em;
}
.insight-introduction .meta .excerpt p {
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.insight-introduction .meta .cat-list {
  color: #ce0093;
  font-size: 0.85em;
}
.insight-introduction .meta .cat-list span {
  text-transform: uppercase;
}
.insight-introduction .meta .share {
  margin-bottom: 0em;
}
.insight-introduction .post-thumbnail {
  margin-top: 1em;
}
.insight-introduction .post-thumbnail img {
  border-radius: 50px 0px 50px 0px;
}

.insight-content h2 {
  font-size: 1.35em;
}
.insight-content h3 {
  font-size: 1.25em;
  color: #ce0093;
}
.insight-content ul, .insight-content ol {
  margin-left: 0;
}
.insight-content ul li, .insight-content ol li {
  margin-bottom: 0.5em;
}
.insight-content blockquote {
  color: #ce0093;
  font-family: "Vesper Libre", serif;
  font-style: normal;
}
.insight-content blockquote cite {
  color: #ff9900;
  font-style: normal;
}
.insight-content .wp-block-yoast-how-to-block .schema-how-to-description {
  font-family: "Vesper Libre", serif;
  color: #ce0093;
  font-weight: 700;
  font-size: 1.25em;
}
.insight-content .wp-block-yoast-how-to-block .schema-how-to-steps .schema-how-to-step {
  font-weight: 700;
  color: #ce0093;
}
.insight-content .wp-block-yoast-how-to-block .schema-how-to-steps .schema-how-to-step-name {
  font-weight: 700;
}
.insight-content .wp-block-yoast-how-to-block .schema-how-to-steps .schema-how-to-step-text {
  color: #333333;
  font-weight: 400;
}
.insight-content .schema-faq-question {
  font-size: 1.5em;
  color: #ce0093;
  font-family: "Vesper Libre", serif;
}

.email_download_link {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ce0093+100 */
  background: #ff9900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff9900 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9900", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50px;
  padding: 2em;
}
.email_download_link p {
  color: white;
}
.email_download_link p a {
  color: white;
}
.email_download_link p a:hover {
  color: white;
}
.email_download_link input[type=text], .email_download_link input[type=email] {
  width: 98%;
  border: 1px solid #333333;
}
.email_download_link input[type=submit] {
  font-size: 1.25em;
  width: auto;
  border: 2px solid white;
  margin: 1em 0;
}
.email_download_link .ed_form_message {
  color: white !important;
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
}
.email_download_link .ed_form .terms {
  margin-bottom: 0;
  color: white;
}
.email_download_link .ed_form .terms a {
  text-decoration: underline;
  color: white;
}

/*  ADVISORS DIVIDER
--------------------------------------------- */
.advisor-divider {
  padding-top: 0;
  padding-bottom: 20px;
}
.advisor-divider .advisor-heading {
  text-align: center;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5em;
}

/* GRID ADVISORS
--------------------------------------------- */
#advisors-grid .esg-entry-media-wrapper {
  border-radius: 50px 0px 50px 0px;
  transition: all 0.2s ease-out;
}
#advisors-grid .esg-entry-media-wrapper:hover {
  border-radius: 0px 50px 0px 50px;
  transition: all 0.2s ease-out;
}
#advisors-grid .esg-entry-content .name {
  padding: 0.5em 0 0;
  text-align: center;
}
#advisors-grid .esg-entry-content .name a h3 {
  color: #333333;
  font-size: 1.15em;
  line-height: 1em;
  margin: 0;
}
#advisors-grid .esg-entry-content .name a h3:hover {
  color: #ff9900;
}
#advisors-grid .esg-entry-content .job-title {
  padding: 0;
  text-align: center;
}
#advisors-grid .esg-entry-content .job-title p {
  color: #ce0093;
  font-size: 1em;
  line-height: 1em;
  margin: 0.5em 0 0;
  font-family: "Karla", sans-serif;
}

/*  ADVISOR CONTENT
--------------------------------------------- */
.advisor-title {
  padding: 0;
  z-index: -1;
  position: relative;
}
.advisor-title h1 {
  text-align: center;
  margin: 1em 0 0;
}
.advisor-title h2 {
  margin: 0;
}
.advisor-title h2 p {
  margin: 0;
  color: #ff9900;
  font-size: 0.85em;
  text-align: center;
}
.advisor-title .crumb {
  margin: 0 0 1em;
  width: 100%;
  text-align: right;
}
.advisor-title .crumb a {
  color: #ce0093;
  font-size: 0.85em;
}
.advisor-title .crumb a:hover {
  color: #ff9900;
}

.advisor-introduction {
  padding: 0;
}
.advisor-introduction .meta .excerpt p {
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.advisor-introduction .meta .share {
  margin-bottom: 0em;
}
.advisor-introduction .meta .share a {
  font-size: 1.25em;
  margin-right: 0.5em;
  color: #ce0093;
}
.advisor-introduction .meta .share a:hover {
  color: #ff9900;
}
.advisor-introduction .post-thumbnail {
  margin-top: 1em;
}
.advisor-introduction .post-thumbnail img {
  border-radius: 50px 0px 50px 0px;
}

.advisor-content h2 {
  font-size: 1.35em;
}
.advisor-content h3 {
  font-size: 1.25em;
  color: #ce0093;
}
.advisor-content ul {
  margin-left: 0;
}
.advisor-content .share {
  margin-bottom: 0em;
}
.advisor-content .share a {
  font-size: 1.25em;
  margin-right: 0.5em;
  color: #ce0093;
}
.advisor-content .share a:hover {
  color: #ff9900;
}

/*  ABOUT CONTENT
--------------------------------------------- */
.about-content h2 {
  font-size: 1.35em;
}
.about-content h3 {
  font-size: 1.25em;
  color: #ce0093;
}
.about-content ul {
  margin-left: 0;
}
.about-content .share {
  margin-bottom: 0em;
}
.about-content .share a {
  font-size: 1.25em;
  margin-right: 0.5em;
  color: #ce0093;
}
.about-content .share a:hover {
  color: #ff9900;
}

/*************************************
	-	FINERVA GRID NAV SKIN -
*************************************/
.finerva-gridnav-skin .navigationbuttons,
.finerva-gridnav-skin .esg-pagination,
.finerva-gridnav-skin .esg-filters {
  text-transform: none;
  text-align: center;
}

.finerva-gridnav-skin .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton,
.finerva-gridnav-skin input.eg-search-input,
.finerva-gridnav-skin .esg-filterbutton,
.finerva-gridnav-skin .esg-navigationbutton,
.finerva-gridnav-skin .esg-sortbutton,
.finerva-gridnav-skin .esg-cartbutton,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
  color: #333333 !important;
  border: 0px !important;
  line-height: 1em !important;
  font-size: 0.85em !important;
  font-family: "Karla", sans-serif !important;
  min-height: 0 !important;
  padding: 0.5em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.finerva-gridnav-skin .esg-cartbutton a {
  color: #333333;
}

.finerva-gridnav-skin input.eg-search-input::placeholder {
  line-height: 40px;
  vertical-align: middle;
  color: #999;
}

.finerva-gridnav-skin .esg-navigationbutton {
  padding: 0px;
  width: 40px;
}

.finerva-gridnav-skin .esg-navigationbutton * {
  color: #333333 !important;
}

.finerva-gridnav-skin .esg-pagination-button:last-child {
  margin-right: 0;
}

.finerva-gridnav-skin .esg-sortbutton-wrapper,
.finerva-gridnav-skin .esg-cartbutton-wrapper {
  display: inline-block;
}

.finerva-gridnav-skin .esg-sortbutton-order,
.finerva-gridnav-skin .esg-cartbutton-order {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
  background: #eee;
  background: #fff;
  margin-left: 5px;
}

.finerva-gridnav-skin .esg-cartbutton {
  color: #333333;
  cursor: default !important;
}

.finerva-gridnav-skin .esg-cartbutton .esgicon-basket {
  color: #333333;
  font-size: 15px;
  line-height: 15px;
  margin-right: 10px;
}

.finerva-gridnav-skin .esg-cartbutton-wrapper {
  cursor: default !important;
}

.finerva-gridnav-skin .esg-sortbutton,
.finerva-gridnav-skin .esg-cartbutton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0px;
  border-radius: 5px;
}

.finerva-gridnav-skin input.eg-search-input.hovered,
.finerva-gridnav-skin input.eg-search-input:focus,
.finerva-gridnav-skin .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton.hovered,
.finerva-gridnav-skin .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton.hoveredfilter,
.finerva-gridnav-skin .esg-navigationbutton.hovered,
.finerva-gridnav-skin .esg-filterbutton.hovered,
.finerva-gridnav-skin .esg-sortbutton.hovered,
.finerva-gridnav-skin .esg-sortbutton-order.hovered,
.finerva-gridnav-skin .esg-cartbutton-order.hovered,
.finerva-gridnav-skin .esg-filterbutton.selected,
.finerva-gridnav-skin .esg-cartbutton.hovered,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {
  color: #ce0093 !important;
  background: #fff7eb !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.13) !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}

.finerva-gridnav-skin .esg-navigationbutton.hovered * {
  color: #000;
}

.finerva-gridnav-skin .esg-sortbutton-order.hovered.tp-desc {
  color: #000;
}

.finerva-gridnav-skin .esg-filter-checked {
  color: #cbcbcb;
  background: #cbcbcb;
  margin-left: 10px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  vertical-align: middle;
  display: none;
}

.finerva-gridnav-skin .esg-filterbutton.selected .esg-filter-checked,
.finerva-gridnav-skin .esg-filterbutton.hovered .esg-filter-checked {
  color: #fff;
  background: #000;
}

.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper {
  white-space: nowrap;
}

.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
  margin-left: 5px;
}

.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
  width: 40px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 0px;
  background-color: #ce0093 !important;
}
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean i,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit i {
  color: white !important;
}

.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {
  background-color: white;
}
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean i {
  color: #333333;
}

.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
  width: auto;
  border: 1px solid #333333 !important;
}

.finerva-gridnav-skin .esg-dropdown-wrapper {
  transform: translateZ(10px) translateX(-50%);
  left: 100% !important;
  background: white !important;
  padding: 1em;
  width: 275px;
}

.finerva-gridnav-skin .esg-dropdown-wrapper .esg-filterbutton {
  position: relative;
  float: left !important;
  margin: 0.25em 0.75em !important;
}

.finerva-gridnav-skin .esg-selected-filterbutton .eg-icon-down-open {
  margin-right: -10px;
  font-size: 12px;
  color: #333333;
}

.finerva-gridnav-skin .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,
.finerva-gridnav-skin .esg-selected-filterbutton.hovered .eg-icon-down-open {
  color: #000;
}

.esg-filter-wrapper.dropdownstyle {
  width: 100% !important;
  background: white !important;
  font-weight: 700 !important;
}

/*  NEWSLETTER DIVIDER
--------------------------------------------- */
.newsletter-signup-divider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0;
}
.newsletter-signup-divider .wave {
  padding-bottom: 40px;
  margin-top: -1px;
}
.newsletter-signup-divider .submit {
  margin: 0;
}
.newsletter-signup-divider .submit input {
  margin: 0;
}
.newsletter-signup-divider .terms {
  font-weight: 400;
}
.newsletter-signup-divider .terms a {
  color: white;
}
.newsletter-signup-divider .terms a:hover {
  color: #ff9900;
}
.newsletter-signup-divider h2 {
  text-align: center;
  color: white;
}
.newsletter-signup-divider h2 span {
  color: #ff9900;
}
.newsletter-signup-divider p {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1.25em;
}
.newsletter-signup-divider p label {
  marign-right: 0.5em;
}
.newsletter-signup-divider .mc4wp-response p {
  margin-bottom: 0;
  border: 1px solid white;
  padding: 0.5em;
  border-radius: 15px;
}

/*  CONTACT US DIVIDER
--------------------------------------------- */
.contact-us-divider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0;
  margin-bottom: 40px;
}
.contact-us-divider .top-bar {
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ce0093+100 */
  background: #ff9900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff9900 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9900", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.contact-us-divider h2 {
  text-align: center;
  color: white;
  margin-top: 40px;
}
.contact-us-divider .wpcf7 p {
  margin: 0 0 1.5em;
}
.contact-us-divider .wpcf7 p label {
  color: white;
  font-size: 0.85em;
}
.contact-us-divider .wpcf7 p input[type=submit] {
  background-color: #ff9900;
  margin: 0;
}
.contact-us-divider .wpcf7 p input[type=submit]:hover {
  background-color: #ce0093;
}
.contact-us-divider .wpcf7 p.terms {
  color: white;
  font-size: 0.85em;
}
.contact-us-divider .wpcf7 p.terms a {
  color: white;
  text-decoration: underline;
}
.contact-us-divider .wpcf7 p.terms a:hover {
  color: #ff9900;
}
.contact-us-divider .wpcf7 .wpcf7-response-output {
  background-color: white;
  border-radius: 10px;
  padding: 0.5em 1em;
}

/*  CONTACT CONTENT
--------------------------------------------- */
.contact-content {
  padding: 0;
}

.contact-page-form {
  float: left;
  margin-bottom: 1em;
}
.contact-page-form .wpcf7 label {
  color: #ce0093;
  margin-bottom: 0.5em;
}
.contact-page-form .wpcf7 input[type=email], .contact-page-form .wpcf7 input[type=text], .contact-page-form .wpcf7 input[type=tel], .contact-page-form .wpcf7 textarea {
  border: 1px solid #ff9900;
  width: 265px;
}
.contact-page-form .wpcf7 textarea {
  width: 265px;
}
.contact-page-form .wpcf7 input[type=submit] {
  margin: 0;
}
.contact-page-form .wpcf7 .wpcf7-response-output {
  background-color: white;
  border-radius: 10px;
}

.contact-method {
  background-color: #fff7eb;
  border-radius: 15px;
  padding: 1em;
  margin: 0 0 2em;
}
.contact-method p {
  margin: 1.5em 0 0;
}
.contact-method p i {
  color: #ff9900;
  margin-right: 0.5em;
}
.contact-method p a {
  color: #ce0093;
  font-weight: 700;
  text-decoration: underline;
}
.contact-method p a:hover {
  color: #ff9900;
}

/* HIDE FORM FIELDS
--------------------------------------------- */
.wpcf7 .hidden {
  display: none;
}

/* FUNCTIONAL FORMS
--------------------------------------------- */
.kyc-form .question, .nps-form .question, .feedback-form .question {
  background: #fff7eb;
  padding: 1em;
  margin: 0 0 2em;
  border-radius: 15px;
}
.kyc-form .question input, .kyc-form .question textarea, .nps-form .question input, .nps-form .question textarea, .feedback-form .question input, .feedback-form .question textarea {
  width: calc(100% - 1em);
}
.kyc-form .question input[type=checkbox], .nps-form .question input[type=checkbox], .feedback-form .question input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
.kyc-form .question .wpcf7-list-item-label, .nps-form .question .wpcf7-list-item-label, .feedback-form .question .wpcf7-list-item-label {
  font-weight: 400;
}
.kyc-form .question .wpcf7-list-item, .nps-form .question .wpcf7-list-item, .feedback-form .question .wpcf7-list-item {
  width: calc(100% - 1em);
}
.kyc-form .question select, .nps-form .question select, .feedback-form .question select {
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 0.5em;
}
.kyc-form label, .nps-form label, .feedback-form label {
  font-weight: 700;
  float: left;
  margin-bottom: 0.75em;
  width: 100%;
}
.kyc-form input[type=submit], .nps-form input[type=submit], .feedback-form input[type=submit] {
  font-size: 1.25em;
  margin-top: 0;
}

.nps-form .question .wpcf7-list-item, .feedback-form .question .wpcf7-list-item {
  width: auto;
}

/* Footer
--------------------------------------------- */
.site-footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,ce0093+100 */
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #333333 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #333333 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #333333 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.site-footer .top-bar {
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9900+0,ce0093+100 */
  background: #ff9900;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff9900 0%, #ce0093 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff9900 0%, #ce0093 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9900", endColorstr="#ce0093",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.site-footer .logo {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.site-footer .contact {
  display: block;
  float: left;
  margin-top: 1.5em;
  text-align: center;
  width: 100%;
}
.site-footer .contact a {
  color: white;
  font-size: 0.85em;
  padding: 0.5em 0em;
  margin: 0 7px;
}
.site-footer .contact a:hover {
  color: #ff9900;
}
.site-footer .contact a.break {
  display: block;
}
.site-footer .contact a i {
  color: #ff9900;
}
.site-footer .menu-menu-2-container {
  float: left;
  margin-top: 1em;
}
.site-footer .menu-menu-2-container #secondary-menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.site-footer .menu-menu-2-container #secondary-menu li {
  float: left;
  margin: 0.25em 1em 0 0;
}
.site-footer .menu-menu-2-container #secondary-menu li a {
  font-weight: 700;
  color: #ff9900;
  font-size: 0.85em;
}
.site-footer .menu-menu-3-container {
  float: left;
  margin-top: 1em;
}
.site-footer .menu-menu-3-container #tertiary-menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.site-footer .menu-menu-3-container #tertiary-menu li {
  float: left;
  margin: 0.25em 1em 0 0;
}
.site-footer .menu-menu-3-container #tertiary-menu li a {
  color: white;
  font-size: 0.85em;
}
.site-footer .notices {
  margin-top: 1em;
  clear: both;
  float: left;
}
.site-footer .notices a {
  color: white;
  font-size: 0.85em;
  margin: 0.25em 1em 0 0;
}
.site-footer .notices p {
  color: white;
  font-size: 0.85em;
  margin: 0.25em 1em 0 0;
}
.site-footer .notices .icaew-logo {
  width: 120px;
  margin: 1em 0 0;
  float: left;
}

@media (min-width: 375px) {
  /* Hero
  --------------------------------------------- */
  .hero .wave {
    padding-top: 110px;
  }

  .hero-links {
    margin-top: -124px;
    margin-bottom: 4em;
  }
}
@media (min-width: 768px) {
  /* Header
  --------------------------------------------- */
  .site-header .uk-section {
    padding: 15px 0;
  }
  .site-header .logo {
    width: 175px;
    margin: 1em 0;
  }
  .site-header .contact {
    display: inline-block;
    padding-right: 0px;
    padding-top: 0em;
    float: right;
    margin-top: -0.5em;
    margin-bottom: 0.25em;
  }
  .site-header .contact a {
    color: #ce0093;
    font-size: 1.25em;
    padding: 0 0.25em 0.25em;
    margin: 0 7px;
  }
  .site-header .contact a:hover {
    color: #ff9900;
  }
  .site-header .contact a.hide {
    display: inline-block;
  }
  .site-header .nav-clear {
    clear: both;
  }

  /* Hero
  --------------------------------------------- */
  .hero .uk-container .hero-contents {
    width: 400px;
    text-align: left;
  }
  .hero .uk-container .hero-contents h1 {
    font-size: 2.25em;
  }
  .hero .uk-container .hero-contents .button {
    margin: 1em 1.5em 1em 0;
  }
  .hero.service-child {
    background: #333333;
  }
  .hero.service-child .uk-container .hero-contents h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  .hero.service-child .uk-container .hero-contents h2 {
    color: white;
    margin-bottom: 0;
  }

  .hero-links {
    text-align: left;
    margin-top: -150px;
  }
  .hero-links .button {
    margin: 1em 1.5em 1em 0;
  }
  .hero-links .icaew-logo {
    float: right;
    width: 150px;
    display: block;
    padding: 1em;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 1em;
    border-radius: 10px;
  }

  /* Service Blocks
  --------------------------------------------- */
  .service-blocks .service-block {
    width: 25%;
    margin: 0 4% 2em;
    min-height: 190px;
    position: relative;
  }
  .service-blocks .service-block a {
    transition: all 0.2s ease-out;
    display: block;
    padding: 1em;
  }
  .service-blocks .service-block a h3 {
    font-size: 1.5em;
    transition: all 0.2s ease-out;
  }
  .service-blocks .service-block a p {
    font-size: 1em;
  }
  .service-blocks .service-block a:hover {
    transition: all 0.2s ease-out;
    text-decoration: none;
    background-color: #fff7eb;
    border-radius: 20%;
  }
  .service-blocks .service-block a:hover h3 {
    color: #ce0093;
    border-bottom-color: #ce0093;
    transition: all 0.2s ease-out;
  }

  /* SERVICES LANDING PAGE
  --------------------------------------------- */
  .services-intro .entry-content {
    text-align: left;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
  }

  /* SERVICES CHILD PAGE 
  --------------------------------------------- */
  /* SERVICES CTAs 
  --------------------------------------------- */
  .service-child-cta {
    padding: 3em;
  }
  .service-child-cta .cta-text {
    width: 40%;
    margin-right: 10%;
  }
  .service-child-cta .cta-text p {
    text-align: left;
  }
  .service-child-cta .cta-text p.tel a {
    font-size: 1.5em;
  }
  .service-child-cta .cta-form {
    width: 50%;
  }
  .service-child-cta.small {
    padding: 1.5em 3em;
  }
  .service-child-cta.small .cta-text {
    width: 100%;
    margin-right: 0;
  }
  .service-child-cta.small .cta-text p {
    text-align: center;
  }

  /* Core Accounting Widget
  --------------------------------------------- */
  .core-accounting-widget #yourpkg {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .core-accounting-widget #extra {
    width: 45%;
    margin-left: 5%;
    float: left;
    margin-top: 0em;
  }
  .core-accounting-widget .yourpkg-item {
    width: 90%;
  }
  .core-accounting-widget .extra-item {
    background-color: #ff9900;
    float: left;
    width: 90%;
  }

  /* VCFO Widget
  --------------------------------------------- */
  .vcfo-widget #SGcontainer {
    width: 400px;
    height: 400px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 2em;
    float: left;
  }
  .vcfo-widget #SGcontainer .diagramText {
    font-size: 0.85em;
    width: 100px;
    text-align: center;
  }
  .vcfo-widget .presets {
    width: 30%;
    display: inline-block;
  }
  .vcfo-widget .presets div {
    font-weight: 700;
    margin-right: 0em;
    margin-bottom: 1em;
  }

  /* EIS/SEIS Widget
  --------------------------------------------- */
  .eis-widget #form .question {
    margin: 0 2.5% 2em;
    width: 40%;
  }
  .eis-widget #form .question.small {
    min-height: 215px;
  }
  .eis-widget #form .question.large {
    min-height: 300px;
  }
  .eis-widget #form #EISoutput {
    margin: 0 2.5% 2em;
    width: 38%;
  }

  /* R&D Widget Widget
  --------------------------------------------- */
  .rd-widget #form {
    width: 100%;
    float: left;
  }
  .rd-widget #form .question {
    margin: 0 2.5% 2em;
    width: 40%;
  }
  .rd-widget #RDOutput {
    margin: 0 2.5% 2em;
    width: 36%;
  }

  /* GRID LARGE LATEST INSIGHTS
  --------------------------------------------- */
  #featured-insights-grid .mainul li {
    height: 250px !important;
  }
  #featured-insights-grid .mainul li:nth-of-type(even) .esg-entry-media-wrapper {
    float: left !important;
    border-radius: 0px 50px 50px 0px;
  }
  #featured-insights-grid .mainul li:nth-of-type(even) .esg-entry-cover {
    float: right !important;
  }
  #featured-insights-grid .esg-entry-media-wrapper {
    width: 50% !important;
    border-radius: 50px 0px 0px 50px;
    padding: 0;
  }
  #featured-insights-grid .esg-entry-cover {
    width: 50% !important;
  }
  #featured-insights-grid .esg-entry-cover .esg-tc {
    padding: 0 1em;
  }
  #featured-insights-grid .esg-entry-cover .insight-title a h2 {
    font-size: 1.25em;
    line-height: 1.1em;
  }
  #featured-insights-grid .esg-entry-cover .insight-title a h2:hover {
    color: #ce0093;
  }
  #featured-insights-grid .esg-entry-cover .date {
    padding: 0 0.5em 0.5em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .date p {
    font-size: 0.75em;
  }
  #featured-insights-grid .esg-entry-cover .excerpt p {
    font-size: 0.75em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list p {
    font-size: 0.75em;
  }
  #featured-insights-grid .esg-filters {
    margin-top: 1em !important;
  }

  /* FULL INSIGHTS GRID PAGE SECTION
  --------------------------------------------- */
  .insights-full-grid-section {
    padding-top: 0;
  }
  .insights-full-grid-section .filter-holder .filter-a {
    width: 30%;
    margin-right: 5%;
  }
  .insights-full-grid-section .filter-holder .filter-b {
    width: 20%;
  }
  .insights-full-grid-section .filter-holder .filter-c {
    width: 43%;
    float: right;
    text-align: right;
  }

  /* RELATED INSIGHTS
  --------------------------------------------- */
  .dynamic-related-posts .related-posts li {
    margin: 0 2.5% 3em;
    width: 28%;
  }
  .dynamic-related-posts .related-posts li a h3 {
    color: #333333;
    margin: 1em 0 0.5em;
    font-size: 1.25em;
  }

  /*  INSIGHTS CONTENT
  --------------------------------------------- */
  .insight-title h1 {
    font-size: 2.25em;
  }
  .insight-title .crumb {
    margin: 0.5em 0 0.5em;
  }
  .insight-introduction {
    padding: 0;
  }
  .insight-introduction .meta {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .insight-introduction .meta .date {
    margin-bottom: 0.5em;
    font-size: 0.85em;
  }
  .insight-introduction .post-thumbnail {
    margin-top: 0em;
    width: 45%;
    float: left;
  }

  .email_download_link p {
    float: left;
    width: 40%;
    margin: 1em 5%;
    font-size: 1.25em;
    font-weight: 700;
  }
  .email_download_link p a {
    color: white;
  }
  .email_download_link p a:hover {
    color: white;
  }
  .email_download_link input[type=text], .email_download_link input[type=email] {
    width: 87%;
    padding: 1em;
    margin-top: 0.5em;
    font-size: 1em;
  }
  .email_download_link input[type=submit] {
    margin: 1em 5%;
    width: 33%;
    padding: 1em 1em;
  }
  .email_download_link .ed_form_message {
    color: white !important;
    font-weight: 700;
    text-align: center;
    font-size: 1.25em;
  }
  .email_download_link .ed_form .terms {
    font-size: 0.85em;
  }

  /*  NEWSLETTER DIVIDER
  --------------------------------------------- */
  .newsletter-signup-divider .uk-container {
    max-width: 580px;
  }
  .newsletter-signup-divider p {
    font-size: 1em;
  }
  .newsletter-signup-divider .email {
    display: inline-block;
    margin-right: 1em;
  }
  .newsletter-signup-divider .email label {
    margin-right: 1em;
  }
  .newsletter-signup-divider .email input {
    width: 370px;
  }
  .newsletter-signup-divider .submit {
    display: inline-block;
  }
  .newsletter-signup-divider .terms {
    font-weight: 400;
    font-size: 0.85em;
  }
  .newsletter-signup-divider .terms a {
    color: white;
  }
  .newsletter-signup-divider .terms a:hover {
    color: #ff9900;
  }

  /*  ADVISORS CONTENT
  --------------------------------------------- */
  .advisor-title h1 {
    font-size: 2.5em;
  }
  .advisor-title .crumb {
    margin: 0.5em 0 0.5em;
  }
  .advisor-introduction {
    padding: 0;
  }
  .advisor-introduction .meta {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .advisor-introduction .meta .excerpt p {
    font-size: 1.5em;
  }
  .advisor-introduction .post-thumbnail {
    margin-top: 0em;
    width: 45%;
    float: left;
  }

  /*  CONTACT US DIVIDER
  --------------------------------------------- */
  .contact-us-divider h2 {
    text-align: left;
  }
  .contact-us-divider .wpcf7 {
    width: 560px;
  }
  .contact-us-divider .wpcf7 p {
    margin: 0 0 1.5em;
    display: inline-block;
  }
  .contact-us-divider .wpcf7 p label {
    color: white;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .contact-us-divider .wpcf7 p.email {
    margin-right: 2em;
  }
  .contact-us-divider .wpcf7 p.email input {
    width: 225px;
    margin-top: 1em;
  }
  .contact-us-divider .wpcf7 p.name input {
    width: 225px;
    margin-top: 1em;
  }
  .contact-us-divider .wpcf7 p.terms {
    width: 100%;
    marign-top: 0.5em;
  }

  /*  CONTACT CONTENT
  --------------------------------------------- */
  .contact-page-intro {
    margin-bottom: 3em;
  }

  .contact-page-form {
    width: 100%;
  }
  .contact-page-form .left, .contact-page-form .right {
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
  }

  .contact-method {
    margin: 0 5% 2em 0;
    width: 40%;
    float: left;
  }
  .contact-method p {
    margin: 1.5em 0 0;
  }
  .contact-method p i {
    color: #ff9900;
    margin-right: 0.5em;
  }
  .contact-method p a {
    color: #ce0093;
    font-weight: 700;
    text-decoration: underline;
  }
  .contact-method p a:hover {
    color: #ff9900;
  }
  .contact-method.meeting {
    width: 90%;
    margin: 0 2.5% 2em 0;
  }

  /* FUNCTIONAL FORMS
  --------------------------------------------- */
  .kyc-form .question, .nps-form .question, .feedback-form .question {
    width: 40%;
    float: left;
    margin: 0 2.5% 2em;
  }
  .kyc-form input[type=submit], .nps-form input[type=submit], .feedback-form input[type=submit] {
    font-size: 1.25em;
    margin: 0 2.5%;
  }

  .nps-form .question {
    width: auto;
  }

  /* Footer
  --------------------------------------------- */
  .site-footer .logo {
    width: 196px;
    display: inline-block;
    margin: 0;
    float: left;
  }
  .site-footer .contact {
    display: inline-block;
    float: right;
    margin-top: 1.75em;
    text-align: right;
    width: auto;
  }
  .site-footer .contact a {
    font-size: 1em;
    padding: 0.5em 0em;
    margin: 0 8px;
  }
  .site-footer .contact .break {
    display: none;
  }
  .site-footer .menu-menu-2-container {
    margin-top: 2em;
  }
  .site-footer .menu-menu-2-container #secondary-menu li {
    margin: 0em 1em 0;
  }
  .site-footer .menu-menu-2-container #secondary-menu li:first-child {
    margin-left: 0;
  }
  .site-footer .menu-menu-2-container #secondary-menu li a {
    font-size: 1.25em;
  }
  .site-footer .menu-menu-3-container #tertiary-menu li {
    margin: 0em 1em 0;
  }
  .site-footer .menu-menu-3-container #tertiary-menu li:first-child {
    margin-left: 0;
  }
  .site-footer .menu-menu-3-container #tertiary-menu li a {
    font-size: 0.85em;
  }
  .site-footer .notices {
    border-top: 1px solid #ff9900;
    width: 100%;
    padding-top: 0.5em;
    margin-top: 2em;
  }
  .site-footer .notices a {
    margin: 0em 1em 0;
  }
  .site-footer .notices a:first-child {
    margin-left: 0;
  }
  .site-footer .notices p {
    margin: 1em 0 0;
    width: 80%;
    display: inline-block;
    float: left;
  }
  .site-footer .notices p:first-of-type {
    margin-top: 2em;
  }
  .site-footer .notices .icaew-logo {
    width: 120px;
    margin: -7em 0 0;
    float: right;
    display: inline-block;
  }

  /* Close query
  --------------------------------------------- */
}
@media (min-width: 1024px) {
  /* Header
  --------------------------------------------- */
  .site-header .contact {
    margin-bottom: 0em;
  }

  /* Hero
  --------------------------------------------- */
  .hero .uk-container .hero-contents {
    width: 550px;
  }
  .hero .uk-container .hero-contents h1 {
    font-size: 3.25em;
    margin-bottom: 0.5em;
  }
  .hero .uk-container .hero-contents h2 {
    font-size: 1.75em;
  }
  .hero.service-child {
    background: #333333;
  }
  .hero.service-child .uk-container .hero-contents h1 {
    font-size: 2.75em;
  }
  .hero .wave {
    padding-top: 110px;
  }
  .hero.no-buttons .wave {
    padding-top: 40px;
  }

  .hero-links {
    margin-top: -176px;
    margin-bottom: 2em;
  }
  .hero-links .button {
    margin: 1em 1em 1em 0;
    font-size: 1.5em;
  }
  /* Service Blocks
  --------------------------------------------- */
  .service-blocks .service-block {
    width: 27%;
    margin: 0 3% 3em;
    min-height: 190px;
  }
  .service-blocks .service-block a h3 {
    font-size: 1.75em;
  }
  .service-blocks .service-block a p {
    font-size: 1em;
  }
  .service-blocks .service-block a:hover {
    border-radius: 10%;
  }

  /* SERVICES LANDING PAGE
  --------------------------------------------- */
  .services-intro .entry-content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 8em;
    -moz-column-gap: 8em;
    column-gap: 8em;
  }
  .services-intro .entry-content h3 {
    font-size: 1.75em;
  }
  .services-intro .entry-content p {
    font-size: 1.25em;
  }

  /* SERVICES CHILD PAGE 
  --------------------------------------------- */
  .services-child-body {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .services-child-body .entry-content {
    margin-top: 0;
  }
  .services-child-body .entry-content h2 {
    font-size: 1.5em;
  }
  .services-child-body .entry-content h3 {
    font-size: 1.35em;
  }
  .services-child-body.full-width {
    max-width: 100%;
  }

  /* SERVICES CTAs 
  --------------------------------------------- */
  .service-child-cta {
    padding: 3em;
  }
  .service-child-cta h2 {
    margin-bottom: 1em;
    font-size: 2.5em !important;
  }
  .service-child-cta .cta-text p {
    font-size: 1.25em;
  }
  .service-child-cta .cta-text p.tel a {
    font-size: 1.75em;
  }
  .service-child-cta .cta-form {
    width: 50%;
  }
  .service-child-cta .cta-form .wpcf7 input[type=email], .service-child-cta .cta-form .wpcf7 input[type=text], .service-child-cta .cta-form .wpcf7 input[type=tel] {
    margin-top: 0.25em;
  }
  .service-child-cta .cta-terms {
    font-size: 1em;
  }
  .service-child-cta.small h2 {
    margin-bottom: 0.5em !important;
  }

  /* EIS/SEIS Widget
  --------------------------------------------- */
  .eis-widget #form .question.small {
    min-height: 186px;
  }
  .eis-widget #form .question.large {
    min-height: 280px;
  }
  /* Testimonials
  --------------------------------------------- */
  #testimonial-grid .esg-entry-cover .quote p {
    padding: 0em 0.75em 3em 0.75em;
    font-size: 1.2em;
    font-weight: 900;
  }
  #testimonial-grid .esg-entry-cover .person {
    padding: 1em;
    font-size: 0.85em;
  }
  #testimonial-grid .esg-entry-cover .testimonial-logo {
    width: 150px;
    padding: 1em;
  }

  /* GRID LARGE LATEST INSIGHTS
  --------------------------------------------- */
  #featured-insights-grid .mainul li {
    height: 350px !important;
  }
  #featured-insights-grid .esg-entry-cover {
    width: 50% !important;
  }
  #featured-insights-grid .esg-entry-cover .esg-tc {
    padding: 0 1.5em;
  }
  #featured-insights-grid .esg-entry-cover .insight-title a h2 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
  #featured-insights-grid .esg-entry-cover .date {
    padding: 0 0.5em 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .date p {
    font-size: 0.9em;
  }
  #featured-insights-grid .esg-entry-cover .excerpt p {
    font-size: 0.9em;
    line-height: 1.25em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list {
    padding: 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list p {
    font-size: 0.9em;
  }

  /*  INSIGHTS CONTENT
  --------------------------------------------- */
  .insight-title {
    margin-bottom: 1em;
  }
  .insight-title h1 {
    font-size: 2.5em;
  }
  .insight-introduction {
    padding: 0;
  }
  .insight-introduction .meta {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .insight-introduction .meta .date {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .insight-introduction .meta .excerpt p {
    font-size: 1.5em;
  }
  .insight-introduction .meta .cat-list {
    font-size: 1em;
  }
  .insight-introduction .meta .share {
    margin-top: 1em;
  }
  .insight-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .insight-content h2 {
    font-size: 1.5em;
  }
  .insight-content h3 {
    font-size: 1.35em;
  }
  /* FULL INSIGHTS GRID PAGE SECTION
  --------------------------------------------- */
  .insights-full-grid-section {
    padding-top: 0;
  }
  .insights-full-grid-section .filter-holder .filter-a {
    width: 42%;
    margin-right: 5%;
  }
  .insights-full-grid-section .filter-holder .filter-b {
    width: 20%;
  }
  .insights-full-grid-section .filter-holder .filter-c {
    width: 30%;
    float: right;
    text-align: right;
  }

  /*  ADVISORS DIVIDER
  --------------------------------------------- */
  .advisor-divider .advisor-heading {
    margin-bottom: 1.5em;
  }

  /* GRID ADVISORS
  --------------------------------------------- */
  #advisors-grid .esg-entry-content .name {
    padding: 1em 0 0;
    text-align: left;
  }
  #advisors-grid .esg-entry-content .name a h3 {
    font-size: 1.5em;
  }
  #advisors-grid .esg-entry-content .job-title {
    padding: 0;
    text-align: left;
  }
  #advisors-grid .esg-entry-content .job-title p {
    color: #ce0093;
    font-size: 1em;
    margin: 0;
    font-family: "Karla", sans-serif;
  }

  /*  ADVISORS CONTENT
  --------------------------------------------- */
  .advisor-title {
    margin-bottom: 1em;
  }
  .advisor-title h1 {
    font-size: 2.75em;
  }
  .advisor-introduction {
    padding: 0;
  }
  .advisor-introduction .meta {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .advisor-introduction .meta .excerpt p {
    font-size: 1.75em;
  }
  .advisor-introduction .meta .share {
    margin-top: 1em;
  }
  .advisor-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .advisor-content h2 {
    font-size: 1.5em;
  }
  .advisor-content h3 {
    font-size: 1.35em;
  }
  /*  ABOUT CONTENT
  --------------------------------------------- */
  .about-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-content h2 {
    font-size: 1.5em;
  }
  .about-content h3 {
    font-size: 1.35em;
  }
  /*  NEWSLETTER DIVIDER
  --------------------------------------------- */
  .newsletter-signup-divider .uk-container {
    max-width: 650px;
  }
  .newsletter-signup-divider .wave {
    padding-bottom: 70px;
  }
  .newsletter-signup-divider h2 {
    font-size: 2.5em;
  }
  .newsletter-signup-divider p {
    font-size: 1.25em;
    margin-bottom: 2em;
  }
  .newsletter-signup-divider .email input {
    width: 420px;
  }
  .newsletter-signup-divider .submit {
    display: inline-block;
  }
  .newsletter-signup-divider .terms {
    font-size: 1em;
  }

  /*  CONTACT US DIVIDER
  --------------------------------------------- */
  .contact-us-divider h2 {
    margin-top: 70px;
    font-size: 2.5em;
  }
  .contact-us-divider .wpcf7 {
    width: 700px;
  }
  .contact-us-divider .wpcf7 p {
    margin: 0 0 1.5em;
    display: inline-block;
  }
  .contact-us-divider .wpcf7 p label {
    font-size: 1.25em;
  }
  .contact-us-divider .wpcf7 p.email {
    margin-right: 2em;
  }
  .contact-us-divider .wpcf7 p.email input {
    width: 290px;
  }
  .contact-us-divider .wpcf7 p.name input {
    width: 290px;
  }
  .contact-us-divider .wpcf7 p.terms {
    font-size: 1em;
  }

  /*  CONTACT CONTENT
  --------------------------------------------- */
  .contact-page-form .wpcf7 label {
    color: #ce0093;
    margin-bottom: 1em;
  }
  .contact-page-form .wpcf7 input[type=email], .contact-page-form .wpcf7 input[type=text], .contact-page-form .wpcf7 input[type=tel], .contact-page-form .wpcf7 textarea {
    width: 310px;
  }
  .contact-page-form .wpcf7 textarea {
    width: 310px;
  }

  /* Footer
  --------------------------------------------- */
  .site-footer .contact {
    display: inline-block;
    float: right;
    margin-top: 1.75em;
    text-align: right;
    width: auto;
  }
  .site-footer .contact a {
    margin: 0 1.5em;
    font-size: 1em;
  }
  .site-footer .contact a i {
    margin-right: 0.25em;
  }
  .site-footer .contact .break {
    display: none;
  }
  .site-footer .menu-menu-2-container {
    margin-top: 2.5em;
  }
  .site-footer .menu-menu-2-container #secondary-menu li {
    margin: 0em 2em 0;
  }
  .site-footer .menu-menu-2-container #secondary-menu li a {
    font-size: 1.5em;
  }
  .site-footer .menu-menu-3-container #tertiary-menu li a {
    font-size: 1em;
  }
  .site-footer .notices {
    border-top: 1px solid #ff9900;
    width: 100%;
    padding-top: 0.5em;
    margin-top: 2em;
  }
  .site-footer .notices a {
    margin: 0em 1em 0;
    font-size: 1em;
  }
  .site-footer .notices p {
    margin: 1em 0 0;
    width: 82%;
  }
  .site-footer .notices .icaew-logo {
    margin: -5em 0 0;
  }

  /* Close query
  --------------------------------------------- */
}
@media (min-width: 1200px) {
  /* Header
  --------------------------------------------- */
  /* Hero
  --------------------------------------------- */
  .hero.service-child {
    background: #333333;
    background-color: #333333;
  }
  .hero.service-child .uk-container .hero-contents h1 {
    font-size: 3em;
  }
  .hero.service-child .wave {
    padding-top: 40px;
  }
  .hero .wave {
    padding-top: 130px;
  }

  .hero-links {
    margin-top: -200px;
  }

  /* Service Blocks
  --------------------------------------------- */
  .service-blocks .service-block {
    min-height: 210px;
  }
  .service-blocks .service-block a h3 {
    font-size: 2em;
  }
  .service-blocks .service-block a p {
    font-size: 1.25em;
  }
  .service-blocks .service-block a:hover {
    border-radius: 5%;
  }

  /* SERVICES CHILD PAGE 
  --------------------------------------------- */
  .services-child-body .entry-content h2 {
    font-size: 1.65em;
  }
  .services-child-body .entry-content h3 {
    font-size: 1.5em;
  }
  .services-child-body .entry-content p, .services-child-body .entry-content ul, .services-child-body .entry-content ol {
    font-size: 1.25em;
  }

  /* SERVICES CTAs 
  --------------------------------------------- */
  .service-child-cta {
    padding: 3em;
  }
  .service-child-cta h2 {
    margin-bottom: 1.5em !important;
    font-size: 2.75em !important;
  }
  .service-child-cta .cta-text p {
    font-size: 1.35em !important;
  }
  .service-child-cta .cta-form {
    width: 50%;
  }
  .service-child-cta .cta-form .wpcf7 label {
    font-size: 1em !important;
  }
  .service-child-cta .cta-form .wpcf7 input[type=email], .service-child-cta .cta-form .wpcf7 input[type=text], .service-child-cta .cta-form .wpcf7 input[type=tel] {
    padding: 0.85em;
  }
  .service-child-cta .cta-form .wpcf7 input[type=submit] {
    font-size: 1.5em !important;
  }
  .service-child-cta .cta-terms {
    font-size: 1em !important;
  }
  .service-child-cta.small h2 {
    margin-bottom: 0.5em !important;
  }

  /* VCFO Widget
  --------------------------------------------- */
  .vcfo-widget #SGcontainer {
    width: 500px;
    height: 500px;
  }
  /* Core Accounting Widget
  --------------------------------------------- */
  .core-accounting-widget .item-title {
    font-size: 1.5em;
  }
  .core-accounting-widget .item-description {
    font-size: 1em;
  }
  .core-accounting-widget .item-unit {
    font-size: 1em;
  }
  .core-accounting-widget .item-price {
    font-size: 1.5em;
  }

  /* EIS Widget
  --------------------------------------------- */
  .eis-widget #form .item-description {
    font-size: 1em;
  }

  /* Testimonials
  --------------------------------------------- */
  #testimonial-grid .esg-entry-cover .quote p {
    padding: 0em 1.25em 3em 1.25em;
    font-size: 1.5em;
    font-weight: 900;
  }
  #testimonial-grid .esg-entry-cover .person {
    padding: 2em;
    font-size: 0.85em;
  }
  #testimonial-grid .esg-entry-cover .testimonial-logo {
    width: 200px;
    padding: 2em;
  }

  /* GRID LARGE LATEST INSIGHTS
  --------------------------------------------- */
  #featured-insights-grid .mainul li {
    height: 450px !important;
  }
  #featured-insights-grid .mainul li:nth-of-type(even) .esg-entry-cover .esg-tc {
    left: 0;
  }
  #featured-insights-grid .mainul li:nth-of-type(even) .esg-entry-media-wrapper {
    border-radius: 0px 150px 150px 0px;
  }
  #featured-insights-grid .esg-entry-media-wrapper {
    height: 450px !important;
    border-radius: 150px 0px 0px 150px;
  }
  #featured-insights-grid .esg-entry-cover {
    height: 450px !important;
  }
  #featured-insights-grid .esg-entry-cover .esg-tc {
    padding-top: 2em;
    left: 0;
  }
  #featured-insights-grid .esg-entry-cover .insight-title a h2 {
    font-size: 1.75em;
  }
  #featured-insights-grid .esg-entry-cover .date {
    padding: 0 0.5em 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .date p {
    font-size: 0.9em;
  }
  #featured-insights-grid .esg-entry-cover .excerpt p {
    font-size: 0.9em;
    line-height: 1.25em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list {
    padding: 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list p {
    font-size: 0.9em;
  }

  /* GRID FULL INSIGHTS
  --------------------------------------------- */
  #insights-full-grid .esg-entry-content .insight-title {
    margin: 1em 0 0.5em;
    padding: 0;
  }
  #insights-full-grid .esg-entry-content .insight-title h2 {
    font-size: 1.5em;
  }
  #insights-full-grid .esg-entry-content .date p {
    font-size: 1em;
  }
  #insights-full-grid .esg-entry-content .excerpt p {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  #insights-full-grid .esg-entry-content .cat-list {
    margin: 0;
  }
  #insights-full-grid .esg-entry-content .cat-list p {
    font-size: 1em;
  }

  /* RELATED INSIGHTS
  --------------------------------------------- */
  .dynamic-related-posts .related-posts li a h3 {
    font-size: 1.5em;
  }
  .dynamic-related-posts .related-posts li .date {
    font-size: 1em;
  }
  .dynamic-related-posts .related-posts li .excerpt p {
    font-size: 1em;
  }
  .dynamic-related-posts .related-posts li .cat-list {
    font-size: 1em;
  }

  /*  INSIGHTS CONTENT
  --------------------------------------------- */
  .insight-title {
    padding: 3em;
  }
  .insight-title h1 {
    font-size: 3em;
  }
  .insight-introduction {
    padding: 0;
  }
  .insight-introduction .meta {
    width: 40%;
    margin-right: 5%;
  }
  .insight-introduction .meta .date {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .insight-introduction .meta .excerpt p {
    font-size: 1.75em;
  }
  .insight-introduction .meta .cat-list {
    font-size: 1em;
  }
  .insight-introduction .meta .share {
    margin-top: 1em;
  }
  .insight-introduction .post-thumbnail {
    width: 55%;
  }

  .insight-content h2 {
    font-size: 1.65em;
  }
  .insight-content h3 {
    font-size: 1.5em;
  }
  .insight-content p, .insight-content ul, .insight-content ol {
    font-size: 1.25em;
  }
  .insight-content ul ul, .insight-content ul ol, .insight-content ol ul, .insight-content ol ol {
    font-size: 1em;
  }
  .insight-content .wp-block-yoast-how-to-block .schema-how-to-description {
    font-size: 1.5em;
  }
  .insight-content .wp-block-yoast-how-to-block .schema-how-to-steps .schema-how-to-step-text {
    font-size: 1em;
  }

  /*  ADVISORS DIVIDER
  --------------------------------------------- */
  .advisor-divider .advisor-heading {
    font-size: 2.5em;
  }

  /* GRID ADVISORS
  --------------------------------------------- */
  #advisors-grid .esg-entry-content .name a h3 {
    font-size: 1.75em;
  }
  #advisors-grid .esg-entry-content .job-title p {
    font-size: 1.25em;
  }

  /*  ADIVSOR CONTENT
  --------------------------------------------- */
  .advisor-title {
    padding: 3em;
  }
  .advisor-title h1 {
    font-size: 3em;
  }

  .advisor-introduction {
    padding: 0;
  }
  .advisor-introduction .meta {
    width: 50%;
    margin-right: 15%;
  }
  .advisor-introduction .meta .excerpt p {
    font-size: 1.75em;
  }
  .advisor-introduction .meta .share {
    margin-top: 1em;
  }
  .advisor-introduction .post-thumbnail {
    width: 35%;
  }

  .advisor-content h2 {
    font-size: 1.65em;
  }
  .advisor-content h3 {
    font-size: 1.5em;
  }
  .advisor-content p, .advisor-content ul, .advisor-content ol {
    font-size: 1.25em;
  }

  /*  ABOUT CONTENT
  --------------------------------------------- */
  .about-content h2 {
    font-size: 1.65em;
  }
  .about-content h3 {
    font-size: 1.5em;
  }
  .about-content p, .about-content ul, .about-content ol {
    font-size: 1.25em;
  }

  /*  NEWSLETTER DIVIDER
  --------------------------------------------- */
  .newsletter-signup-divider .uk-container {
    max-width: 700px;
  }
  .newsletter-signup-divider h2 {
    font-size: 2.75em;
  }
  .newsletter-signup-divider p {
    font-size: 1.5em;
  }
  .newsletter-signup-divider .email {
    font-size: 1.25em;
  }
  .newsletter-signup-divider .email input {
    width: 390px;
    font-size: 1em;
    padding: 0.66em 1em;
  }
  .newsletter-signup-divider .submit {
    display: inline-block;
  }
  .newsletter-signup-divider .submit input {
    font-size: 1em;
  }
  .newsletter-signup-divider .terms {
    font-size: 1em;
  }

  /*  CONTACT US DIVIDER
  --------------------------------------------- */
  .contact-us-divider {
    margin-bottom: 70px;
  }
  .contact-us-divider h2 {
    font-size: 2.75em;
  }
  .contact-us-divider .wpcf7 {
    width: 700px;
  }
  .contact-us-divider .wpcf7 p {
    margin: 0 0 1.5em;
    display: inline-block;
  }
  .contact-us-divider .wpcf7 p label {
    font-size: 1.25em;
  }
  .contact-us-divider .wpcf7 p input[type=submit] {
    font-size: 1.5em;
  }
  .contact-us-divider .wpcf7 p.email {
    margin-right: 2em;
  }
  .contact-us-divider .wpcf7 p.email input {
    width: 290px;
    font-size: 1em;
    padding: 1em;
  }
  .contact-us-divider .wpcf7 p.name input {
    width: 290px;
    font-size: 1em;
    padding: 1em;
  }
  .contact-us-divider .wpcf7 p.terms {
    font-size: 1em;
  }

  /*  CONTACT CONTENT
  --------------------------------------------- */
  .contact-page-form {
    width: 100%;
  }
  .contact-page-form .left, .contact-page-form .right {
    float: left;
    width: 45%;
    margin: 0 2.5% 0 0;
  }
  .contact-page-form .wpcf7 input[type=email], .contact-page-form .wpcf7 input[type=text], .contact-page-form .wpcf7 input[type=tel], .contact-page-form .wpcf7 textarea {
    width: 400px;
  }
  .contact-page-form .wpcf7 textarea {
    width: 400px;
  }
  .contact-page-form .wpcf7 input[type=submit] {
    font-size: 1.25em;
  }

  /*************************************
  	-	FINERVA GRID NAV SKIN -
  *************************************/
  .finerva-gridnav-skin .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton,
.finerva-gridnav-skin input.eg-search-input,
.finerva-gridnav-skin .esg-filterbutton,
.finerva-gridnav-skin .esg-navigationbutton,
.finerva-gridnav-skin .esg-sortbutton,
.finerva-gridnav-skin .esg-cartbutton,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,
.finerva-gridnav-skin .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
    font-size: 1em !important;
  }

  /* Footer
  --------------------------------------------- */
  .site-footer .contact a {
    margin: 0 1.5em;
    font-size: 1.25em;
  }
  .site-footer .menu-menu-2-container {
    margin-top: 3em;
  }
  .site-footer .menu-menu-2-container #secondary-menu li a {
    font-size: 1.75em;
  }
  .site-footer .menu-menu-3-container #tertiary-menu li a {
    font-size: 1.25em;
  }
  .site-footer .notices {
    border-top: 1px solid #ff9900;
    padding-top: 1em;
  }
  .site-footer .notices p {
    font-size: 1em;
  }

  /* Close query
  --------------------------------------------- */
}
@media (min-width: 1600px) {
  /* Hero
  --------------------------------------------- */
  .hero-links {
    margin-bottom: 4em;
    margin-top: -220px;
  }

  /* GRID LARGE LATEST INSIGHTS
  --------------------------------------------- */
  #featured-insights-grid .mainul li:nth-of-type(even) .esg-entry-cover .esg-tc {
    left: 0%;
  }
  #featured-insights-grid .esg-entry-media-wrapper {
    height: 450px !important;
  }
  #featured-insights-grid .esg-entry-cover {
    height: 450px !important;
  }
  #featured-insights-grid .esg-entry-cover .esg-tc {
    max-width: 600px;
    padding-top: 2em;
    left: 26%;
  }
  #featured-insights-grid .esg-entry-cover .insight-title a h2 {
    font-size: 1.75em;
  }
  #featured-insights-grid .esg-entry-cover .date {
    padding: 0 0.5em 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .date p {
    font-size: 0.9em;
  }
  #featured-insights-grid .esg-entry-cover .excerpt p {
    font-size: 0.9em;
    line-height: 1.25em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list {
    padding: 1em 0.5em;
  }
  #featured-insights-grid .esg-entry-cover .cat-list p {
    font-size: 0.9em;
  }

  /* Close query
  --------------------------------------------- */
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle {
  position: absolute;
  right: 15px;
  display: block;
  margin: 0;
  padding: 0.5em 0.66em;
  background: #ff9900;
}

.main-navigation.toggled ul {
  display: block;
  width: 95%;
  float: left;
  background: #333333;
  padding: 0.5em;
  margin-top: 0.5em;
  border-radius: 10px;
}
.main-navigation.toggled ul li {
  text-align: center;
}
.main-navigation.toggled ul li a {
  color: #ff9900;
  display: inline-block;
  padding: 0.25em;
}
.main-navigation.toggled ul ul {
  margin-top: 0;
  background: #ce0093;
}
.main-navigation.toggled ul ul li a {
  color: white;
  font-size: 0.85em;
}

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

  .main-navigation ul {
    display: block;
    float: right;
    margin-top: -2.4em;
  }
  .main-navigation ul li {
    float: left;
    margin: 0 0.33em;
  }
  .main-navigation ul li a {
    color: #333333;
    font-weight: 700;
    padding: 0.25em;
    font-size: 0.95em;
  }
  .main-navigation ul li a:hover {
    color: #ff9900;
  }
  .main-navigation ul ul {
    background: white;
    width: auto;
    padding: 0.5em;
    margin-top: 0;
    border-radius: 0px 0px 15px 15px;
  }
  .main-navigation ul ul li a {
    font-size: 0.85em;
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation ul {
    margin-top: -2.75em;
  }
  .main-navigation ul li {
    margin: 0 0.75em;
  }
  .main-navigation ul li a {
    font-size: 1.2em;
  }
  .main-navigation ul ul {
    background: white;
    width: auto;
    padding: 0.5em;
  }
  .main-navigation ul ul li a {
    font-size: 1em;
    width: 200px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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