/*
 * Theme Name: CN Bio Child
 * Version: 1.9999991213
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: genesis-child
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';
/* # Table of Contents

- Reset
	- Normalize 7.0
- Defaults
	- Box Sizing
	- Float Clearing
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
	- Pricing Tables  << removed
- Common
	- Avatars
	- Genesis
	- Search Form
	- WordPress
	- Gutenberg
- Header
	- Site Header
	- Title Area
	- Before Header
	- Header Right
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggle
	- Sub Menu Toggle
- Content
	- Entries
	- Entry Content
	- Entry Titles
	- Entry Meta
	- Entry Footer
	- Pagination
	- Comments
- Sidebars
	- Sidebars
	- Widgets
- Footer
	- Site Footer
	- Before Footer
	- Footer Widgets
- Plugins							<< removed all.
	- Genesis eNews Extended
	- Genesis Portfolio Pro
	- Genesis Simple FAQ
	- Genesis Simple Share
	- Genesis Testimonial Slider
	- Google Map
	- Ninja Forms
	- SEO Slider
	- Simple Social Icons
	- WP Featherlight
	- WooCommerce Menu Cart
- Home
	- Front Page Widgets
- Print
	- Print Styles
*/



:root {
  --coregreen: #91d0d3;
  --coregreen90: #a6d9db;
  --darkgreen: #2A767A;
  /*  --darkgreen: #45babf; < Brand. Darkened above to meet AA */
  --deepblue: #3b5f7a;
  --deepblue90: #4e6f87;
  --cnbpink: #F8B5B9;
  --cnbpink10: rgba(248,181,185,0.2);
  --cnbyell: #fec34e;
  --cnbyell90: rgba(254,195,78,0.8);
  --cnbyell10: rgba(254,195,78,0.2);
  --grey70: #6E6E6E;
  /*  --grey70: #7a7a7a; < Brand. Darkened above to meet AA */
  --grey30: #c6c6c6;
  --grey5: #f1f1f1;
  --border: #eceef1;
}






button,
hr,
input {
	overflow: visible;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}

html {
	line-height: 1.15;
	    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
}


figure {
	margin: 1em 4rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	        text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000000;
	background-color: #fdffb6;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-size: 100%;
	line-height: 1.15;
}

button,
select {
	text-transform: none;
}

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

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

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 0.1rem;
}

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

legend {
	display: table;
	max-width: 100%;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

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

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -0.2rem;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
	clear: both;
}

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

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: var(--deepblue90);
	color: #ffffff;
}

::selection {
  background: var(--deepblue90);
	color: #ffffff;	
}

.gm-dropdown-menu-wrapper ::-moz-selection, .site-footer ::-moz-selection, .darkbg ::-moz-selection, .hero-section ::-moz-selection {
  background: #ffffff;
	color: var(--deepblue90);
}

.gm-dropdown-menu-wrapper ::selection, .site-footer ::selection , .darkbg ::selection, .hero-section ::selection {
  background: #ffffff;
	color: var(--deepblue90);
}


html {
	overflow-x: hidden;
	max-width: 100vw;
	font-size: 100%;

}


body {
	overflow-x: hidden;
	max-width: 100vw;
	margin: 0;
	color: var(--grey70);
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.618;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
}

body.boxed-page {
	background-color: #ffffff;
}

.f1f1f1body {
	background-color: var(--grey5);
}



p {
	margin: 0 0 1em 0;
	padding: 0;
}

a {
	color: var(--darkgreen);
	font-weight: 800;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--coregreen);
	transition: 0.25s;
}



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

li {
	list-style-type: none;
}

hr {
	clear: both;
	margin: 0 0 1em;
	padding: 0.25em 0;
	border-collapse: collapse;
	background: url(../svg/div-blom.svg) no-repeat top left;
	height: 30px;
	border:none !important;
}


hr.is-style-wide {
	margin: 30px 0 40px 0;
	padding: 1px 0px;
	background: var(--grey30);
	height: 0px;
}

b,
strong {
	font-weight: 800;
}

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

blockquote {
	margin: 0 0 1.382em;
	padding: 0 1em;
	border-left: 2px solid #45babf;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}

pre,
code,
kbd,
samp {
	font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace;
}

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



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem 0;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -2px;
	color: var(--deepblue);
}



h1 {
	font-size: 2.8rem;
}



h2 {
	font-size: 2.4rem;
		letter-spacing: -1.5px;
}

h2.h2sub {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: -0.5px;
}

h3 {
	font-size: 2rem;
		letter-spacing: -1.5px;	
}

h4 {
	font-size: 1.5rem;
	letter-spacing: -1px;
}

h5 {
	font-size: 1.2rem;
	letter-spacing: -0.5px;
}

h6 {
	font-size: 1rem;
	letter-spacing: 0px;
}

.sec-intro {
	font-size: 2rem;
}


/* Headings mobile */
@media (max-width: 600px) {
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; letter-spacing: -0.5px; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.75rem; }
p.pow-para { font-size: 1rem !important; }
}

/* ## Forms
--------------------------------------------- */
	:focus {
		outline: 1px solid var(--deepblue);
}
					
::-moz-placeholder {
	opacity: 1;
	color: #90959f;
}

::-webkit-input-placeholder {
	color: #90959f;
}

input,
select,
textarea {
	width: 100%;
	height: 3em;
	padding: 0 15px;
	border: 1px solid #eceef1;
	border-radius: 10px;
	color: #3b5f7a;
	background-color: #fbfcfd;
	font-family: 'Montserrat', sans-serif;
	/* font-size: 1.6rem; */
	font-weight: 600;
	line-height: 3;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--deepblue);
	outline: none;
}



textarea {
	height: auto;
	padding: 1.5em;
	/* border-radius: 2.5rem; */
	line-height: 1.618;
}

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

input[type='search'] {
	-webkit-appearance: none;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.wp-block-button a, .wp-block-button__link {
	display: inline-block;
	width: auto;
	/* height: 3.5em; */
	padding: 1em 1.5em;
	border: 0;
	border-radius: 9rem;
	color: var(--deepblue) !important;
	box-shadow: 0 0.25rem 2rem -0.5rem rgba(255, 255, 255, 0);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.25;
	/* white-space: nowrap; */
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: var(--coregreen);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	text-transform: uppercase;
}


.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: 0.667em 2em;
}




.button:hover,
button:hover,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.wp-block-button a:focus {
	background-color: var(--coregreen90);
}

.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.wp-block-button a:hover {
	box-shadow: 0 0.5rem 2rem -0.5rem rgb(122 122 122 / 30%);
	background-color: var(--coregreen90);
}

.talk-to-expert:focus {
	outline: 3px solid #ffffff;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: inherit;
}


.button.outline,
button.outline,
input[type='button'].outline,
input[type='reset'].outline,
input[type='submit'].outline,
.wp-block-button a.outline {
	color: #45babf;
	background: transparent;
	box-shadow: inset 0 0 0 2px #45babf;
}

.button.outline:hover,
.button.outline:focus,
button.outline:hover,
button.outline:focus,
input[type='button'].outline:hover,
input[type='button'].outline:focus,
input[type='reset'].outline:hover,
input[type='reset'].outline:focus,
input[type='submit'].outline:hover,
input[type='submit'].outline:focus,
.wp-block-button a.outline:hover,
.wp-block-button a.outline:focus {
	color: #ffffff;
	background-color: #45babf;
	box-shadow: none;
}





.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white,
.wp-block-button a.white {
	color: #3b5f7a;
	background: #ffffff;
	box-shadow: 0 0.25rem 2rem rgba(198, 202, 206, 0.05);
}

.button.white:hover,
.button.white:focus,
button.white:hover,
button.white:focus,
input[type='button'].white:hover,
input[type='button'].white:focus,
input[type='reset'].white:hover,
input[type='reset'].white:focus,
input[type='submit'].white:hover,
input[type='submit'].white:focus,
.wp-block-button a.white:hover,
.wp-block-button a.white:focus {
	color: #3b5f7a;
	background: #ffffff;
	box-shadow: 0 1rem 2rem rgba(198, 202, 206, 0.15);
}

.button.white.outline,
button.white.outline,
input[type='button'].white.outline,
input[type='reset'].white.outline,
input[type='submit'].white.outline,
.wp-block-button a.white.outline {
	color: #ffffff;
	background: transparent;
	box-shadow: inset 0 0 0 2px #ffffff;
}

.button.white.outline:hover,
.button.white.outline:focus,
button.white.outline:hover,
button.white.outline:focus,
input[type='button'].white.outline:hover,
input[type='button'].white.outline:focus,
input[type='reset'].white.outline:hover,
input[type='reset'].white.outline:focus,
input[type='submit'].white.outline:hover,
input[type='submit'].white.outline:focus,
.wp-block-button a.white.outline:hover,
.wp-block-button a.white.outline:focus {
	color: #3b5f7a !important;
	background: #ffffff !important;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small,
.wp-block-button a.small {
	height: 2.36em;
	padding: 0 2.36em;
	font-size: 1.3rem;
	line-height: 2.36;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large,
.wp-block-button a.large {
	font-size: 1.9rem;
}

.hs-button.primary.large {
		font-size: 1rem !important;
		width: 100%;
		margin-top: 12px;
		background-color: var(--cnbyell);
		margin-bottom: 0px;
		height: 60px;
}

.hs-button.primary.large:focus {
	outline: 3px solid var(--deepblue)
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled,
.wp-block-button a:disabled {
	border-width: 0;
	color: #c6cace;
	background: #eceef1;
	box-shadow: none;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button,
.wp-block-button a + button,
.wp-block-button a + .button {
	clear: both;
	margin-top: 1em;
}

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

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
	}

figure {
	margin: 0;
}

video {
	-o-object-fit: cover;
	   object-fit: cover;
}

.no-js .wp-video-shortcode {
	width: 100%;
	border: 1px solid #eceef1;
	background-color: #f6f8fa;
}

/* ## Tables
--------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 4rem;
	border: 1px solid #eceef1;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #ffffff;
	line-height: 1;
}

tbody {
	border-bottom: 1px solid #eceef1;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid var(--grey30);
    padding: 0.5em;
	
}

td,
th {
	padding: 0.618em;
	border-top: 1px solid #eceef1;
	border-right: 1px solid #eceef1;
	text-align: left;
}

.compat-table .fa-check {
	font-size: 150%
}

.wp-block-table thead {
	border-bottom: 6px solid var(--coregreen);
	font-size: 120%;
}

.wp-block-table thead th {
	font-weight: 800;
	color: var(--deepblue);
}

.wp-block-table a {
	box-shadow: inset 0 -2px 0 #f8b5ba;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}


/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 0.1rem;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 1rem 2rem;
	box-shadow: 0 0 0.2rem 0.2rem rgba(42, 49, 57, 0.1);
	text-decoration: none;
}

.more-link {
	position: relative;
	font-style: normal;
}

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

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

/* ## Site Containers
--------------------------------------------- */
.boxed-page .site-container {
	max-width: 1152px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #eceef1, 0 0 10rem rgba(198, 202, 206, 0.1);
}

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-right: 6vw;
	padding-left: 6vw;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	width: auto;
	max-width: 100%;
	padding: 0;
}

.site-inner {
	clear: both;
}

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner {
	background-color: var(--grey5);
}

.page-builder .site-inner {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
}

.contact-page .site-inner {
	padding-top: 6rem;
}

.content-sidebar-wrap {
	position: relative;
	z-index: 1;
	max-width: 1152px;
}

/* ## Content Widths and Positions
--------------------------------------------- */
.content {
	display: flex;
	width: 100%;
	min-height: 40rem;
	padding: 2rem 0 0 0;
	flex-wrap: wrap;
}

.front-page.page .content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.blog .content,
.archive .content,
.search-results .content {
	margin-top: 0;
	padding: 4rem 0;
	background-color: transparent;
}

.blog .content:before,
.archive .content:before,
.search-results .content:before {
	display: none;
}

.front-page.page .content {
	background-color: transparent;
}

.page .content,
.single .content,
.error404 .content {
	position: relative;
}

.page .content:before,
.single .content:before,
.error404 .content:before {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 40rem;
	content: '';
	pointer-events: none;
}

.sidebar-primary {
	padding-bottom: 5rem;
}

/* ## Column Classes (including fifths)
--------------------------------------------- */
.full-width {
	display: block;
	width: 100%;
	clear: both;
}

.full-width:before,
.full-width:after {
	display: block;
	clear: both;
	content: '';
}

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery a,
.gallery img {
	display: block;
}

.single .gallery {
	display: inline-flex;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 768px;
	margin: 1.618em auto;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.gallery-caption {
	display: block;
}

.gallery-item {
	display: block;
	width: 100%;
	margin: 0 0 6vw;
	text-align: center;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	float: left;
	margin-right: 2rem;
	border-radius: 50%;
}

.alignright .avatar {
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	width: 100%;
	padding: 1rem 0 0;
	color: #c6cace;
	font-size: 1.4rem;
	text-align: center;
}

.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
	text-decoration: underline;
}

.after-entry {
	width: 100%;
	margin: 2rem auto;
	padding: 6vw;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #f6f8fa;
	text-align: center;
}

.after-entry .enews form {
	display: flex;
	margin: 1em 0 0;
	flex-wrap: wrap;
	justify-content: center;
}

.after-entry .enews input {
	width: 100%;
	margin-bottom: 1em;
	background-color: #ffffff;
}

.author-box {
	width: 100%;
	max-width: 768px;
	padding: 6vw 0;
}

.author .author-box {
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 4rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #ffffff;
}

.author-box p {
	color: #4d5968;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

.author-box-title {
	margin-bottom: 0;
	font-size: 2rem;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	clear: both;
}

.search-form:before,
.search-form:after {
	display: block;
	clear: both;
	content: '';
}

.search-form .search-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	background: center/1.75rem no-repeat url(../svg/search.svg);
	cursor: pointer;
}

.shrink .search-form .search-toggle {
	background-image: url(../svg/search.svg);
}

.search-form .search-toggle.active {
	background-image: url(../svg/close.svg);
	background-size: 1.4rem;
}

.shrink .search-form .search-toggle.active {
	background-image: url(../svg/close.svg);
}

.search-form input[type='search'] {
	width: 30rem;
	margin-right: 1em;
	background-color: rgba(255, 255, 255, 0.2);
}

.site-header .search-form input[type='search'] {
	display: block;
	max-width: 79vw;
	background-color: #f6f8fa;
}

.site-header.shrink .search-form input[type='search'] {
	border: 1px solid #eceef1;
	color: #3b5f7a;
}

.entry-content .search-form input[type='search'] {
	background-color: #f6f8fa;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 4rem;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

.post-edit-link,
.comment-edit-link {
	display: none;
}

/* ## Gutenberg
--------------------------------------------- */
.full-width-content .alignwide {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 896px;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.full-width-content .alignwide .new-featured img {
	margin: 0em auto;
}

.full-width-content .alignwide img {
    display: inline-block;
    margin: 1.618em auto;
}

.full-width-content .alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
}

.content-sidebar .full-width-content .alignfull,
.sidebar-content .full-width-content .alignfull {
	max-width: calc(100% + 12rem);
}

.full-width-content .alignfull img {
	/* display: inline-block;  */
	/* width: 100%;  */
	/* margin: 1.618em auto; */
}

.wp-block-image figcaption {
	margin: 0em;
	padding: 6px 18px;
	background-color: var(--grey5);
	font-size: 12px;
	border-top: 2px solid #ffffff;
	border-radius: 10px;
}

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


.wp-block-button {
	display: block;
	/* width: 100%; */
	background: transparent;
	clear: both;
}

.wp-block-button:before,
.wp-block-button:after {
	display: block;
	clear: both;
	content: '';
}


.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #ffffff;
}

.wp-block-pullquote > p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.wp-block-gallery .blocks-gallery-image {
	margin-right: 0;
}

.blocks-gallery-image {
	display: block;
	width: 100%;
	margin: 0 0 6vw;
	text-align: center;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	background-color: transparent;
	transition: all 0.3s ease;
}

.js.has-sticky-header .site-header {
	position: fixed;
	top: 0;
}

.js.has-sticky-header .site-header.shrink {
	background-color: #ffffff;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.05);
}

.boxed-page .site-header {
	max-width: 1152px;
	margin: 0 auto;
}

.contact-page .site-header {
	background-color: #ffffff;
}

.site-header > .wrap {
	display: flex;
	position: relative;
	height: 6rem;
	transition: height 0.3s ease;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.no-js .site-header > .wrap {
	height: auto;
	padding: 3rem 6vw;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	display: block;
	position: relative;
	width: 17.5rem;
	margin: 0 auto 0 0;
}

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

.site-title a {
	color: #3b5f7a;
	text-decoration: none;
	transition: all 0.3s ease;
}

.shrink .site-title a {
	color: #3b5f7a;
}

.site-description {
	margin-bottom: 0;
	opacity: 0.618;
	font-size: 1.4rem;
	line-height: 1;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
	width: 0.1rem;
	height: 0.1rem;
	border: 0;
	background-color: #ffffff;
}

.custom-logo {
	display: block;
}

.shrink .custom-logo {
	display: block;
}

.secondary-logo {
	display: none;
}

.shrink .secondary-logo {
	display: none;
}

/* ## Before Header
--------------------------------------------- */
.before-header {
	display: flex;
	position: relative;
	height: 4rem;
	border-top: 1px solid rgba(198, 202, 206, 0.3);
	border-bottom: 1px solid rgba(198, 202, 206, 0.3);
	color: #3f454c;
	background-color: #f6f8fa;
	font-size: 1.2rem;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.3s ease;
}

.no-js .before-header {
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.menu .before-header {
	display: flex;
	width: 100%;
	height: auto;
	margin: 3em 0 0;
	padding: 3em 0 0;
	border-bottom: none;
	background-color: transparent;
	clear: both;
}

.menu .before-header:before,
.menu .before-header:after {
	display: block;
	clear: both;
	content: '';
}

.menu .before-header .widget {
	margin-bottom: 1em;
}

.menu .before-header .simple-social-icons {
	margin-left: -0.5em;
}

.menu .before-header .simple-social-icons a {
	margin: 0 0.5em 0 0;
}

.before-header .wrap {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.before-header .wrap:before,
.before-header .wrap:after {
	display: none;
}

.before-header .widget {
	display: flex;
	margin-bottom: 0;
	align-items: center;
}

.before-header .widget:last-of-type {
	margin-bottom: 0;
}

.before-header .widget-wrap {
	width: 100%;
}

.before-header p {
	display: flex;
	align-items: center;
}

.before-header .fa {
	margin-right: 0.5em;
}

.before-header .fa:before {
	line-height: 1.618;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
	display: none;
	margin: 0 1em 0 0;
}

.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* ## Hero Section
--------------------------------------------- */
.hero-section {
	position: relative;
	padding: 9rem 0 3rem 0;
	/* margin-bottom: 50px; */
	background-image: url("../png/cnb-blobs.png");
	background-position:bottom;
	background-size: 120%;
	text-align: center;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}

.hero-section:before {
	background-color: #3b5f7a30;
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	text-align: left;
}

.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em 0;
	color: #ffffff;
	text-align: left;
}

.hero-section a {
	color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
	color: #45babf;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}

.wp-custom-header iframe {
	position: absolute;
	top: -20%;
	right: -20%;
	bottom: -20%;
	left: -20%;
	width: 140%;
	min-width: 100%;
	max-width: 140%;
	height: 140%;
	min-height: 56.25vw;
	max-height: none;
	margin: auto;
}

.wp-custom-header img {
	display: none;
}

.wp-custom-header-video-button {
	display: none;
}

/* ## Menus
--------------------------------------------- */
.menu {
	display: flex;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
	clear: both;
}

.menu:before,
.menu:after {
	display: block;
	clear: both;
	content: '';
}

.menu .right {
	margin-left: auto;
}

.menu .rss,
.menu .date,
.menu .search,
.menu .twitter {
	display: flex;
	margin-top: 1em;
	margin-left: 0;
	align-items: center;
}

.menu .rss {
	margin-left: 0;
}

.menu .rss a {
	margin-left: 1em;
}

.menu-item {
	display: block;
	position: relative;
	width: 100%;
	padding: 1rem 0;
	order: -1;
}

.menu-item.button {
	display: flex;
	margin: 1em 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	font-size: 1.2rem;
	align-items: center;
}

.menu-item.button:last-of-type a {
	padding-right: 3em;
}

.menu-item.button a {
	background: #0072ff;
	background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	padding: 1em 3em;
	border-radius: 9rem;
	color: #ffffff;
}

.shrink .menu-item.button a {
	color: #ffffff;
}

.menu-item.button a:hover,
.menu-item.button a:focus,
.menu-item.button.current-menu-item > a {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, 0.1);
}

.menu-item a {
	display: inline-block;
	margin: 2px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #F9C8C8;

}

			.menu-item span {
	display: block;
}
					
	.menu-item a:focus {
		outline: 3px solid var(--coregreen);
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	/* display: none; */
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	display: block;
	clear: both;
}

 .sub-menu:before {
	content: '\2192';
	 font-size: 18px;
	 padding: 0.3em;
	 position: absolute;

}

.sub-menu .menu-item {
	width: 100%;
	height: auto;
	padding: 0.5em 1.5em 0.5em 0;

}

.sub-menu .menu-item:first-of-type {
	margin-top: 1em;
}

.sub-menu a {
	padding-left: 0.618em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	overflow: auto;
	position: fixed;
	top: 0;
	right: -40rem;
	bottom: 0;
	width: 93vw;
	max-width: 40rem;
	height: 100vh;
	margin: 0;
	padding: 0 4rem;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.nav-primary.activated,
.nav-secondary.activated {
	right: 0;
	left: auto;
	box-shadow: 0 0 4rem rgba(42, 49, 57, 0.2);
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	display: block;
	position: relative;
	right: auto;
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0;
}

.no-js .nav-primary .menu,
.no-js
.nav-secondary .menu {
	padding: 0;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: inline-flex;
	width: auto;
	padding-right: 1rem;
}

.nav-primary .menu,
.nav-secondary .menu {
	position: relative;
	padding: 5em 0 7.5em;
}

.nav-secondary {
	width: 100%;
}

.nav-secondary .sub-menu .menu-item {
	height: auto;
}

.site-footer .menu {
	justify-content: center;
	margin-bottom: 0;
	font-size: 1.4rem;
}

.site-footer .menu-item {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.site-footer .menu-item:last-of-type {
	margin-bottom: 0;
}

.site-footer .menu-item:last-of-type a {
	margin-bottom: 2px;
}

.site-footer .menu-item a {
	margin-bottom: 1em;
	padding: 0;
	color: #4d5968;
}

.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus,
.site-footer .menu-item.current-menu-item > a {
	color: #45babf;
}

/* ## Menu Toggle
--------------------------------------------- */
.menu-toggle {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin-right: -0.5em;
	padding: 1em 0.5em;
	color: #3b5f7a;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus {
	color: #3b5f7a;
	background: none;
	box-shadow: none;
}

.menu-toggle.activated {
	position: fixed;
	right: 6vw;
}

.menu-toggle.activated,
.shrink .menu-toggle {
	color: #3b5f7a;
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
	background: #3b5f7a;
}

.menu-toggle.activated span:before,
.menu-toggle.activated span:after,
.shrink .menu-toggle span:before,
.shrink .menu-toggle span:after {
	background: #3b5f7a;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	width: 2rem;
	height: 2px;
	border-radius: 3px;
	background: #3b5f7a;
}

.menu-toggle span:before,
.menu-toggle span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background-color: #3b5f7a;
	content: ' ';
}

.menu-toggle span:before {
	top: -0.5rem;
	transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
	transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle span:after {
	bottom: -0.5rem;
	transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span:before {
	top: 0;
	transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
	transition: top 0.2s 0s, transform 0.2s 0.2s;
	transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated span:after {
	bottom: 0;
	transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
	transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* ## Sub Menu Toggle
--------------------------------------------- */
.sub-menu-toggle {
	position: absolute;
	top: 0.1em;
	right: 3em;
	height: auto;
	margin: 0 -1em;
	padding: 1em;
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
	box-shadow: none;
}

.sub-menu-toggle:focus {
	outline: 2px solid #eceef1;
}

.sub-menu-toggle:before {
	display: block;
	margin: 0.2rem 0 -0.2rem;
	border: 0.4rem solid transparent;
	border-top-color: #3b5f7a;
	content: '';
}

.sub-menu-toggle.activated:before {
	margin: -0.2rem 0 0.2rem;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* ## Entries
--------------------------------------------- */
.content .entry {
	position: relative;
	margin-bottom: 6vw;
	/* background-color: #ffffff; */
}

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

.page .content .entry,
.single .content .entry,
.error404 .content .entry {
	width: 100%;
	border: 0;
}

.front-page .content .entry.post,
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
	width: 100%;
	margin-bottom: 6vw;
	padding: 3rem;
	border: 1px solid #eceef1;
	border-radius: 10px;
	transition: all 0.3s ease;
}

.front-page .content .entry.post:hover,
.front-page .content .entry.post:focus,
.blog .content .entry:hover,
.blog .content .entry:focus,
.archive .content .entry:hover,
.archive .content .entry:focus,
.search-results .content .entry:hover,
.search-results .content .entry:focus {
	box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.search-no-results .content .entry {
	border: 0;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content p {
	color: var(--grey70);
}

.entry-content p a:not(.button) {
	box-shadow: inset 0 -2px 0 #f8b5ba;
	text-decoration: none;
	transition: all 0.3s ease;
	padding-bottom: 5px;
	font-weight: 800;
}

.entry-content p a:not(.button):hover,
.entry-content p a:not(.button):focus {
	color: var(--coregreen);
	box-shadow: inset 0 -70px 0 var(--deepblue);
	border-radius: 3px;
	color: #ffffff;
	transition: 1s
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	padding-top: 1em;
	padding-bottom: 0.3em;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.618em;
	margin-left: 0.5rem;
}

.entry-content li {
	margin-bottom: 0.5em;
	margin-left: 0.5rem;
}


.entry-content ul.fa-ul > li {
    list-style-type: none;
}



.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 4rem;
}

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

.entry-content ol > li::marker {
	font-weight: 800;
	color: var(--coregreen);
	font-size: 150%;
}


.entry-content ul > li {
	list-style-type: disc;
}

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

.entry-content li li {
	list-style-type: circle;
}

.entry-content code {
	padding: 0.4rem 0.8rem;
	border: 1px solid #eceef1;
	background-color: #f6f8fa;
	font-size: 1.4rem;
	line-height: 2;
}

.entry-content pre {
	display: block;
	margin: 0 0 1.382em;
	padding: 1rem 2rem;
	border: 1px solid #eceef1;
	border-radius: 3px;
	background-color: #f6f8fa;
	font-size: 1.4rem;
}

.entry-content pre code {
	padding: 0;
	border: none;
	background-color: transparent;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
/*	margin-bottom: 1em; */
}

.entry-content iframe,
.entry-content video {
	width: 100%;
}

.entry-content blockquote {
	display: block;
	position: relative;
	left: 50%;
	width: 896px;
	max-width: 100vw;
	margin: 3em 0;
	padding: 0 6rem 2em;
	border: 0;
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #ffffff;
	text-align: center;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.entry-content blockquote:before {
	display: block;
	width: 1em;
	margin: -0.25em auto;
	color: rgba(42, 49, 57, 0.2);
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 8rem;
	line-height: 1;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
	clear: both;
}

.entry-image-link:before,
.entry-image-link:after {
	display: block;
	clear: both;
	content: '';
}

.blog .entry-image-link,
.archive .entry-image-link,
.search-results .entry-image-link {
	display: block;
	width: calc(100% + 6rem + 0.2rem);
	margin: -3.1rem -3.1rem 3rem;
	border-radius: 3px 3px 0 0;
}

.entry-image-link img {
	display: block;
	margin: 0;
	border-radius: 3px 3px 0 0;
	min-width: 100%;
	padding: 18px 18px 0px 18px;
	
}

/* ## Entry Titles
--------------------------------------------- */
.entry-title a {
	display: block;
	color: #3b5f7a;
	font-size: 2rem;
	text-decoration: none;
	transition: all 0.3s ease;
	letter-spacing: 0px;
}

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

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
	width: 100%;
	font-size: small;
	font-weight: 800;
	/* padding-bottom: 18px; */
}

.entry-time {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #F9C8CC;
	color:  var(--deepblue);
    width: fit-content;
    padding: 6px 12px;
    border-radius: 10px;
}

.entry-footer .entry-meta {
	margin-bottom: 0;
}

.entry-categories,
.entry-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 0.2em;
}

.entry-categories img,
.entry-tags img {
	display: inline-flex;
	opacity: 0.618;
}

.entry-categories a,
.entry-tags a {
	display: inline-flex;
	margin-left: 0.2em;
	font-weight: 600;
	transition: all 0.3s ease;
}

.entry-author-name {
	text-transform: capitalize;
}

.archive-description {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 15rem 0;
	border-bottom: 1px solid #eceef1;
	background-color: #c6cace;
}

.archive-description h1 {
	max-width: 512px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

/* ## Entry Footer
--------------------------------------------- */
.entry-footer {
	margin-top: 5vw;
	padding: 5vw 0;
	border-top: 3px solid var(--grey5);
	border-bottom: 3px solid var(--grey5);
}



.blog .entry-footer,
.archive .entry-footer,
.search-results .entry-footer {
	margin: 0;
	padding: 0;
	border: 0;
}

.resource-template-default  .entry-footer, .single-portfolio .entry-footer {
	display: none;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	padding: 6vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	display: block;
	clear: both;
	content: '';
}

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

.archive-pagination {
	width: 100%;
}

.archive-pagination ul {
	display: flex;
	justify-content: center;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	display: block;
	padding: 0.1em 1rem;
	border-radius: 20px;
	color: #3b5f7a;
	font-size: 1em;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 800;
}

.archive-pagination a:hover,
.archive-pagination a:focus {
	color: #45babf;
}

.archive-pagination .active a {
	background: var(--deepblue);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr="$one", endcolorstr="$two", gradienttype=1);
	color: #ffffff;
}

.archive-pagination .active a:hover {
	background: #91d0d3;
	color: #3b5f7a;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding: 6vw 0;
	border-radius: 3px;
	font-size: 1.6rem;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.comment-respond input,
.comment-respond textarea {
	display: block;
	width: 100%;
}

.comment-respond input[type='submit'] {
	width: auto;
}

.comment-author span:first-of-type {
	font-weight: 700;
	text-transform: capitalize;
}

.comment-list li {
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding-left: 5vw;
}

.comment-list > .comment-respond {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	display: block;
	clear: both;
	padding: 0;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-meta .comment-time a {
	color: #c6cace;
	font-size: small;
	text-decoration: none;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 1rem;
}

.comment-reply-title a {
	font-size: 1.5rem;
}

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

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Sidebars
--------------------------------------------- */
.sidebar {
	position: relative;
	z-index: 1;
}

.sidebar ol,
.sidebar ul {
	/* margin-left: 1em; */
	color: #4d5968;
	line-height: 2;
}

.sidebar ol > li {
	list-style-type: decimal;
}

.sidebar ul > li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.7 
}

.sidebar li li {
	list-style-type: circle;
}

.sidebar a {
	color: var(--darkgreen);
	font-weight: 800;
	text-decoration: none;
}

.sidebar a:hover,
.sidebar a:focus {
	color: var(--coregreen);
}

/* ## Widgets
--------------------------------------------- */
.sidebar .widget {
	padding: 3.5vw 0;
}

.sidebar .widget:first-of-type {
	padding-top: 0;
}

.blog .sidebar .widget,
.archive .sidebar .widget {
	margin-bottom: 7vw;
	padding: 3.5vw;
	/* border: 1px solid #eceef1; */
	border-radius: 3px;
	/* background-color: #ffffff; */
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	position: relative;
	width: 100%;
	color: #f1f1f1;
}

.site-footer a {
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #45babf;
}

.site-footer .button {
	color: #ffffff;
}

.site-footer .button:hover,
.site-footer .button:focus {
	color: #ffffff;
}

.site-footer .button.outline {
	color: #45babf;
}

.site-footer .button.outline:hover,
.site-footer .button.outline:focus {
	color: #ffffff;
}

.site-footer .button.white {
	color: #3b5f7a;
}

.site-footer .button.white:hover,
.site-footer .button.white:focus {
	color: #3b5f7a;
}

.site-footer .button.white.outline {
	color: #ffffff;
}

.site-footer .button.white.outline:hover,
.site-footer .button.white.outline:focus {
	color: #3b5f7a;
}

.site-footer .button:disabled {
	color: #c6cace;
}

/* ## Before Footer
--------------------------------------------- */
.before-footer {
	padding: 5rem 0;
	background-color: var(--coregreen);
	margin: 0 auto;
}

.before-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,0em);
}


.before-footer .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.before-footer .wrap:before,
.before-footer .wrap:after {
	display: none;
}

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

.before-footer .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5,
.before-footer h6 {
	color: #3b5f7a;
}

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	position: relative;
	padding: 5rem 0 5rem 0;
	font-size: 0.9rem;
	background-size: 100%;
	background-repeat: repeat-x;
	background-color: var(--deepblue);
}

.footer-widgets .widget-title {
	margin-bottom: 1em;
	color: #91D0D3;
	font-size: 1.25rem;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 900;
}

.footer-widgets .widget-area {
	margin: 0 auto 4rem;
}

.footer-widgets .widget-area.footer-widgets-1 i {
	display: inline-block;
	float: left;
	margin-top: 0.2em;
	margin-right: 0.618em;
}

.footer-widgets .widget-area.footer-widgets-2 {
	/* display: flex; */
}

.footer-widgets .widget-area.footer-widgets-2 .widget {
	/* width: 48.71795%; */
}

.footer-widgets .widget-area .widget {
	display: block;
	margin-bottom: 2rem;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

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

.widget_recent_entries li {
 	margin-bottom: 20px;
 }


/* ## Footer Credits
--------------------------------------------- */
.footer-credits {
	display: flex;
	width: 100%;
	margin: 0;
	font-size: 1.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.footer-credits .wrap {
	padding: 4rem 0;
	border-top: 1px solid #eceef1;
}

.footer-credits .simple-social-icons {
	margin-bottom: 1em;
	margin-left: -1em;
}

.footer-credits .menu-item {
	width: auto;
	margin-left: 2em;
}

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

/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews input {
	margin-bottom: 1em;
}

.site-footer .enews form {
	position: relative;
	margin-top: 0.618em;
}

.site-footer .enews input[type='text'],
.site-footer .enews input[type='email'] {
	margin-top: 1rem;
}

.site-footer .enews input[type='submit'] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 0;
	color: transparent;
	background: transparent;
	box-shadow: none;
}

.site-footer .enews input[type='submit']:hover + .send-icon,
.site-footer .enews input[type='submit']:focus + .send-icon {
	opacity: 1;
}

.site-footer .enews .send-icon {
	display: block;
	position: absolute;
	right: 2em;
	bottom: 1em;
	width: 1.8rem;
	height: 1.8rem;
	margin: 0;
	opacity: 0.236;
	background: center/contain no-repeat url(../svg/paper-plane.svg);
	pointer-events: none;
	transition: all 0.3s ease;
}

/* ## Genesis Portfolio Pro
--------------------------------------------- */
.archive.genesis-pro-portfolio .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive.genesis-pro-portfolio .entry {
	width: 100%;
	margin: 0 0 6vw;
	padding: 0;
	border: 0;
}

.archive.genesis-pro-portfolio .entry:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(42, 49, 57, 0.5);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry:before {
	opacity: 0;
}

.archive.genesis-pro-portfolio .entry:hover:before,
.archive.genesis-pro-portfolio .entry:focus:before {
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry:hover .entry-header,
.archive.genesis-pro-portfolio .entry:focus .entry-header {
	top: 0;
	bottom: 0;
	margin: 0;
	opacity: 1;
}

.archive.genesis-pro-portfolio .entry-header {
	display: flex;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 100%;
	opacity: 0;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.archive.genesis-pro-portfolio .entry-header a {
	color: #ffffff;
}

/* ## Genesis Simple FAQs
--------------------------------------------- */
div.gs-faq {
	padding: 0;
	border-top: 1px solid #eceef1;
	box-shadow: 0 2rem 5rem -0.618rem rgba(42, 49, 57, 0.0618);
}

div.gs-faq .gs-faq__question {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	margin: 0;
	padding: 1.5em 3em 1.5em 1.5em;
	border: 1px solid #eceef1;
	border-top: 0;
	border-radius: 0;
	color: #3b5f7a;
	background: #ffffff;
	box-shadow: none;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}

div.gs-faq .gs-faq__question:hover,
div.gs-faq .gs-faq__question:focus {
	color: #45babf;
}

div.gs-faq .gs-faq__question:after {
	position: absolute;
	top: 1.5em;
	right: 1em;
	line-height: 1;
	content: '+';
}

div.gs-faq .gs-faq__question.gs-faq--expanded:after {
	content: '-';
}

div.gs-faq .gs-faq__question:last-of-type {
	margin-bottom: 0;
}

div.gs-faq .gs-faq__answer {
	margin: 0;
	padding: 3rem;
	border: 1px solid #eceef1;
	border-top: 0;
	background-color: #ffffff;
}

/* ## Genesis Simple Share
--------------------------------------------- */
.share-after {
	margin-top: 4rem;
}

/* ## Genesis Testimonial Slider
--------------------------------------------- */
.lSSlideWrapper {
	max-width: calc(100% + 4em);
	margin: 0 -2em;
}

.gts-rating {
	margin: 1em auto -1em;
}

.lSSlideOuter {
	width: 100%;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	height: auto !important;
}

ul.testimonials-list li:before {
	display: block;
	margin: 0 0 -0.5em;
	color: rgba(42, 49, 57, 0.2);
	font-family: 'Montserrat', sans-serif;
	font-size: 8rem;
	line-height: 1;
}

ul.testimonials-list blockquote {
	padding: 0 2em 1em;
	border: 0;
}

ul.testimonials-list img {
	width: 6rem;
	margin: 2rem auto;
}

ul.testimonials-list h5 {
	color: #3b5f7a;
	font-size: 1em;
}

.lSSlideOuter .lSPager.lSpg > li a {
	opacity: 0.1;
	background-color: #3b5f7a;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	opacity: 0.3;
	background-color: #3b5f7a;
}

.gts-company {
	display: block;
	margin-bottom: 1em;
	font-size: small;
}

/* ## Google Map
--------------------------------------------- */

.contact-page .agm-canvas:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(42, 49, 57, 0.618);
}

/* ## Ninja Forms
--------------------------------------------- */
.nf-field .nf-field-element input,
.nf-field .nf-field-element select {
	height: 3em;
}



/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	display: flex;
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
	border: none;
	background: none;
	list-style-type: none;
}

.simple-social-icons ul li a {
	display: inline-block;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	margin: 2px;
	border: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.simple-social-icons ul.aligncenter {
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	justify-content: flex-end;
}



/* ## WP Featherlight
--------------------------------------------- */
.featherlight .featherlight-close-icon {
	box-shadow: none;
}

/* ## Front Page
--------------------------------------------- */
.front-page-widget {
	position: relative;
	width: 100%;
	padding: 6rem 0;
}

.front-page-widget:nth-of-type(even) {
	border-top: 1px solid #eceef1;
	border-bottom: 1px solid #eceef1;
	background-color: #f6f8fa;
}

.front-page-widget .widget:last-of-type {
	margin-bottom: 0;
}

.front-page-widget .textwidget {
	width: 100%;
}

.front-page-widget p,
.front-page-widget li {
	color: #4d5968;
}



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

@media (min-width: 384px) {
	.before-header p {
		display: inline-flex;
		margin: 0 1em 0 0;
	}
	.has-hero-slider .front-page-1 h2 {
		font-size: 2.2em;
		line-height: 1.236;
	}
	.has-hero-slider .front-page-1 p {
		line-height: 1.618;
	}
}

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button,
	.wp-block-button a + button,
	.wp-block-button a + .button {
		clear: none;
		margin-top: 0;
	}
	.gallery-item {
		width: 48.71795%;
		margin-bottom: 2.5rem;
	}
	.gallery-item:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}
	.after-entry .enews input {
		max-width: 38.46154%;
		margin-left: 2.5641%;
	}
	.after-entry .enews input:first-of-type {
		margin-left: 0;
	}
	.blocks-gallery-image {
		width: 48.71795%;
		margin-bottom: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		clear: both;
		margin-left: 0;
	}
	.front-page .content .entry.post,
	.blog .content .entry, .content .entry,
	.search-results .content .entry {
		/* width: 48.71795%; */
		margin-bottom: 2.5rem;
		/* margin-left: 2.5641%; */
		/* background-color: #ffffff; */
	}

.archive .content {
	max-width: 800px;
	margin: 0 auto;
}

	
	.front-page .content .entry.post:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.archive.genesis-pro-portfolio .entry {
		width: 48.71795%;
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.archive.genesis-pro-portfolio .entry:nth-of-type(odd) {
		margin-left: 0;
	}
	.has-hero-slider .front-page-1 .slick-arrow {
		visibility: visible;
	}
	.front-page-5 .entry.portfolio {
		width: 50vw;
	}
	.front-page-9 input {
		display: inline-block;
		width: auto;
		margin: 0 0.2em 1em;
	}
}

@media (min-width: 768px) {


	.wp-video-shortcode {
		width: auto;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 88%;
		max-width: 1152px;
		padding-right: 0;
		padding-left: 0;
	}
	.contact-page .site-inner {
		padding-top: 10rem;
	}
	.contact-page.has-before-header .site-inner {
		padding-top: 14rem;
	}
	.content {
		/* padding: 0rem; */
	}
	.front-page.page .content {
		margin: 0;
	}
	.blog .content,
	.archive .content,
	.search-results .content {
		padding: 6rem 0;
	}
	.page .content,
	.single .content,
	.error404 .content {
		/* margin: -6rem auto 0; */
		padding-top: 4rem;
		/* padding-bottom: 4rem; */
	}
	.page .content:before,
	.single .content:before,
	.error404 .content:before {
		display: block;
	}
	.landing-page .content {
		margin-top: 0;
	}
	.landing-page .content:before {
		display: none;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		clear: none;
		margin-left: 2.5641%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.71795%;
	}
	.one-third,
	.two-sixths {
		width: 31.62393%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81197%;
	}
	.one-fourth {
		width: 23.07692%;
	}
	.three-fourths {
		width: 74.35897%;
	}
	.one-fifth {
		width: 17.94872%;
	}
	.two-fifths {
		width: 38.46154%;
	}
	.three-fifths {
		width: 58.97436%;
	}
	.four-fifths {
		width: 79.48718%;
	}
	.one-sixth {
		width: 14.52991%;
	}
	.five-sixths {
		width: 82.90598%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.gallery-item {
		margin-bottom: 2.5rem;
		margin-left: 2.5641%;
	}
	.gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-2 .gallery-item {
		width: 48.71795%;
	}
	.gallery-columns-2 .gallery-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.gallery-columns-3 .gallery-item {
		width: 31.62393%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.gallery-columns-4 .gallery-item {
		width: 23.07692%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.gallery-columns-5 .gallery-item {
		width: 17.94872%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.gallery-columns-9 .gallery-item {
		width: 8.83191%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.pricing-table + .pricing-table {
		margin: 10rem 0;
	}
	.pricing-table + hr {
		margin: 10rem 0;
	}
	.author-box {
		padding: 6rem 0;
	}
	.blocks-gallery-image {
		margin-bottom: 2.5641%;
		margin-left: 2.5641%;
	}
	.blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image {
		width: 48.71795%;
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image {
		width: 31.62393%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(odd) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image {
		width: 23.07692%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(3n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image {
		width: 17.94872%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(4n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image {
		width: 14.52991%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(5n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image {
		width: 12.08791%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(6n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image {
		width: 10.25641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(7n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image {
		width: 8.83191%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(8n + 1) {
		margin-left: 2.5641%;
	}
	.wp-block-gallery.columns-9 .blocks-gallery-image:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.hero-section {
		padding: 12rem 0 6rem 0;
	}
	.blog .hero-section .wrap,
	.archive .hero-section .wrap,
	.search-results .hero-section .wrap {
		padding-bottom: 0;
	}
	.hero-section .wrap {
		max-width: 1152px;
	}
	.nav-primary,
	.nav-secondary {
		right: calc(-40rem + -6vw);
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		right: -6vw;
	}
	.entry-footer {
		margin-top: 2rem;
		padding: 2rem 0;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem 0;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		padding: 3rem 0 2rem 0;
	}
	.sidebar .widget:first-of-type {
		padding-top: 6rem;
	}
	.blog .sidebar .widget,
	.archive .sidebar .widget {
		margin-bottom: 3rem;
		padding: 0rem;
	}
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.before-footer {
		padding: 3rem 0 3rem 0;
	}
	.before-footer p {
		margin: 0;
	}
	.footer-widgets {
		padding: 7rem 0;
		/* margin-top: 5rem; */
		background-color: var(--deepblue);
	}
	.footer-widgets .wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		width: 31.62393%;
		margin-left: 2.5641%;
	}
	.footer-widgets .widget-area.footer-widgets-1 {
		margin-left: 0;
	}
	.footer-widgets .widget-area.footer-widgets-2 {
		margin-bottom: 0;
	}
	.footer-credits {
		margin-top: 10rem;
	}
	.footer-credits .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.footer-credits .widget:last-of-type {
		text-align: right;
	}
	.footer-credits .simple-social-icons {
		margin-bottom: 0;
	}
	.front-page-widget {
		padding: 10rem 0;
	}
	.has-hero-slider .front-page-1 {
		padding: 0;
	}
	.has-hero-slider .front-page-1 .slick-slider {
		max-height: 100vh;
	}
	.has-hero-slider .front-page-1 .slick-arrow {
		top: 50%;
	}
	.has-hero-slider .front-page-1 h2 {
		font-size: 3em;
	}
	.front-page-1.hero-section {
		padding: 16rem 0;
	}
	.front-page-1.hero-section .wrap {
		width: 88%;
		max-width: 1152px;
		padding-right: 0;
		padding-left: 0;
	}
	.front-page-2 {
		padding: 5rem 0;
	}
	.front-page-2 .widget-wrap {
		width: calc(100% + 10vw);
		max-width: calc(100% + 10vw);
		margin: 0 -5vw;
	}
	.front-page-2 .gallery img {
		padding: 0 5vw;
	}
	.no-js .front-page-2 .gallery img {
		padding: 0 1rem;
	}
	.front-page-2 .gallery-item {
		margin: 0 !important;
	}
	.no-js .front-page-2 .gallery-item {
		max-width: 100%;
	}
	.front-page-3 .widget hr {
		margin: 7.5rem 0;
	}
	.front-page-3 .mejs-container {
		min-width: 100% !important;
		max-width: 100%;
	}
	.front-page-3 .mejs-mediaelement {
		box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
	}
	.front-page-3 .mejs-overlay-button {
		width: 8rem;
		height: 8rem;
	}
	.front-page-4 .pull-left {
		position: relative;
		right: 0;
		width: 150%;
		max-width: 150% !important;
		margin-left: -50%;
	}
	.front-page-5 {
		padding: 0;
	}
	.front-page-5 .entry.portfolio {
		width: 33.33333333333333vw;
	}
	.front-page-6 {
		padding: 10rem 0;
	}
	.front-page-6 .widget {
		margin-bottom: 0;
	}
	.front-page-6 p {
		margin-bottom: 0;
	}
	.front-page-7 .pricing-table {
		margin-top: 5rem;
		margin-right: 0;
		margin-left: 0;
	}
	.front-page-7 hr {
		max-width: 100%;
	}
	.front-page-7 ul blockquote {
		padding-right: 2em;
		padding-left: 2em;
	}
	.front-page-8 .entry {
		clear: none;
		width: 31.62393%;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 2.5641%;
	}
	.front-page-8 .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.front-page-8 .entry:nth-of-type(1n + 4) {
		margin-top: 2.5641%;
	}
	.front-page-9 .wrap {
		padding: 5rem 0;
	}
	.front-page-9 input {
		margin-bottom: 0;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		display: flex;
		padding: 0;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		flex-direction: row-reverse;
	}
	.single .content,
	.contact-page .content {
		/* width: 768px; */
	}
	.single-product .content {
		width: 896px;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 25%;
		/* padding-top: 3rem; */
	}
	.blog .sidebar-primary,
	.archive .sidebar-primary {
		padding-top: 6rem;
	}
	.sidebar-content .content,

	.content-sidebar {
		background: #f1f1f1;
	}	






	
	.content-sidebar .content {
		width: calc(75% - 5rem);
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 5rem;
		border-radius: 10px;
	}


	
	.single-post.content-sidebar .content {	
		background: #ffffff;
		padding: 30px;
		margin-top: 5rem;
	}

	.single-post.content-sidebar .content figure{
		/* border-radius: 10px; */
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.single-post.content-sidebar .content img {
		border-radius: 10px;		
	}	

	
	.single-post.content-sidebar .content hr {
		background: var(--grey5);
		height: 3px;
		padding: 0px;
		margin: 30px 0px 30px 0px;
	}


	
	.single .gallery {
		max-width: 896px;
	}
	.after-entry {
		width: calc(100% + 12rem);
		max-width: calc(100% + 12rem);
		margin: 0 -6rem;
		padding: 6rem;
	}
	.search-form .search-toggle {
		display: block;
	}
	.site-header .search-form input[type='search'] {
		display: none;
		position: absolute;
		top: 0;
		right: 2em;
		bottom: 0;
		margin: auto 1em auto 0;
	}
	.js.has-sticky-header .site-header.shrink > .wrap {
		height: 7rem;
	}



 .site-header.shrink .menu-item a { 
    color: #3b5f7a;
	}


	.site-header > .wrap {
		height: 10rem;
		padding: 0;
		flex-wrap: nowrap;
	}
	.no-js .site-header > .wrap {
		padding: 0;
	}
	.site-description {
		line-height: 1.382;
		text-align: left;
	}
	.before-header {
		width: 100vw;
		max-width: 100%;
	}
	.has-sticky-header .shrink .before-header {
		margin-top: -4rem;
	}
	.before-header .wrap {
		width: 88%;
		max-width: 1152px;
		padding: 0;
	}
	.header-widget-area {
		display: block;
		margin: 0 0 0 0.5em;
		order: 5;
	}
	.hero-section {
		padding: 13rem 0 4rem 0;
	}
	.menu {
		font-size: 1.5rem;
	}
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-top: 0;
		margin-left: 0.618em;
	}
	.menu-item {
		display: flex;
		width: auto;
		max-width: 30rem;
		height: 10rem;
		padding: 0 0.618em;
		align-items: center;
		order: initial;
	}
	.shrink .menu-item {
		height: 7rem;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item.button {
		margin: 0 0 0 1em;
	}
	.sub-menu {
		/* position: absolute; */
		/* z-index: 99; */
		/* top: 100%; */
		/* left: 0; */
		/* width: 20rem; */
		margin-left: -1em;
		/* padding: 1em 0; */
		/* border: 1px solid #eceef1; */
		border-radius: 3px;
		/* background-color: #f6f8fa; */
	}
	.sub-menu:before {
		display: block;
	}
	.sub-menu .menu-item {
		height: auto;
		padding: 0em 0.5em 0.5em 1em;
	}
	.sub-menu .menu-item:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		position: relative;
		padding: 0;
		color: #90959f;
		word-wrap: break-word;
	}
	.sub-menu .sub-menu {
		top: -0.5em;
		left: -0.1rem;
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		border: 1px solid #eceef1;
	}
	.nav-primary,
	.nav-secondary {
		display: block;
		overflow: visible;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		max-width: none;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	.nav-primary.activated,
	.nav-secondary.activated {
		right: auto;
		box-shadow: none;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
		border-top: 1px solid rgba(198, 202, 206, 0.3);
	}
	.nav-secondary .menu-item {
		height: 6rem;
	}
	.has-sticky-header .shrink .nav-secondary .menu-item {
		height: 5rem;
	}
	.nav-secondary .menu > .menu-item:first-of-type {
		padding-left: 0;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.front-page .content .entry.post,
	.blog .content .entry,
	.archive .content .entry,
	.search-results .content .entry {
		width: 100%;
		margin-bottom: 2.5rem;
		background-color: #ffffff;
	}
	.front-page .content .entry.post:nth-of-type(odd),
	.blog .content .entry:nth-of-type(odd),
	.archive .content .entry:nth-of-type(odd),
	.search-results .content .entry:nth-of-type(odd) {
		/* margin-left: 2.5641%; */
	}
	.front-page .content .entry.post:nth-of-type(3n + 1),
	.blog .content .entry:nth-of-type(3n + 1),
	.archive .content .entry:nth-of-type(3n + 1),
	.search-results .content .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.pagination {
		padding: 2rem 0;
	}
	.wpmenucart-contents {
		margin-left: 1em;
	}
	.has-hero-slider .front-page-1 .slick-wrap {
		width: 88%;
		max-width: 1152px;
	}
	.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 14rem;
	}
	.has-nav-secondary .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 16rem;
	}
	.has-nav-secondary.has-before-header .has-hero-slider .front-page-1 .slick-wrap {
		padding-top: 20rem;
	}
}

@media (min-width: 1152px) {
	.header-widget-area {
		margin: 0 0 0 2em;
	}
	.menu-item {
		padding: 0 1em;
	}
	.front-page-2 .widget-wrap {
		width: calc(100% + 7.5rem);
		max-width: calc(100% + 7.5rem);
		margin: 0 -3.75rem;
	}
	.front-page-2 .gallery img {
		padding: 0 3.75rem;
	}
}

@media (min-width: 1280px) {
	.menu .rss,
	.menu .date,
	.menu .search,
	.menu .twitter {
		margin-left: 1.5em;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.pricing-table div {
		width: 100%;
	}
	.contact-page .agm-canvas {
		height: 30rem !important;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #3b5f7a !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #eceef1;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		width: 100%;
		text-align: center;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		position: relative;
		top: -10rem;
		padding-top: 0;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}






/* HIDES THE DEFAULT TITLE BLOCK ON HOME */

.hero-hide .hero-section {
	display: none;
}


/* HOME HERO STYLINGS */

.home-hero h1, .home-hero p.pow-para {
	color: #ffffff;
}

 
.home-hero {
	border-radius: 0px 0px  10% 10%;
	background-image: url("../jpg/cnb1069_home-hero_v2.jpg");
	background-color: var(--deepblue);
	background-position: top center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
}


@media (max-width:781px){
.home-hero {
background-size: auto 100%;
}
}



.home-pmx img {
	margin-right: -50vw;
	max-width: 800px;
	/* width: 100vw; */
}

.home-pmx {
	border-radius: 200px 300px 300px 300px;
	transition: 1s;
}




@media (max-width:781px){
.home-pmx img {
	max-width: 100%;
}
}




.contain {
    max-width: 1240px;
    margin:0 auto;
}


.wp-block-cover, .wp-block-cover-image {
padding: 0em;
}

	
.home-phys {
	background-size:2800px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../png/home-div-5.png");
}

.home-phys .wp-block-columns {
	margin-bottom: 0rem;
    margin-top: -200px;
}


@media (max-width: 600px) {

.home-phys {
	background-size:2000px;
}
	
.home-phys .wp-block-columns {
    margin-top: -100px;
}
}

/* old above */






.goscroll {
	width: 35px !important;
	padding-bottom: 50px;
	z-index: 10000 !important;
	position: absolute;
}

.goscroll:focus {
	border:1px solid var(--deepblue) !important;
}


/* HOME ROUTE CHOICES - PROD/APP/SERVICE*/

.areas {
    text-align: center;
}


/* GLOBAL  */

.ss-revs {
	border: 18px solid #ffffff30;	
	border-radius: 12px;
}

/* sticky cta  */

.sticky-cta {
	background-color: var(--deepblue);
	padding: 12px;
	border-bottom: 1px solid #ffffff30
}

.sticky-cta p {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 800;
	margin-bottom: 0px;
}

/* faqs block  */

.faq-block {
	max-width: 900px;
	margin: 0 auto;
}

.faq-block h3 {
	font-size: 1em;
	letter-spacing: -0.5px
}


.grey-box {
	background-color: var(--grey5);
	padding: 24px;
	border-radius: 10px;
}

/* dark box */


.dark-box li {
	color: var(--grey5);
}

.dark-box h1, .dark-box h2, .dark-box h3, .dark-box h4, .dark-box h5, .dark-box h6, .dark-box p  {
	color: var(--grey5);
}

.dark-box {
	background-color: var(--deepblue);
	padding: 1rem 4rem;
	border-radius: 30px;
	z-index: 1;
	position: relative;
}

.dark-box a {
	color: #ffffff;
	font-weight: 300;
	box-shadow: inset 0 -2px 0 #f8b5ba
}

.dark-box .is-style-wide {
	margin: 2em 0 3em 0;
	background-color: var(--deepblue90);
}

.dark-box table {
	margin-bottom: 2rem;
	border: 6px solid var(--deepblue90);
	background-color: #3B5F7A;
	color: #ffffff;
}


.dark-box .wp-block-table td {
	border: 3px solid var(--deepblue90);
	padding: 0.25em 0.5em;
}

.wp-block-table th {
	padding: 0.25em 0.5em;
}



.max800 {
	max-width: 800px;
}


.post-password-form {
	margin-top: 160px;
}



.is-centered {
	text-align: center;
}

.hideit {
	display:none !important;
}


.curve-contain {
	padding: 100px 0px;
	border-radius: 52% 46% 62% 32% / 7% 4% 10% 10%;
}

p.pow-para {
    font-size: 1.35rem;
    font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	color: var(--deepblue);
	line-height: 1.5;
	letter-spacing:-0.5px
}

.tag {
		margin-bottom: 24px;
}

.tag span {
	background-color: var(--deepblue);
	color: #ffffff;
	border-radius: 50px;
	padding:10px 20px;
}

.wp-block-columns {
    margin-bottom: 0rem;
	
 /* default block/column styling removed in functions for code val added back in */
    display: flex;
    gap: 2em;
}


@media (min-width: 601px) {
.show-600 {
	display: none;
}
}

@media (max-width: 600px) {
.hide-600 {
	display: none;
}
}


@media (max-width: 900px) {
.hide-900 {
	display: none;
}
}


@media (max-width: 600px) {
.wp-block-button__link {
	width: 100% !important;
}
}

/* AREA  */

.areas {
	padding-bottom: 50px;
}


.areas a {
	text-decoration: none;
    color: #3b5f7a;
}

.prods-hp {
	background-image: url("../jpg/blob-teal.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top center;
}

.areas img {
	max-width: 150px;;
}

.apps-hp {
	background-image: url("../jpg/blob-pink.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top center;
}

.services-hp {
	background-image: url("../jpg/blob-yellow.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top center;
}

.res-hp {
	background-image: url("../jpg/blob-blue.jpg");
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: top center;
}








.item__subtitle p {
    background-color: #3b5f7a;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 40px;
    font-weight: 600;
    margin-top: 0px;
}




/* HEADER  */

.search-form {
	display: none;
}

/* FOOTER  */


    /* blog links  */
.footer-widgets .post-date {
	display: inline-block;
	font-size: 90%
}






/* MODULE BLOCK - CENTERED TITLE & SUB  */

.title-block-centre {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	display: inherit;
}

.title-block-centre hr {
    background: url(../svg/div-cust.svg) no-repeat top center;

}





.half-blob {
	background-size:60%;
	background-repeat: no-repeat;
    background-position: calc(100% + 35%) ;
    padding-top: 50px;
    padding-bottom: 50px;
}

.imgbg-pm {
	background-image: url("../jpg/blob-physiomimix-plates.jpg");
}


/* WHATS NEW - HOMEPAGE  */

.new-featured .wp-block-column {
	margin-bottom: 3em;
}






.thumb1 {
	background-image: url("../jpg/news_sot-booklet.jpg");
}

.thumb2 {
	background-image: url("../jpg/news_blank.jpg");
}

.thumb3 {
	background-image: url("../jpg/news_blank.jpg");
}

.thumb4 {
	background-image: url("../jpg/news_webinar-vaish5.jpg");
}







/* PROD BLOCK - HOMEPAGE  */

.hov-blob-contain img {
	margin: 0 auto;
}





/* BUTTON STYLES  */

.button-pink {
	background-color: #f8b5ba;
}

.button-pink:hover {
	background-color: #cd979c !important;
}

.button-yel {
	background-color: #fec34e;
}

.button-yel:hover {
	background-color: #d1a243 !important;
}

.but-pad {
	padding-top: 24px;
}



/* APPLICATION PG  */


.applic-areas {
	margin-top: 100px;
	text-align: center;
}

.interest-area {
	text-align: center;
	/* margin-top: 30px; */
}

.interest-area .is-style-outline a {
	text-transform: none
}



.diseasemodelbody .sidebar {
	background-color: var(--grey5);
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}





.applic-areas .wp-block-column {
	background-size: 200px;
	background-position: center center;
	background-repeat: no-repeat;
}

.disease-modelling {
	background-image: url("../svg/blob1.svg");
}

.oncology {
	background-image: url("../svg/blob2.svg");
}

.drug-dev {
	background-image: url("../svg/blob3.svg");
}

.barrier-models {
	background-image: url("../svg/blob4.svg");
}



.app-area-blocks {
	/* margin-top: 10rem; */
	/* min-height: 700px; */
	/* margin-bottom: 0px; */
}


.app-area-blocks .wp-block-column {
	padding: 4% 0%;
	/* min-height: 400px; */
	border-radius: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* text-align: center; */
}

.app-area-blocks  .wp-block-column h3 {
	padding-top: 0px ;
}

.app-area-blocks .wp-block-column img {
    border-radius: 29% 33% 32% 43% / 29% 33% 63% 65%;
    margin-bottom: 0px;
}

.blob1bg {
	background-image: url("../svg/blob1-2.svg");
}
.blob2bg {
	background-image: url("../svg/blob2-2.svg");
}
.blob3bg {
	background-image: url("../svg/blob3-2.svg");
}
.blob4bg {
	background-image: url("../svg/blob4-2.svg");
}





.hp-hero {
	margin-top: -100px;
}

.layer1 {
z-index: 1000 !important
}



/* MODELS  */


.mod-feats img {
	width: 100px;
	height: 100px;
	margin-bottom: 12px;
}

.mod-page .hero-section {
	padding-top: 34rem;
	background-color: #517b90;
	background-repeat: no-repeat;
	position: relative;
	background-position:bottom;
	background-size: contain;
	text-align: center;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}

.liver-mod .hero-section {
	background-image: url("../jpg/mod-hero-bg2.jpg");
}

.gut-liver-mod .hero-section {
	background-image: url("../jpg/gut-liver_hero-bg.jpg");
}

.lung-mod .hero-section {
	background-image: url("../jpg/lung_hero-bg.jpg");
}

.mod-page .hero-section:before {
	background-color: #3b5f7a20;
	  display: block !important;
	  position: absolute;
	  z-index: 1;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  pointer-events: none;
	  transition: all 0.3s ease;
	  border-bottom-left-radius: 80% 10%;
	  border-bottom-right-radius: 80% 10%;
}



.mod-page .live-chat-but-display {
	display:none;
}

.mod-hero .hero-section {
	padding-top: 34rem;
}

.mod-hero {
	margin-top: -28rem;
}

.mod-hero h1, .mod-hero h2 {
	color: #ffffff;

}


.model-sec {
	margin-top: 7rem;
	padding-bottom: 4rem;
}


.mod-feats h3, .mod-ends h3  {
	font-size: 1.4em;
	letter-spacing: -1px;
}

.mod-ends h4  {
	font-size: 1.15em;
	letter-spacing: -0.5px;
}

.mod-feats .wp-block-column {
	margin-bottom: 30px;
}

/* MEGA NAVS  */

.gm-navbar-nav > .menu-item {
    position: inherit;
}



.sub-men.wp-block-columns {
	margin-top: 0px
}

.gm-search__fullscreen-container {
    background-color: #3b617bE6;
}

.gm-search__fullscreen-container .gm-search__input[type='text'] {
    height: 76px;
}


.gm-open {
	color: #ffffff;
	padding-top: 12em;
	padding-bottom: 12em;
}

.gm-open p {
	line-height: 1.4
}


.gm-dropdown-menu .is-style-outline>.wp-block-button__link:not(.has-background) {
	color: #ffffff !important;
}

.gm-dropdown-menu .is-style-outline>.wp-block-button__link:not(.has-background):hover {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.1);
	
}


.gm-open hr {
	margin: 0.5em 0 !important;
}


.gm-dropdown-menu {
	font-size: 100%
}

.gm-dropdown-menu {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

.gm-dropdown-menu a {
	font-weight: 800;
	color: #f1f1f1;
	font-size: 15px;
}

.gm-dropdown-menu a.wp-block-button__link {
	font-size: 18.66px;
}


.mega-nav-list li a {
	border-top: 2px solid  rgba(255, 255, 255, 0.1);
	padding: 9px 6px !important;
	font-size: 12px;
	display: block !important;
	border-radius: 3px;
}

.mega-nav-list li:first-child a {
	border-top: 0px solid #3b5f7a;
}


.mega-nav-list li {
	display: block !important;
	width: 100% !important;
}


.mega-nav-list .menu-item.current-menu-item > a {
	color: #ffffff;
}

.mega-nav-list .menu-item.current-menu-item > a:before {
	content: "\203A";
	margin-right: 6px;
}

.gm-dropdown-menu .mega-nav-list a:hover {
	color: #F2CACA;
	background-color: #3b5f7a	
}


.gm-search__fullscreen-container .gm-search__input[type="text"] {
    border-bottom: 4px solid #91d0d3 !important;
}

.gm-search__fullscreen-container .gm-search-btn {
    border-bottom: 4px solid #91d0d3 !important;
}


.gm-search__fullscreen-container .gm-search__input[type="text"] {
    color: #fff !important;
    font-size: 24px !important;
}

.gm-search__fullscreen-container .gm-search__alpha {
    color: #91d0d3 !important;
    font-weight: 800;
    font-size: 120%;
}




.gm-mega-menu-wrapper h2 {
	font-size: 1.7em;
	letter-spacing: -0.5px;
}

.gm-mega-menu-wrapper h3 {
	font-size: 1.2em;
	letter-spacing: -0.5px;	
}

.gm-mega-menu-wrapper h4 {
	font-size: 1em;
	letter-spacing: -0.5px;	
}

.gm-mega-menu-wrapper h5 {
    margin: 0 0 0em 0;
}

.gm-mega-menu-wrapper hr {
    height: 25px;
}

.services-col h3 {
	text-align: center;
	font-size: 1em;
}

.services-col h3:hover {
	color: var(--cnbpink);
}

.services-col:hover {
	background-color: #ffffff26;
}


.services-col {
	background-color: #ffffff1a;
	border-radius: 10px;
	padding: 18px;
	text-align: center;
}

.nav-col {
	background-color: #ffffff1a;
	border-radius: 10px;
	padding: 18px;
}

.mega-link-block {
	background-color: #ffffff1a;
	border-radius: 10px;
	padding: 6px 12px;
}

.mega-icon {
	margin-bottom: 0px;

}


.px-border {
	border-radius: 10px;
	padding: 0rem 4rem;
}


/* COMPANY MEGA */

.nav-feed a {
	font-weight:800;
	letter-spacing: 0px;
	font-size: 12px;

}

.nav-feed li {
	border-bottom: 2px solid #ffffff1a;
	margin-top: 12px;
}


.nav-feed li:first-child a {
	border-top: 0px solid #3b5f7a;
}

.mega-img {
    border-radius: 10px;
}


.company-col {
	padding-right: 42px;
}

.event-list-mega p, .event-list-mega a  {
	font-size: 12px;
}

* {
  box-sizing: border-box;
}




/* EXLORE HOVER PULSE */

/* Animation */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}



/* Button */


.btn-pulse .circle {
    margin: auto 0;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #45babf;
  border-radius: 50%;
  opacity: 0.9;
  transform-origin: 50% 50%;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out;
  color: white;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.btn-pulse .circle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn-pulse .circle:active {
  transform: scale(0.875);
}
.btn-pulse .ring {
  display: block;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 4px solid #45babf;
  opacity: 0;
  animation: pulsate 3s ease-out infinite;
}
.btn-pulse:hover .ring {
  animation: none;
}
.btn-pulse:active .ring {
  animation: stop-pulsate 0.3s;
}

/* EXLORE HOVER END */







/* RESOURCES */

.resource-promo {
	margin-top: 30px;
	margin-bottom: 30px;

}

.resource-promo {
	background-color: var(--deepblue);
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	padding: 18px;
}


.resource-promo .pow-para {
	color: #ffffff;
	margin-bottom: 0px;
}

.resource-promo .fas {
	color: var(--cnbpink);
	font-size:70px;
	padding-top: 10px
}

.rs-dl-col {
	background-image: url("../png/a4-resource-mockup-template.png");
	background-size: cover;
	background-repeat: no-repeat;	
	padding-top: 60px;
	padding-bottom: 60px;
}


.resource-block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em;
	transition: 0.5s;
}

.resource-block:not(.featured-resource-slide .resource-block):hover {
	background-color: var(--deepblue);
	transition: 0.5s;
}


.resource-block:hover:not(.featured-resource-slide .resource-block) h2, .resource-block:hover:not(.featured-resource-slide .resource-block) h3, .resource-block:hover:not(.featured-resource-slide .resource-block) h4, .resource-block:hover:not(.featured-resource-slide .resource-block) p:not(.new-category) {
	color: #ffffff
}

@media (min-width: 782px) {
.resource-info {
	/* padding-left: 30px; */
}
}


.resource-info {
	max-width: 800px;
	margin: 0 auto;
}

.resource-info hr {
	margin: 50px 0 40px 0;
    padding: 1px 0px;
    background: var(--grey5);
    height: 3px;
}

.resource-info h4 {
    /* font-size: 1.5rem; */
}



.resource-info li::marker {
	color: #F8B5B9;
}


.resource-block:first-of-type {
   
}

.resource-block img {
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.resource-block .wp-block-buttons {
	/* text-align: center; */
	padding-top: 12px;
}

.resource-block .wp-block-button__link {
	min-width: 250px;
}

.resource-block .wp-block-columns {
	margin-bottom: 0px;
}

.resource-block  h2 {
	font-size: 2rem;
	padding-bottom: 0;
	/* margin-bottom: 0px !important; */
}

	/* 
.resource-block  h3 {
 font-size: 1.2rem;
	padding-bottom: 0;
	letter-spacing: -0.5px;
	margin-bottom: 12px;	
}
 */

.resource-block  hr {
	width: 100px;
	padding-bottom: 0px;
	height: 30px
}

.resource-block  h4 {
	font-size: 1.75rem;
	padding-bottom: 0;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}


.rs-vid-embed {
	padding: 18px 18px 1px 18px;
	background-color: #f1f1f1;
	border-radius: 10px;
}



.entry-content .category {
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	background-color: var(--deepblue90);
	padding: 6px 12px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px auto;
	/* width: 80%; */
	border-bottom: 3px solid var(--cnbpink)
}

.share-res {
	text-align: right;
}

.share-res p {
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: var(--grey30)
}

.type-resource .entry-meta {
	display: none;
}




.resource-item-img-col {
	width: 80%;
	padding: 1rem 2rem;
	background-color: #ffffff;
	border-radius: 10px;	
}


.single-resource {
	/* background-color: #f1f1f1; */
}

.single-resource .before-footer {
	display: none;
}




.resource-hero  {
	position: relative;
	padding: 11rem 0 5rem 0;
	margin-bottom: 100px;
	/* margin-top: -85px; */
	background-color: var(--deepblue);
	background-image: url("../png/cnb-blobs.png");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}

.resource-hero:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}


.resource-hero h1 {
	width: 100%;
	margin: 0 auto 24px auto;
	color: #ffffff;
	text-align: left;
}

.resource-hero p {
	max-width: 600px;
	color: #ffffff;
    font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}


.resource-hero p.pow-para {
    font-weight: 800;
	line-height: 1.5;
	letter-spacing:-0px
}


.resource-hero  a {
	color: #f6f8fa;
}

.resource-hero  a:hover,
.resource-hero  a:focus {
	color: #45babf;
}

.resource-hero img {
	border: 12px solid #f5f5f5;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.25);
}





/* filters */

.facetwp-facet {
	margin-bottom: 0px !important;
	margin-top: 0px !important;	
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 100% !important;
    background-color: #f1f1f1;
    width: 100%;
    border: 3px solid var(--grey30);
    border-radius: 9em;
    padding: 0.7em 24px;
    font-size: 95%;
    font-weight: 700;
}

.facetwp-facet input.facetwp-search:hover, .facetwp-facet input.facetwp-location:hover {
	    background-color: #ffffff;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--deepblue);
 font-weight: 700;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--deepblue);
    font-weight: 700;	
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--deepblue);
    font-weight: 700;
}


.facetwp-icon {
    right: 18px !important;
}

.facetwp-input-wrap {
	min-width: 100% !important;
}

.facetwp-checkbox {
	background-color: #f1f1f1 !important;
	padding: 6px 12px 6px 36px !important;
	border-radius: 6px;
	background-position: 12px 50% !important;
}

.facetwp-checkbox .facetwp-expand {
	font-weight: 700;
	color: var(--darkgreen);
}

.facetwp-depth.visible {
	margin-bottom: 12px;
}

.filter-trig.wp-block-button a  {
	background-color: #f1f1f1;
	border: 3px solid var(--coregreen);
		padding: 0.7em 1.5em;
}

.filter-trig.wp-block-button a:hover  {
	background-color: #ffffff;
	box-shadow: none;
}

.facetwp-reset  {
	background-color: #f1f1f1;
	width: 100%;
	border: 3px solid var(--cnbpink);
	padding: 0.7em 12px;
	font-size: 95%
}

.facetwp-reset:hover {
	background-color: #ffffff;
	box-shadow: none;
}

.filters-stick {
	background-color: #f1f1f1;
	padding-top: 12px;
	padding-bottom: 12px;
}

.facetwp-selections ul {
	margin: 12px -3px 0px -3px;
}

.facetwp-selections li {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 6px;
	margin: 3px;
	font-weight: 500
}

.facetwp-selection-label {
	font-weight: 800;
	margin-right: 12px;
	color: var(--deepblue);
	text-transform: uppercase;
}

.is-loading {
	margin-bottom: 24px;
	color: var(--deepblue);
}

/* CAREERS ***************************************************/

.emp-bens .icon-block {
	margin: 0rem 0;
}

.emp-bens {
	border-radius: 24px;
	padding: 12px 24px;
}

.quote-right, .quote-left {
	background-color: #f1f1f1;
	padding: 30px;
}

.quote-right {
	border-radius: 30px 30px 100px 0px;
}

.quote-left {
	border-radius: 30px 30px 0px 100px;
	text-align:right;
}

/* archive career */

.job-block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em;
    margin-bottom: 2rem;
}

.job-block:first-of-type {
    margin-top: 4rem;
}

.job-block img {
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.job-block .wp-block-buttons {
	/* text-align: center; */
	padding-top: 12px;
}

.job-block .wp-block-button__link {
	min-width: 250px;
}

.job-block .wp-block-columns {
	margin-bottom: 0px;
}

.job-block  h2 {
	font-size: 2rem;
	padding-bottom: 0;
	/* margin-bottom: 0px !important; */
}

.job-block  h3 {
 font-size: 2rem;
 padding-bottom: 0;
 letter-spacing: -0.5px;
 margin-bottom: 12px;
}

.job-block  hr {
	padding-bottom: 0px;
}

.job-block  h4 {
	font-size: 1.75rem;
	padding-bottom: 0;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}

.recruitment-accord.wp-block-pb-accordion-item {
	background-color: #ffffff;
}

/* single career */

.jobs-template-default .entry-meta, .jobs-template-default .before-footer, .jobs-template-default .entry-footer {
	display: none;
}

.jobs-template-default {
	background-color: var(--grey5)
}


.job-side {
	padding: 0px 30px;
	text-align: center;
}

.job-side .wp-block-buttons {
	padding-bottom: 24px
}

.job-loc {
	padding: 9px 18px;
	background-color: var(--cnbpink);
	border-radius: 10px;
	color: #fff !important;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block
}

.jobs-template-default .event-body {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 10px;
}



/* EVENTS ***************************************************/

.event-detail {
    padding: 12px;
    border-radius: 7px;
}

@media (max-width: 600px) {
.event-detail {
	margin-bottom: 30px;
}

}

.event-detail img {
    border: 2px solid #ffffff66;
    border-radius: 5px;
}

.event-labels  {
    padding: 6px;
    font-weight: 600;
    color: var(--grey5) 
}



.event-labels .fas  {
    padding: 6px;
    font-weight: 600;
    width: 30px;
    text-align: center;
}


.event-labels img {
    margin: 0em auto !important;
}

/* single event */

.event-template-default.single .content {
	 padding-bottom: 0px;
 }


.event-template-default .entry-meta, .event-template-default .before-footer, .event-template-default .entry-footer {
	display: none;
}

.event-template-default {
	/* background-color: var(--grey5); */
}


.event-template-default .event-detail  {
    border: 6px solid var(--coregreen);
	border-radius: 18px;
}


.event-template-default figure {
	/* background-color: #ffffff; */
	border-radius: 10px;
}

.event-pg .resource-block {
	margin-bottom: 24px;
}


hr.is-style-wide {
	margin: 5em 0;
}

.event-hero  {
	position: relative;
	padding: 14rem 0 6rem 0;
	margin-bottom: 100px;
	margin-top: -65px;
	background-color: var(--deepblue);
	background-position: center;
	background-size: cover;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}

.event-hero:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
	border-bottom-left-radius: 80% 10%;
	border-bottom-right-radius: 80% 10%;
}


.event-hero h1 {
	width: 100%;
	margin: 0 auto 24px auto;
	color: #ffffff;
	text-align: left;
}

.event-hero p {
	/* max-width: 600px; */
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	letter-spacing:-0.5px
}

.event-hero  a {
	color: #f6f8fa;
}

.event-hero  a:hover,
.event-hero  a:focus {
	color: #45babf;
}


.event-tag {
	background-color: #F9C8CC;
	 width: fit-content;
	padding: 6px 12px;
	border-radius: 10px;
}

p.event-tag {
	color: var(--deepblue);
	font-size: 0.8em;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

p.event-tag:hover {
	color: var(--deepblue) !important;
}

.event-template-default .entry-content h2 {
	margin-bottom: 1em;
}

.event-template-default .entry-content h3 {
	margin-bottom: 1em;
	/* margin-top: 0.5em; */
}


.event-template-default .entry-content h4 {
	margin-bottom: 1em;
	margin-top: 2em;
}


.event-template-default .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,3em);
}




/* Border Blobs */

.blobbord1 img {
	border-radius: 78% 22% 72% 28% / 37% 49% 51% 63% !important;
}

.blobbord2 img {
	border-radius: 30% 35% 60% 26% / 35% 34% 62% 29%   !important;
}

.sideimage img {
	margin-left: -50%;
	position: absolute;
}


.sideimage-up {
	position: relative;
	padding-top: 10rem;
}

.scroll-enc {
    color: var(--coregreen) !important;
    border-radius: 10px;
    margin-bottom: 12rem;
}





.gm-dropdown-menu-wrapper h1,
.gm-dropdown-menu-wrapper h2,
.gm-dropdown-menu-wrapper h3,
.gm-dropdown-menu-wrapper h4,
.gm-dropdown-menu-wrapper h5,
.gm-dropdown-menu-wrapper h6 {
	color: #ffffff;
}




/* LISTS*/

.ul .fa-block {
	margin-top: 1.5em;
}


.entry-content ul.fa-block  > li {
    list-style-type: none;
    margin-left: 2rem;
}


.fa-block li:before {
    margin-bottom:10px;
    font-family: 'FontAwesome';
    margin: 0 10px 0 -35px;
    font-size: 20px;
}

/* cross list*/
.cross-list li::before {
	color: var(--cnbpink);
	content: '\f00d';
}


/* tick list*/
.tick-list li::before {
	color: var(--cnbyell);
	content: '\f00c';
}

/* tick list bigger */
.tick-list-big li::before {
	color: var(--cnbyell);
	content: '\f00c';
	font-size: 160%;
}




.group-botpad {
	padding-bottom: 7rem;
}



/* STICKY SIDE NAV */

.sticky-side-nav {
	background-color: var(--grey5);
	text-align: center;
	padding: 5rem 3rem 3rem 3rem;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: -4rem;
}

.sticky-side-nav ul li {
    list-style-type: none;
}

.sticky-side-nav ul  {
    margin-bottom: 0px;
    margin-left: 0px;
}


/* ICON BLOCK */

.icon-block {
	margin: 3rem 0;
}

.icon-block h3 {
	font-size: 1.5em;
	letter-spacing: -1px
}

.icon-block img {
	max-width: 100px;	
}


/* CONAINTERS */


.bg-met {
	background-color: var(--grey5);
	padding: 10% 15% 5% 10%;
	border-radius:94% 6% 100% 0% / 12% 100% 0% 88%;
	text-align: left;

	background-image: url("../jpg/8-physiomimix-ooc_116a6282_1000x400-2.jpg");
	background-position: right bottom;
	background-size: cover;
}




.g-contain {
    background-color: var(--grey5);
    padding: 7% 10% 10% 10%;
    border-radius: 100% 0% 96% 4% / 0% 87% 13% 100%; 
}


.prod-page .hero-section {
	padding-top: 34rem;
}

.prod-hero {
	margin-top: -28rem;
}

.prod-hero h1 {
	color: #ffffff;
	text-align: center;
}





.full-width-it {
    margin-left: -50vw;
    margin-right: -50vw;
}

.full-width-it > .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1110px;
}


.re-contain {
    max-width:1170px;
    margin:0 auto;
}


.alignfull .wp-block-group__inner-container {
	margin: 0 auto;
	width: 90%;
	max-width: 1152px;
}




.who-we-are {
	max-width: 80%;
	margin: auto;
}



/* MULTIPLE FEEDS IN COLS */




.col-feed .wp-block-column {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-right: 30px;
}

.col-feed h4 {
	font-size: 1em;
	letter-spacing: 0px;
}

.col-feed ::marker {
	font-size: 0px;
}

.content .entry .col-feed li  {
	margin-bottom: 0px !important;
	margin-left: 0rem;
}

.content .entry .col-feed ul  {
	margin-left: 0rem;
}






/* OUTLINE BUTTON */

.is-style-outline>.wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: #0000;
    border: 3px solid var(--grey30);
    font-size: 90%;
    line-height: 2;
    margin-top: 3px;
    margin-bottom: 3px;
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover {
    background-color: #f1f1f1;
    color: var(--darkgreen) !important;
    border: 3px solid var(--cnbpink);
    box-shadow: none;
}

.is-style-outline a {
	color: var(--darkgreen) !important;
}


.is-style-outline.but-on-g>.wp-block-button__link:not(.has-background)  {
    background-color: #0000;
    border: 2px solid var(--coregreen);
    font-size: 90%;
    line-height: 2;
}

.is-style-outline.but-on-g>.wp-block-button__link:not(.has-background):hover {
    border: 2px solid var(--cnbpink);
}

.jump-to-menu {
    padding-left: 4%; 
    padding-right: 4%;     
}


/*  NEGATIVE MARGINS */

.neg-me-100 {
	margin-top: -100px;
	z-index: -1
}


@media (max-width: 1000px) {
.neg-me-100 {
	margin-top: -50px;
}

}


@media (max-width: 500px) {
.neg-me-100 {
	margin-top: -10px;
}

}


 .no-pad {
    margin-top: 0px ;
    margin-bottom: 0px ;
}




/* DEEP BLUE BOX */


.deep-box li {
	color: var(--grey5) !important;
}

.deep-box h1, .deep-box h2, .deep-box h3, .deep-box h4, .deep-box h5, .deep-box h6, .deep-box p  {
	color: var(--grey5) !important;
}

.deep-box {
	background-color: var(--deepblue);
	padding: 1rem 3rem 2rem 3rem;
	border-radius: 30px;
}

.deep-box img {
	border-radius: 20px !important;
}

.deep-box .wp-block-column {
	/* padding: 1rem 1rem 0rem 1rem; */
}




/* PRO / CONS BOX */


.pro-con li {
	color: var(--grey5) !important;
}

.pro-con h1, .pro-con h2, .pro-con h3, .pro-con h4, .pro-con h5, .pro-con h6, .pro-con p  {
	color: var(--grey5);
}

.pro-con {
	background-color: var(--deepblue);
	padding: 1rem 2rem;
	border-radius: 30px;
	z-index: 1;
	position: relative;
}

.pro-con a {
	color: #ffffff;
}

.pro-con .is-style-wide {
	margin: 2em 0 3em 0;
	background-color: var(--deepblue90);
}

.pro-con .wp-block-column {
	padding: 1rem
}



/* Featured resource - footer of app and services */


.featured-resource h3 {
	font-size: 1.2em !important
}




/* Blob borders */

.blob-bord-1 img {
	border-radius: 29% 33% 32% 43% / 29% 33% 63% 65% ;
}

.blob-bord-2 img {
	border-radius: 50% 50% 78% 22% / 42% 77% 23% 58%;
}

.blob-bord-3 img {
	border-radius: 76% 24% 83% 17% / 30% 55% 45% 70% ;
}

.blob-bord-1 {
	border-radius: 29% 33% 32% 43% / 29% 33% 63% 65% ;
}

.blob-bord-2 {
	border-radius: 50% 50% 78% 22% / 42% 77% 23% 58%;
}

.blob-bord-3 {
	border-radius: 76% 24% 83% 17% / 30% 55% 45% 70% ;
}

/* flat bottom */ .blob-bord-4 {
	border-radius: 46% 72% 0% 0% / 68% 70% 10% 10%  ;
}



/* BLOB ANIMATIONS ------------------------------ */

/* white 1 */

.blob-anim-whi-1 {
  background: #ffffff;
  position: absolute;
  width: 500px;
  height: 500px;
  z-index: -1;
  animation: animwhi1 13s linear infinite;
  vertical-align: middle;
  margin-left: 10%;
}


@keyframes animwhi1 {
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}




/* grey 1 */

.blob-anim-1 {
  background: var(--grey5);
  position: absolute;
  width: 500px;
  height: 500px;
  z-index: -1;
  animation: anim1 13s linear infinite;
  vertical-align: middle;
  margin-left: 10%;
}


@keyframes anim1 {
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}


/* grey 2 */


.blob-anim-2 {
  background: var(--grey5);
  z-index: -1;
  animation: anim2 13s linear infinite;
padding: 30px 10px;
}


@keyframes anim2 {
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}


/* yellow */


.blob-anim-yell {
  background: #fdf2dc;
  z-index: -1;
  animation: yell 13s linear infinite;
padding: 30px 10px;
}


@keyframes yell  {
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}

/* pink */

.blob-anim-pink {
  background: #faecec;
  z-index: -1;
  animation: pink 13s linear infinite;
padding: 30px 10px;
}


@keyframes pink  {
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}



/* MODALS */

.bod-modal-title {
	display: none;
}

.bod-block-popup-wrap .bod-block-popup-closer {
	color: #fff;
background-color: #3b5f7a;	
}

.filter-res .bod-btn {
font-size: 95%;
}

.wp-block-bod-modal-block .bod-btn {
		margin:0px;
		display: inline-block;
		width: 100%;
		padding: 0.7em 30px;
		border: 0;
		border-radius: 9rem;
		color: var(--deepblue) !important;
		box-shadow: 0 0.25rem 2rem -0.5rem rgb(255 255 255 / 0%);
		font-family: 'Montserrat', sans-serif;
		/* font-size: 95%; */
		font-weight: 800;
		line-height: 1.25;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.3s ease;
		background-color: var(--coregreen);
		text-transform: uppercase;
		border: 3px solid var(--coregreen);
}

.wp-block-bod-modal-block .bod-btn:hover {
    background-color: var(--coregreen90) !important;
}


/* PLATES */


.bigger-plate img {
	margin-right: -50vw;
	max-width: 1200px;
	right: 50%;
	/* width: 100vw; */
}
@media (max-width:600px){
.bigger-plate img {
	max-width: 80vw;
}
}



.big-plate img {
	margin-right: -50vw;
	max-width: 800px;
	right: 50%;
	/* width: 100vw; */
}

@media (max-width:600px){
.big-plate img {
	max-width: 80vw;
}
}

.plates-pick {
	margin-top: -200px;
	z-index: -1;
}


/* GLOBAL FOOTER CTA */

.before-footer .wp-block-button a, .before-footer .wp-block-button__link {
	color: var(--deepblue);
	background-color: var(--cnbyell);
	/* outline: 6px solid #ffffff; */
}


.before-footer .wp-block-button a:hover, .before-footer .wp-block-button__link:hover {
	background-color: var(--cnbyell90);
}







.cta-strip .wp-block-button a, .before-footer .wp-block-button__link {
	color: var(--deepblue);
	background-color: var(--cnbyell);
}
.cta-strip .wp-block-button a:hover, .before-footer .wp-block-button__link:hover {
	background-color: var(--cnbyell90);
}

.cta-strip {
	padding: 3rem 0 2.4rem 0;
	background-color: var(--coregreen);
	margin: 0 auto;
	margin-bottom: -4em;
}



/* Global */




.floatleft {
	float: left;
}

.pass-off {
	background-color: var(--grey5);
	padding: 2rem;
	border-radius: 30px;
}

.pass-off .is-style-outline>.wp-block-button__link:not(.has-background), .pass-off .wp-block-button__link.is-style-outline:not(.has-background) {
    border: 2px solid var(--cnbpink);
}


.box-yell-wash {
    background-color: var(--cnbyell10);
    padding: 24px;
}

.box-pink-wash {
    background-color: var(--cnbpink10);
    padding: 24px;
}

.narrow {
	max-width: 800px;
	margin: 0 auto;
}

.narrow-left {
	max-width: 800px;
}


.per-50 {
	width: 50%;
	margin: 0 auto; 
}

.fig-img  {
    margin-bottom: 18px;
}

.narrow-me {
	max-width: 900px;
	margin: 0 auto;
}

.feat-block {
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 600px;
}

.feat-block h3.c-accordion__title {
	font-size: 1.25em;
	letter-spacing: -0.5px;
}

.feat-block .wp-block-pb-accordion-item {
	border: 3px solid #ffffff;
}


.app-links h3 {
	font-size: 1.25rem;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.half-img {
	padding-top: 100px;
	padding-bottom: 100px;
}

.rad10  {
    border-radius: 10px;
}

.rad10 img {
    border-radius: 10px;
}


.rad10 a {
	  border-radius: 10px;
}

.bord3 {
	border: 3px solid var(--grey5);
}



.live-chat-but-display {
	padding-bottom: 12px;
	padding-left: 24px;
	padding-left: 24px;	
}

@media (max-width: 900px) {

.live-chat-but-display {
    display: none;
}
}


.minus200 {
	margin-top: -200px;
	z-index: -1;
}



/* Accordion */


.ab-block-accordion .ab-accordion-title {
    border: 3px solid var(--grey30);
	background-color: var(--grey5);
    padding: 24px 24px;
	border-radius: 18px;
	font-size: 1.1em;
	font-weight:800;
	color: var(--deepblue);
	letter-spacing: -0.25px;
	margin-bottom: 24px;
}

.ab-block-accordion .ab-accordion-title::marker{
    content: none;
}

.ab-block-accordion .ab-accordion-title::after{
    content: "+";;
}


/* Accordion new plug */
.wp-block-pb-accordion-item {
	background-color: #f1f1f1;
	border: 3px solid #f1f1f1;
	border-radius: 10px;
	margin-top: 12px;
}

h3.c-accordion__title {
	margin-bottom: 0px;
	padding: 18px 80px 18px 18px;
}

h3.c-accordion__title:focus {
	outline: none;
	background-color: var(--deepblue);
	border-radius: 6px;
	color: #ffffff;
}

h4.c-accordion__title {
	margin-bottom: 0px;
	padding: 18px;	
}

.c-accordion__content {
	padding: 18px;		
}

.c-accordion__title:after {
    color: var(--cnb-deepblue);
    content: "+";
    font-weight: 800;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
	background-color: var(--coregreen);
	font-size: 1.5em;
	padding: 0px 12px;
	border-radius:5px;
	width: 60px;
	text-align: center;
}

.is-open>.c-accordion__title:after {
    content: "-";
}


/* Lightbox */

.featherlight {
    background: #3b5f7acc;
}

.featherlight:last-of-type {
    background: #3b5f7acc;
}

.featherlight .featherlight-content {
    padding: 12px 12px 0;
    border-bottom: 12px solid #0000;
    border-radius: 10px;
}

.featherlight .featherlight-close-icon {
    width: 50px;
    background: #ffffff;
    padding: 12px;
}


/* Enquire block */

.enquire-block {
	margin: 3rem 0 3rem 0rem;
	padding: 2.5rem;
	background-color: var(--coregreen);
	border-radius: 30px;
}

.enquire-block h3 {
	color: var(--deepblue);
}

.enquire-block label {
	color: var(--deepblue);
	font-weight: 600;
	margin: 10px;
	font-size: 14px;
}

.enquire-block .hs-input {
    background-color: var(--coregreen90);
    border: none;
    color: #ffffff;
    width: 100% !important;
    font-size: 14px;
}

.enquire-block .legal-consent-container p {
	color: #ffffff;
}

.enquire-block .legal-consent-container a {
	color: #ffffff;
	box-shadow: none !important;
}

.enquire-block .legal-consent-container a:hover {
	color: var(--grey5) !important;
}

.enquire-block .wp-block-button a, .wp-block-button__link {
	color: var(--deepblue);
	background-color: var(--cnbyell);
}


.hs-form-89bae2a2-d09d-4cc1-aa29-29d52b2a99a7_cb892bbb-2597-4687-970f-a1e5f40d8485 fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}


/* Hubspot form elements. General only */

.legal-consent-container {
	font-size: 85%;
	line-height: 1.5
}

fieldset {
	max-width: 100% !important
}

fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}

fieldset.form-columns-1 .hs-input[type=checkbox] {
	width: 30px !important;
}

.inputs-list.multi-container {
	margin-left: 0px;
}

.entry-content .hs-dependent-field ul > li {margin-left: 0rem;list-style-type: none;}


.legal-consent-container .hs-form-booleancheckbox-display>span {
	font-weight: 700;
	margin-left: 60px !important;
	padding-top: 10px !important;
}

.entry-content li.hs-form-checkbox {
	margin-bottom: -18px;
}

.hs-form-field {
	padding: 12px 0;
}

.hs-form-field label {
	font-weight: 700;
}

.hs-form-field .hs-form-checkbox label {
	font-weight: 400;
}

.hs-form-checkbox:focus {
	border: 1px solid #000000 !important;
border-radius: 4px;
}



.hs-form-checkbox span {
	padding-left: 12px;
	padding-top: 12px;
	position: absolute;
}



/* Link blocks */


.on-white {
	background-color: #f1f1f1;
}

.on-grey {
	background-color: #ffffff !important;
}

.link-card {
	border-radius: 18px;
	transition: .5s;
	height: 100% !important;
	border: 6px solid #f1f1f1;
}


.new-featured .wp-block-hyperlink-group {
	height: 100% !important	
}

.new-featured .wp-block-column {
	background-color: #f1f1f1;
	border-radius: 10px;
}

.new-featured h3 {
	padding: 0px 18px;
	font-size: 1.75em;
}

.new-featured p {
	padding: 0px 18px;

}


.link-card:hover {
	background-color: var(--deepblue) !important;
	transition: .5s;
	box-shadow: 0 0.5rem 2rem -0.5rem rgb(122 122 122 / 30%);	
}



.link-card:hover h3, .link-card:hover p {
	color: #ffffff;
	transition: 1s;	
}

.link-card {
	padding: 0px 0px 18px 0px;
}

.link-card h3 {
	padding: 18px 18px 0px 18px;
	transition: 1s;
	font-size: 1.25em;
	letter-spacing: -0.5px;
}

.link-card p {
	padding: 0px 18px 0px 18px;
	transition: 1s;	
}

.wp-block-tiptip-hyperlink-group-block {
	font-weight: 400;
}




/* NEW DIVIDERS ***********************/

.div-grey-top {
overflow:hidden;
position:relative;
}
.div-grey-top::before{ 
content:'';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 271% 100px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23f1f1f1"/></svg>'); 
}

@media (min-width:2100px){
.div-grey-top::before{
background-size: 271% calc(2vw + 100px);
}
}


/*  */


.div-grey-bot {
overflow:hidden;
position:relative;
}
.div-grey-bot ::before{ 
content:'';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 400% 93px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" fill="%23f1f1f1"/></svg>'); 
}

@media (min-width:2100px){
.div-grey-bot ::before{
background-size: 400% calc(2vw + 93px);
}
}
 

/*  */


	
.div-grey-top2 {
overflow:hidden;
position:relative;
}
.div-grey-top2::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 109px;
background-position: 50% 100%; 
transform: rotateY(180deg); background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23f1f1f1"/></svg>'); 
}

@media (min-width:2100px){
.div-grey-top2::before{
background-size: 100% calc(2vw + 109px);
}
}
 

/*  */


.div-grey-bot2 {
overflow:hidden;
position:relative;
}
.div-grey-bot2::before{ 
content:'';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 269% 80px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f1f1f1"/></svg>'); 
}

@media (min-width:2100px){
.div-grey-bot2::before{
background-size: 269% calc(2vw + 80px);
}
}
 


/* Support packages */




.support-table table {
    width: 100%;
    margin-bottom: 4rem;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    line-height: 2;

}

.support-table th {
	border: 0px solid var(--deepblue90);
    padding: 0.25em 0.5em;	
}

.support-table .wp-block-table thead {
	border-bottom: 3px solid var(--deepblue);
	font-size: 20px;
}

.support-table tr {
    border-bottom: 2px solid var(--grey30);
}

.support-table table td:nth-child(2) a {
	color: var(--cnbyell);
	text-transform: uppercase;
}

.support-table table td:nth-child(2)  {
	background: #fdf2dc
	
}


.support-table table td:nth-child(3) a {
	color: var(--cnbpink);
	text-transform: uppercase;
}

.support-table table td:nth-child(3) {
	background: #FBEFEF;
}

.support-table table th:nth-child(2) {
	background: var(--cnbyell);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.support-table table th:nth-child(3) {
	background: var(--cnbpink);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}


.support-pack h4 {
	margin-top: 30px;
}

.support-pack li {
	margin-bottom: 0.5em;
}

.prem-pack li::marker {
	color: var(--cnbyell)
}

.basic-pack li::marker {
	color: var(--cnbpink)
}

.basic-pack .title-block-centre hr {
    background: url(../svg/div-blom.svg) no-repeat top center;
}



/* CONTACT US PAGE */

.hs-contact-pg {
	background-color: #f1f1f1;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 100px;
}





/* ABOUT US ***************************************/

/* new team spotlight */

.team-spotlight img {
	border-radius: 30px 60px !important;
	margin-bottom: 18px;
	border: 12px solid #f1f1f1;
	transition: 0.25s;
}

.team-spotlight img:hover {
	border: 0px solid #f1f1f1;
	transition: 0.25s;	
}

/* staff slider*/

.staff-slider .wp-block-cb-slide {
	background-image: none !important;
	padding: 0px 24px;
}

.staff-slider {
	text-align: center;
}

.staff-team {
	background-color: var(--deepblue);
	color: #ffffff !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 80%;
	border-radius: 30px;
	padding: 6px;
}

.slick-next:before, .slick-prev:before {
	font-size: 50px;
	color: var(--coregreen) !important
}

.slick-next {
width: 50px;
height: 50px;
padding-left: 30px;
}


.slick-prev {
width: 50px;
height: 50px;
margin-left: -30px;
}



.staff-slider .wp-block-bod-modal-block {
	padding: 18px;
}

.bod-block-popup-trigger.type_text {
	border: 2px solid var(--grey5);
	padding: 12px 24px;
	border-radius: 50px;

}


.exec-staff h2 {
	font-size: 2em;
	margin-top: 24px;
}

.exec-staff figure {
	padding: 20px;
	background: #f1f1f1;
	border-radius: 10px;
	max-width: 300px; 
}


.value-icons h3 {
	font-size: 1.25em;
	letter-spacing: -0.5px
}


/* AUTHOR BLOCK ***************************************/
.entry-content .author  h3 {
	padding-top: 0px;
}



/* TESTIMONIAL BLOCK ***************************************/


.testimonial {
	padding: 30px;
	border-radius: 20px;
}

.testimonial h4 {
	font-size: 1.2em;
	margin-bottom: 6px;
	letter-spacing: -0.5px
}

.pro-con .testimonial p {
	color: var(--deepblue)
}

.more-reviews {
	background-color: #ffffff;
	padding: 12px 24px;
	border-radius: 10px;
	margin-top: 30px;
}





.video-callout {
	padding: 20px 20px 30px 20px;
	border-radius: 10px;
	max-width: 550px;
}

.video-callout figure  {
	border-radius: 10px;
	margin-bottom: 18px;
}



/* MOBILE MENU ***************************************/


.gm-hamburger-close .hamburger-inner {
	background-color: #ffffff !important
}

.gm-hamburger-close .hamburger-inner:after {
	background-color: #ffffff !important
}


/* STICK BAR CTA  ***************************************/
.bar-stick-cta {
	background-color: var(--deepblue);
	padding-top: 12px;
	padding-bottom: 12px;
}

.bar-stick-cta h1 {
	color: #ffffff;
	font-size: 1.7em;
	letter-spacing: -1px;
	margin-bottom: 0px;
}



.innovateuk {
	padding: 30px;
	text-align: center;
}

.menu-social a {
	font-size: 24px !important;
	margin-right: 0px !important;
}




.comparisontab .fas {
	font-size: 30px !important;
}


/* VIDEO PLAYER  ***************************************/

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background-color: var(--deepblue) !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: var(--coregreen) !important;
}

.mejs-overlay-play {
	background-color: #3b5f7780
}

.mejs-button > button {
	border-radius: 0px !important;
}


/* HOME VIDEO CONTROLS  ***********************/

.vid-group {
 position: relative;
	margin-right: -50vw;
	max-width: 700px;
}

.vid-but {

}

.vid-img {
  width: 100%;
  height: auto;
}

.vid-but .bod-btn {
	position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%, -50%);	
		color: var(--cnbpink) !important;
		font-size: 66px; 
		cursor: pointer;
		transition: all 0.3s ease;
		text-transform: uppercase;
		border: 3px solid #ffffff;
		padding: 3px;
	line-height: 0px;
	width: auto;
}

.vid-but .bod-btn:hover {
    background-color: #ffffff00 !important;
	color: var(--cnbyell) !important;
		border: 12px solid var(--cnbpink);	
}

.vid-but .bod-btn:focus {
    background-color: #ffffff00 !important;
	color: var(--cnbyell) !important;
		border: 12px solid var(--cnbpink);	
	outline: 0px;
}




.d-none {
 display: none;
}

@media (min-width: 782px) {
.show-782 {
	display: none;
}
}

@media (max-width: 781px) {
.hide-781 {
	display: none;
}
}





/* TOOLBAR / PROMO STRIP ***********************/

.gm-toolbar p {
 color: #ffffff !important;
	margin-bottom: 0px
}

.gm-toolbar .is-style-outline>.wp-block-button__link:not(.has-background) {
	border-color: var(--cnbpink);
	color:  #ffffff !important;
	padding: 6px 24px;;
}


.gm-toolbar .is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color:  var(--deepblue90);

}




.liver-table img {
	margin: 0 auto;
}

.liver-table table {

	font-size: 90%;
}

table {
	line-height: 1.5;
}

.liver-table thead {
	line-height: 1.5;
	font-size: 130%;
	color: var(--deepblue);
	background-color: var(--grey5);
}

/* IMAGIFY LOGO SIZE FIX *****/

.gm-navbar .gm-logo > a img {
	width: 169px;
}






.vid-but-cen .bod-btn {
    margin: 0px;
    display: inline-block;
    width: auto;
    padding: 24px;
    color: var(--coregreen) !important;
    font-size: 100px;
    line-height: 0;
    border: 6px dotted var(--cnbyell);
}

.vid-but-cen .bod-btn:hover {
	background-color: #ffffff20 !important;
    color: var(--cnbpink) !important;	
}

.vid-but-cen .bod-btn:focus {
    border: 6px dotted var(--cnbpink);
	outline: 0px;
	background-color: #ffffff20 !important;	
}

.related-resource {
	display: none;
}

/* CUSTOMER HERO *****/

.custom-hero {
	padding-bottom: 6em;
    border-bottom-left-radius: 80% 10%;
    border-bottom-right-radius: 80% 10%;	
}

.custom-hero h1, .custom-hero h2, .custom-hero p.pow-para {
	color: #ffffff;
}

.custom-hero h2 {
	font-size: 2em
}

p.loz {
	color: var(--deepblue);
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: #F9C8C8;
	display: inline-block;
	padding: 3px 18px;
	border-radius: 20px;
	margin-bottom: 30px;
	font-size: 14px;
}

/* NIAB / 3D VAL ***************************************/

.data-sheets .wp-block-group__inner-container {
	margin-left: 0px;
}

.data-sheets p {
	margin-bottom: 3px;
}

.data-sheets .fa-download {
	color: var(--cnbpink);
	padding-right: 12px;
}

.data-sheets p a:not(.button) {
    box-shadow: inset 0 -0px 0 #f8b5ba;
	padding: 6px 12px;
	border: 3px solid #e6e6e6;
	border-radius: 12px;
	display: inherit;		
}

.data-sheets p a:not(.button):hover {
    border-radius: 12px;
    box-shadow: inset 0 0px 0 #f8b5ba;
    background-color: var(--deepblue);
}

.lifenet hr.is-style-wide {
    margin: 2.5em 0;
}

/* Mobile menu fix */
.gm-navigation-drawer.gm-navigation-drawer--mobile.gm-navigation-drawer--right {
	display: none;
}

.gm-navigation-drawer.gm-navigation-drawer--mobile.gm-navigation-drawer--right.gm-navigation-drawer--open {
	display: block;
}
/* end mobile menu fix */




.about-caro .wp-block-cb-slide {
	background-image: none !important;
	padding: 0px 24px;
}

.about-caro {
	text-align: center;
}

.about-caro-cont p, .about-caro-cont h2 {
	color: #ffffff;
}

.about-caro h3 {
	font-size: 1.5em;
	letter-spacing:1px;
	background-color: var(--coregreen);
	color: var(--deepblue);
	text-align: center;
	display: inline-block;
	padding: 6px 24px;
	border-radius: 40px 20px 40px 20px;
}
.about-caro a {
	color: #ffffff;
}
.about-caro img {
	border-radius: 40px 20px 40px 20px;
	margin-bottom: -24px;
	border: 6px solid #ffffff29;
}

.about-caro-cont {
	background-color: var(--deepblue);
}


.app-routes {
	background-color: var(--deepblue);
	padding-top: 100px;
	padding-bottom: 80px;	
	border-top-left-radius: 98% 2%;
	border-top-right-radius: 95% 10%;		
	border-bottom-left-radius: 90% 5%;
	border-bottom-right-radius: 95% 10%;	
}
.app-routes .pass-off {
	padding: 2rem 1rem;
	background-color: var(--deepblue90);
	margin-bottom: 20px;
}

.app-routes .pass-off  h2 {
	color: #ffffff;
}
.app-routes .pass-off  p {
	color: #ffffff;
}

.resource-ad {
	background-color: var(--deepblue);
	border-radius: 15px 65px 15px 15px;
	padding: 30px;
}

.resource-ad p {
	color: #ffffff;
}

.resource-ad p.event-tag {
	color: var(--deepblue);
    font-size: 0.8em;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-weight: 900;
	width: 100%;
	text-align: center;
}


.resource-ad h2, .resource-ad h3, .resource-ad h4, .resource-ad h5  {
	color: #ffffff;
}

.resource-ad h2 {
	font-size: 1.75rem;
	margin: 0 0 0.5rem 0;	
}

.resource-ad p a {
	color: var(--coregreen);
	box-shadow: none !important;
}



/* ugm homepage hero ***************************************/

.ugm-hp-block {
    padding: 160px 30px 36px 30px;
    background-color: #3B5F7A;
    border-radius: 60px 60px 60px 60px;
    border: 6px solid #ffffff20;
    max-width: 400px;
    margin: 0 auto;
}

.ugm-hp-block p {
color: #ffffff;
}

p.ugm-date {
	margin: 18px 0 12px 0;
}


@media (max-width: 781px) {
.ugm-hp-block {
    padding: 24px;
    background-color: #3B5F7A;
    border-radius: 60px 60px 60px 60px;
    border: 6px solid #ffffff20;
    max-width: 100%;
    margin: 0 auto 30px;
}
.ugm-hp-block img {
	max-width: 250px;
}

}


/* ugm homepage banner ***************************************/

.ugm-ban {
	background-color: #3B5F7A;
	border-radius: 10px;
	background-image: url("../png/cnb-blobs.png");
	background-position:center;
	background-size: 110%;
	background-repeat: no-repeat;
	padding: 18px;
}
.ugm-ban img {border-radius: 10px;/* margin: 12px; */border: 2px solid #ffffff20;}

.ugm-ban h3 {
	color: #ffffff;
}

.ugm-ban p {
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 1px;
}

.ugm-ban a {
	color: #ffffff;
}

@media (max-width: 781px) {

	.ugm-ban {
	background-image: none;
}
}



/* Route choice blocks ***************************************/

.route-choice .wp-block-genesis-blocks-gb-column {
	background-color: var(--deepblue90);
	padding: 24px;
	border-radius: 30px;
}

.route-choice .wp-block-genesis-blocks-gb-column p, .route-choice .wp-block-genesis-blocks-gb-column h2, .route-choice .wp-block-genesis-blocks-gb-column h3 {
	color: #ffffff !important
}



.entry-content .change-list p a:not(.button) {
	box-shadow: none;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 5px 12px;
	font-weight: 800;
	background-color: #f1f1f1;
	display: block;
	border-radius: 6px;

}

.entry-content .change-list p a:not(.button):hover {
	background-color: var(--coregreen);
}

.change-list p {
	margin-bottom: 6px;
}

.pmx-stats h3 {
	color: var(--coregreen);
	font-size: 4em;
}

/* Featured Resources Slider - Equal Height Slides */
.featured-resources-slider {
	padding-bottom: 40px;
}
.featured-resources-slider .swiper-pagination {
	bottom: 0;
}
.featured-resources-slider .swiper-slide {
	height: auto;
}
.featured-resources-slider .resource-block {
	height: 100%;
}
.featured-resource-slide .resource-block:hover {
	cursor: default;
}

.feat-res-img {
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}
.blue-btn {
	border-radius: 22.5px;
	padding: 13px 29px;
	background: #3B5F7A;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	height: fit-content;
}
.blue-btn:hover {
	background: #45babf;
	color: #3B5F7A;
}
.new-category {
	border-radius: 6px;
	background: #F9C8C8;
	padding: 6px 14px;
	color: #3B5F7A;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.8px;
	width: fit-content;
	text-transform: uppercase;
	color: var(--cn-blue) !important;
}
.featured-resource-slide h2, .featured-resource-slide h2 a {
	color: #3B5F7A;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.featured-resource-slide h2 a:hover {
	color: #45babf;
}

.featured-resources-slider {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.featured-resources-slider .swiper-pagination {
	text-align: left;
}
.featured-resources-slider .swiper-pagination .swiper-pagination-bullet {
	border-radius: 10px;
	background: #D9D9D9;
	width: 97px;
	height: 10px;
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.featured-resources-slider .swiper-pagination .swiper-pagination-bullet {
		margin-right: 24px;
	}
}
.featured-resources-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .featured-resources-slider .swiper-pagination .swiper-pagination-bullet:hover {
	background: #3B5F7A;
}

.featured-resources-slider .swiper-wrapper {
	align-items: stretch;
}

.featured-resources-slider .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

.featured-resources-slider .swiper-slide .wp-block-tiptip-hyperlink-group-block {
	display: flex;
	flex: 1;
	height: 100%;
}

.featured-resources-slider .resource-block {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.featured-resources-slider .wp-block-columns {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.featured-resources-slider .swiper-pagination {
	bottom: 0;
}
.wp-block-hyperlink-group.new-resource-card .wp-block-column {
	flex-basis: unset !important;
	width: 100%;
}
.wp-block-hyperlink-group.new-resource-card {
	display: flex;
	flex-direction: column;
	max-width: 380px;
	width: 100%;
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.wp-block-hyperlink-group.new-resource-card .wp-block-tiptip-hyperlink-group-block {
	height: 100%;
}
.wp-block-hyperlink-group.new-resource-card .wp-block-columns {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wp-block-hyperlink-group.new-resource-card h4 {
	color: #3B5F7A;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.wp-block-hyperlink-group.new-resource-card .resource-block {
	padding: 20px;
}
.wp-block-hyperlink-group.new-resource-card img {
	border-radius: 6px;
	/* height: 191px; */
	object-fit: cover;
}
.wp-block-hyperlink-group.new-resource-card .wp-block-group {
	height: 100%;
}
.new-resources-listing {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 32px;
}
.facetwp-facet-resource_load_more .facetwp-load-more {
	max-width: 380px;
}
.facetwp-facet-resource_load_more  {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.facetwp-template[data-name="resources_pods_template_new"] .is-loading:first-of-type {
	display: none !important;
}
.facetwp-template[data-name="resources_pods_template_new"] {
	scroll-margin-top: 80px;
}
.resource-topic-filter .facetwp-expand .facetwp-expand-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
	display: inline-block;
	transition: transform 0.3s ease;
}

.resource-topic-filter .facetwp-expand .facetwp-expand-icon.opened {
	transform: rotate(180deg);
}
.resource-topic-filter .facetwp-checkbox {
	background: url('../png/rectangle-44.png') 6px 50% no-repeat !important;
	background-size: 14px 14px !important;
	margin-bottom: 0;
}
.resource-topic-filter .facetwp-checkbox.checked {
	background: url('../png/rectangle-44-copy-1.png') 6px 50% no-repeat !important;
}
.resource-topic-dropdown .facetwp-checkbox:first-of-type {
	text-align: left;
}
.resource-filter-new .facetwp-checkbox {
	outline: none !important;
}
.resource-filter-new .facetwp-depth {
	margin: 0 !important;
}
.resource-type-filter .facetwp-checkbox .facetwp-counter, .resource-topic-filter .facetwp-checkbox .facetwp-counter {
	display: none;
}
.resource-filter-new .facetwp-display-value {
	padding-right: 0 !important;
}

.resource-topic-dropdown {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.resource-filter-new .facetwp-expand {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 90%;
	text-align: right;
	padding-right: 8px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.resource-filter-new .facetwp-expand svg {
	margin-top: 8px;
}

.resource-topic-dropdown .facetwp-depth.visible {
	display: flex;
	flex-direction: column;
}
.resource-topic-dropdown .facetwp-checkbox:first-of-type {
	width: 100%;
}
@media screen and (min-width: 991px) {
	.resource-filter-new .facetwp-expand svg {
		margin-top: 13px;
	}
	.resource-filter-new {
		padding-top: 4px;
	}
	.page-id-11723 .content-sidebar-wrap, .page-id-11723 .wrap {
		max-width: 1230px;
	}
	.resource-topic-dropdown .facetwp-depth {
		z-index: 99;
		position: absolute;
		top: 39px;
		border-left: 1px solid #3B5F7A;
		border-right: 1px solid #3B5F7A;
		border-bottom: 1px solid #3B5F7A;
		width: 220px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		background: #fff;
		margin-left: -1px !important;
		margin-top: -1px !important;
	}
	.resource-topic-dropdown .facetwp-checkbox {
		padding: 10px 0px 10px 28px !important;
	}
	.resource-topic-dropdown .facetwp-checkbox {
		color: #6E6E6E;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.resource-topic-dropdown > :first-child {
		color: #6E6E6E;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.resource-topic-dropdown {
		border-radius: 4px;
		border: 1px solid #3B5F7A;
		background: #FFF;
		width: 220px;
		height: fit-content;
	}
	.resource-topic-filter .facetwp-expand .facetwp-expand-icon {
		fill: #6E6E6E;
	}
	.resource-type-filter {
		padding: 20px 0 0px 0;
	}
	.facetwp-template[data-name="resources_pods_template_new"] {
		padding-top: 24px;
	}

	.resource-topic-filter {
		border-bottom: 1px solid #3B5F7A;
		padding: 0px 0 30px 0;
	}
	.new-resources-listing {
		gap: 30px;
	}
	.resource-filter-wrap {
		display: flex;
		gap: 8px;
	}
	.resource-topic-filter .resource-filter-wrap {
		justify-content: space-between;
	}
	.resource-filter-label {
		color: #3B5F7A;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		min-width: 160px;
		padding-top: 12px;
	}
	.resource-filter-new .facetwp-facet {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	.resource-type-filter .resource-filter-new .facetwp-facet {
		justify-content: center;
	}
	.resource-type-filter .facetwp-checkbox .facetwp-display-value {
		padding: 0 !important;
	}

	.resource-type-filter .facetwp-checkbox, .facetwp-checkbox-type-all {
		border-radius: 12px;
		background: none !important;
		background-color: #3B5F7A !important;
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 10px 20px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
		height: fit-content;
	}
	.resource-type-filter .facetwp-checkbox:hover, .resource-type-filter .facetwp-checkbox.checked, .facetwp-checkbox-type-all:hover {
		background-color: #F9C8C8 !important;
		color: #3B5F7A !important;
		cursor: pointer;
	}

	.facetwp-checkbox-type-all {
		width: fit-content;
		min-width: 66px;
		height: fit-content;
	}
	.resource-type-toggle {
		border-radius: 22.5px;
		padding: 13px 20px;
		background: #3B5F7A;
		font-family: Montserrat !important;
		line-height: normal;
		border: none;
		height: fit-content;
		color: #F9C8C8 !important;
		text-transform:  none !important;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		min-width: 122px;
	}
	.resource-type-toggle:hover {
		opacity: .8;
		background: #3B5F7A !important;
	}
	.resource-type-toggle svg {
		margin-right: 5px;
	}
	.hide-on-desktop {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.pink-title {
		color: #F9C8C8;
		font-family: Montserrat;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		margin-bottom: 24px;
	}
	.resource-filter-new .facetwp-depth {
		margin: 0 0 10px 0 !important;
	}
	.resource-filter-row {
		margin-bottom: 24px;
	}
	.resources-type-filter-toggle {
		display: none;
	}
	.resource-type-filter .facetwp-facet {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.resource-filters-wrap {
		background: #3B5F7A;
		color: #fff;
		padding: 55px 24px 24px;
		border-top: 1px solid #517189;
		position: relative;
		z-index: 9999999;
		display: none;
	}
	.resources-filters-trigger {
		border-radius: 22.5px;
		padding: 13px 20px;
		background: #3B5F7A;
		font-family: Montserrat !important;
		line-height: normal;
		border: none;
		height: fit-content;
		color: #F9C8C8 !important;
		text-transform:  none !important;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.resources-filters-trigger:hover {
		opacity: .8;
		background: #3B5F7A !important;
	}
	.resource-topic-filter .facetwp-checkbox {
		color: #FFF;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.resource-filter-label {
		color: #FFF;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
		margin-bottom: 16px;
	}
	.resource-type-filter .resource-filter-label {
		margin-bottom: 24px;
	}
	.resource-topic-dropdown > :first-child {
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.resource-type-filter .facetwp-checkbox, .facetwp-checkbox-type-all {
		border-radius: 12px;
		border: 2px solid #F9C8C8;
		background: transparent !important;
		padding: 10px 12px !important;
		color: #FFF !important;
		text-align: center;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		width: fit-content;
		height: fit-content;
	}
	.resource-type-filter .facetwp-checkbox.checked {
		background: #F9C8C8 !important;
		color: #3B5F7A !important;
	}
	.featured-resource-slide .resource-info p:not(.new-category), .featured-resource-slide .resource-info .blue-btn {
		display: none;
	}
	.featured-resources-slider .resource-block, .featured-resources-slider .swiper-slide .wp-block-tiptip-hyperlink-group-block {
		height: fit-content;
	}
	.featured-resources-slider .swiper-wrapper {
		height: fit-content;
		display: block;
	}
	.featured-resources-slider .swiper-wrapper .swiper-slide:not(:first-child), .featured-resources-slider .swiper-pagination, .featured-resources-slider .wp-block-spacer {
		display: none;
	}
	.featured-resources-slider .swiper-slide {
		max-width: 380px;
		margin: 0 auto !important;
		box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	}
	.featured-resources-slider {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.resource-filters-popup-trigger {
		display: flex;
		justify-content: center;
		position: relative;
		margin: 0 auto 12px;
		max-width: 380px;
	}
	.resource-filters-popup-trigger::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		background-color: rgba(59, 95, 122, 0.8);
		z-index: -1;
		height: 1px;
		stroke: #3B5F7A;
	}
	.resource-filters-close {
		position: absolute;
		top: 24px;
		right: 24px;
		width: 24px;
		height: 24px;
	}
	.resource-filters-close svg {
		width: 24px;
		height: 24px;
	}
	.resource-filters-close:hover {
		opacity: 0.8;
	}
	main.reduce-padding {
		padding-top: 0.9rem;
	}
	.remove-side-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.featured-resource-slide h2, .featured-resource-slide h2 a, .wp-block-hyperlink-group.new-resource-card h4 {
		color: #3B5F7A;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 0;
	}
	.featured-resource-slide .wp-block-columns, .new-resources-listing .wp-block-columns {
		gap: 16px;
	}
}

.display-none {
	display: none !important;
}