/*!
Theme Name: claritycasestudies
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: claritycasestudies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

claritycasestudies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI",
		-apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
	-webkit-tap-highlight-color: transparent;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

::-webkit-scrollbar {
	width: 10px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: solid 2px #fff;
	background: #bcbab7;
	min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
	background: #99a3a6;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 * undo font-weight on h1
 */
h1 {
	font-size: 2em;
	font-weight: unset;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

.site.homepage .entry-content p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0078d4;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px,
		rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: unset;
}

.main-navigation a,
.site-header a,
.entry-title a {
	display: block;
	text-decoration: none;
	color: #484644;
}

/* Testimonials
--------------------------------------------- */

#secondary {
	background: #faf9f8;
}

.testimonials {
	max-width: 1040px;
	margin: 30px auto 70px;
	padding: 0 20px;
}

.testimonial-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	max-width: 1040px;
}

.homepage .testimonials .testimonials-header {
	grid-column: span 2;
	margin: 40px 0px 110px;
	text-align: center;
	padding: 0 10px;
}

.homepage .testimonials .testimonial-card {
	width: 100%;
	max-width: 505px;
	height: 523px;
	max-height: 523px;
	overflow: unset;
	background: #ffffff;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 2px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	border: none;
	padding: 0px 40px 50px;
	cursor: default;
}

.homepage .testimonials .post-thumbnail {
	max-width: 100%;
	height: 60px;
}

.homepage .testimonials img {
	max-width: 100%;
	width: 143px;
	height: 143px;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	top: -70px;
}

.testimonial-author-name {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin: 4px;
}

.testimonial-author-title {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin: 4px;
	font-weight: 500;
}

.homepage .testimonials .entry-content {
	margin-top: 28px;
	text-align: center;
	color: #666;
	max-height: 300px;
	overflow: hidden;
}

.homepage .testimonials .entry-content p {
	margin-top: 26px;
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #323130;
}

.homepage .testimonials .entry-content p:nth-child(n + 3) {
	display: none;
}

.pagination_section {
	display: flex;
	grid-column: span 2;
	margin: 60px auto 0px;
	align-items: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.invisible {
	display: none;
}

.spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
}

.error {
	font-size: 14px;
	color: #ff0033;
	grid-column: span 2;
	text-align: center;
	margin-top: 20px;
}

.loading-visible {
	display: block;
}

.get_page {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0 24px;
}

.get_page path {
	fill: #0078d4;
}

.get_page:disabled {
	cursor: default;
}

.get_page:disabled path {
	fill: grey;
}

.circle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: solid 2px #0078d4;
	margin: 7px;
}

.circle:hover {
	border: solid 2px #0078d4;
	background-color: #0078d4;
}

.current {
	border: solid 2px #0078d4;
	background-color: #0078d4;
	cursor: default;
}

@media screen and (prefers-contrast: more) {
    .current {
        border: solid 6px #0078d4;
		background-color: #0078d4;
		cursor: default;
		width: 5px;
        height: 5px;
    }

    .circle:hover {
        width: 5px;
        height: 5px;
        border: solid 6px #0078d4;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}
.site-main-homepage {
	background: linear-gradient(
		42.14deg,
		#3a6ad8 0.64%,
		#3d7fdb 51.71%,
		#4094eb 98.69%
	);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.site-main .posts-navigation {
	grid-column: 1/3;
	display: flex;
	justify-content: center;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.site-main .posts-navigation .nav-links a {
	padding: 4px 1.5rem;
	text-decoration: none;
	border-radius: 9999px;
	border-width: 1px;
	border-style: solid;
	color: #323130;
	height: 34px;
}

.site-main .posts-navigation .nav-links a:hover {
	background-color: #323130;
	color: white;
	cursor: pointer;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/********************************/
/********* CUSTOM CSS ***********/
/********************************/

body,
html {
	height: 100%;
}

h2 {
	font-size: 32px;
	line-height: 1.4em;
	margin-bottom: 18px;
}

h3 {
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 12px;
}

h4 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 6px;
}

.site {
	min-height: 100%;
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
}

.home .site-header {
	min-height: 450px;
	background: #fff;
	box-sizing: border-box;
}

.post-template-default .site-header {
	height: 24px;
}

.site .site-header {
	box-sizing: border-box;
}

.site-header .main-navigation {
	z-index: 1;
	width: 100%;
	position: fixed;
	top: 0;
}

.main-navigation .navigation-bar {
	width: 1340px;
	padding-left: 80px;
	padding-right: 80px;
	display: flex;
	align-items: center;
}

.main-navigation .navigation-bar a.defaultbutton {
	margin-right: 24px;
}

.main-navigation .navigation-bar .pricing {
	font-size: 14px;
	margin-right: 46px;
	margin-left: 46px;
}

.flex-spacer {
	flex: 1 0 auto;
}

.site-branding-container,
.site-branding,
.site-branding * {
	height: 18px;
}

.site-branding {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}

.site-logo {
	height: 18px;
	width: 94px;
	margin-right: 6px;
}

.site-logo * {
	display: block;
}

.site-logo .logoBlack {
	display: block;
	margin-top: 2px;
}

.site-logo .logoWhite {
	display: none;
}

.site-title {
	margin: auto;
	display: inline;
	color: #484644;
	font-size: 20px;
	line-height: 18px;
	height: 18px;
	/* When there is no description set, make sure navigation appears below title. */
}

.site-title::before {
	height: 18px;
	width: 1px;
	background-color: #484644;
	margin-right: 7px;
	content: "";
	display: inline-block;
}

.site-title a {
	color: #484644;
	display: inline-block;
}

.site-title a:link,
.site-title a:visited {
	color: #484644;
}

.site-title a:hover {
	border-bottom: 1px solid #484644;
	padding-bottom: 25px;
}

.site-banner {
	max-width: 1024px;
	margin: 0 auto;
	top: 70px;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 400px;
	padding: 20px;
}

.site-banner-text {
	display: inline-block;
	max-width: 630px;
	vertical-align: top;
	margin: 0 10px;
	font-size: 18px;
	line-height: 21px;
}

.site-banner-title {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 20px;
	font-weight: 500;
	margin-top: 0px;
}

.site-banner-desc {
	font-size: 20px;
	line-height: 28px;
}

.site-banner svg {
	display: inline-block;
	margin: 10px;
}

@media only screen and (max-width: 863px) {
	.home .site-header {
		min-height: 480px;
	}

	.main-navigation {
		margin-bottom: 54px;
	}

	.site-banner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 650px;
	}

	.site-banner svg {
		width: 60%;
		height: auto;
		max-height: 250px;
	}

	.site-banner-text {
		margin-right: 0;
		margin-bottom: 32px;
		text-align: center;
	}

	.site-banner-title {
		margin-bottom: 16px;
	}
}

/* Primary Menu ---------------------------- */

#primary-menu-wrapper {
	display: none;
}

ul#secondary-menu,
ul#primary-menu {
	display: flex;
	font-size: 14px;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	color: #484644;
	justify-content: center;
	width: 97px;
	height: 32px;
	align-items: center;
}

#primary-menu {
	margin-right: 83px;
}

ul#secondary-menu:hover,
ul#primary-menu:hover {
	background-color: #106ebe;
	color: #fff;
}

.menu li span svg path {
	fill: #000;
}

.menu:hover li span svg path {
	fill: #fff;
}

#secondary-menu .icon,
#primary-menu .icon {
	display: block;
	height: 0.7rem;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
	margin-right: 130px;
}

#secondary-menu .icon {
	margin-right: 24px;
}

#secondary-menu .icon::before,
#secondary-menu .icon::after,
#primary-menu .icon::before,
#primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

#secondary-menu .icon::before,
#primary-menu .icon::before {
	height: 0.5rem;
	width: 0.08rem;
}

#secondary-menu .icon::after,
#primary-menu .icon::after {
	height: 0.08rem;
	width: 0.5rem;
}

#secondary-menu,
#primary-menu {
	position: relative;
}

#secondary-menu li,
#primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	display: flex;
}

#secondary-menu > li > .icon,
#primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

#secondary-menu a,
#primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

#secondary-menu a:hover,
#secondary-menu a:focus,
#secondary-menu .current_page_ancestor,
#primary-menu a:hover,
#primary-menu a:focus,
#primary-menu .current_page_ancestor {
	text-decoration: underline;
}

#secondary-menu li.current-menu-item > a,
#secondary-menu li.current-menu-item > .link-icon-wrapper > a,
#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: underline;
}

#secondary-menu li.current-menu-item > a:hover,
#secondary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
#secondary-menu li.current-menu-item > a:focus,
#secondary-menu li.current-menu-item > .link-icon-wrapper > a:focus,
#primary-menu li.current-menu-item > a:hover,
#primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
#primary-menu li.current-menu-item > a:focus,
#primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */
#secondary-menu ul,
#primary-menu ul {
	color: #000;
	border-radius: 2px;
	background: #fff;
	font-size: 14px;
	opacity: 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 1rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 170px;
	z-index: 1;
}

#secondary-menu li.menu-item-has-children:hover > ul,
#secondary-menu li.menu-item-has-children:focus > ul,
#secondary-menu li.menu-item-has-children.focus > ul,
#primary-menu li.menu-item-has-children:hover > ul,
#primary-menu li.menu-item-has-children:focus > ul,
#primary-menu li.menu-item-has-children.focus > ul {
	left: 0px;
	top: 40px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

#secondary-menu ul::before,
#secondary-menu ul::after,
#primary-menu ul::before,
#primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

#secondary-menu ul::before,
#primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

#secondary-menu ul a,
#primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 0 8px 4px;
	transition: background-color 0.15s linear;
	width: 100%;
	height: 36px;
	line-height: 36px;
}

#secondary-menu ul li.menu-item-has-children > a,
#primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

#secondary-menu ul li.menu-item-has-children .icon,
#primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
	margin-right: 24px;
}

/* DEEP DOWN */
#secondary-menu ul ul,
#primary-menu ul ul {
	top: -1rem;
}

#secondary-menu ul li.menu-item-has-children:hover > ul,
#secondary-menu ul li.menu-item-has-children:focus > ul,
#secondary-menu ul li.menu-item-has-children.focus > ul,
#primary-menu ul li.menu-item-has-children:hover > ul,
#primary-menu ul li.menu-item-has-children:focus > ul,
#primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

#secondary-menu ul ul::before,
#primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

#secondary-menu ul ul::after,
#primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl #secondary-menu ul ul::after,
.rtl #primary-menu ul ul::after {
	transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
#secondary-menu > li.menu-item-has-children > a,
#primary-menu > li.menu-item-has-children > a {
	margin-right: 8px;
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled #secondary-menu > li.menu-item-has-children > a,
body.touch-enabled #primary-menu > li.menu-item-has-children > a {
	margin-right: 8px;
}

/* End Primary Menu ---------------------------- */

.main-navigation {
	display: flex;
	align-items: center;
	position: relative;
	height: 48px;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.site-main {
	margin: 44px auto 60px;
	max-width: 1035px;
	flex: 1;
}

.home .site-main {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

.error404 .site-main {
	display: flex;
	align-items: center;
	text-align: center;
}

.entry-content p.has-drop-cap:first-letter {
	font-size: 80px;
	line-height: 54px;
}

.entry-content section {
	margin: 24px 0;
}

.entry-content > figure {
	margin: 24px 0;
}

@media only screen and (max-width: 1024px) {
	.site-main {
		margin-left: 32px;
		margin-right: 32px;
	}
}

@media only screen and (max-width: 863px) {
	.home .site-main {
		grid-template-columns: 1fr;
		column-gap: unset;
	}

	.testimonial-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.homepage .testimonials .testimonial-card {
		margin-top: 90px;
		max-height: 650px;
	}
	.homepage .testimonials .entry-content {
		max-height: 400px;
	}

	.homepage .testimonials .testimonial-card:first-child {
		margin-top: 0px;
	}
}

.homepage article {
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
	width: 95%;
	transition: box-shadow 0.3s ease-out;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 4px;
	height: 320px;
	position: relative;
	background: #fff;
}

.homepage .site-main article:hover {
	box-shadow: 0px 4.8px 14.4px rgb(0 0 0 / 18%),
		0px 25.6px 57.6px rgb(0 0 0 / 22%);
	cursor: pointer;
	margin-left: 3px;
	margin-top: 3px;
}

.homepage .post-thumbnail-wrapper {
	width: 100%;
	border-bottom: 1px solid #edebe9;
}

.homepage .post-thumbnail,
.homepage .site-main img {
	object-fit: contain;
	display: block;
	flex: 1 0 auto;
	height: 115px;
	max-width: 80%;
	margin: 24px auto;
}

.homepage .post-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 863px) {
	.site-main .posts-navigation {
		grid-column: unset;
	}

	.homepage article {
		max-width: 500px;
		height: auto;
		margin: auto;
	}

	.homepage .site-main article:hover {
		box-shadow: 0px 4.8px 14.4px rgb(0 0 0 / 18%),
			0px 25.6px 57.6px rgb(0 0 0 / 22%);
		cursor: pointer;
		margin: auto;
	}
}

.entry-meta {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: 500;
	margin: 16px 0 8px;
}

.entry-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 6px 0;
}

.entry-title a {
	color: black;
}

.homepage .entry-header {
	padding: 0 12px;
}

.homepage .entry-title:hover {
	text-decoration: underline;
}

.entry-content {
	margin-top: 0;
	line-height: 21px;
	font-size: 16px;
}

.homepage .entry-content .more-link {
	color: #0078d4;
	font-weight: 600;
	position: absolute;
	right: 25px;
	font-size: 12px;
	line-height: 16px;
}

.homepage .entry-content .more-link:hover {
	color: #191970;
}

.homepage .entry-content {
	max-height: 80px;
	overflow: hidden;
	padding: 0 12px;
}

.homepage .entry-content a {
	text-decoration: none;
	color: inherit;
}

.homepage .entry-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

/* #primary .entry-content p:nth-child(n + 2) {
  display: none;
} */

.site-footer .getStartedFooter {
	background: linear-gradient(265.31deg, #4094eb -6.3%, #3a6ad8 105.73%),
		#3a6be4;
	overflow: hidden;
	padding: 140px;
	display: flex;
}

.site-footer .getStartedFooterContent {
	display: flex;
	margin: 0 auto;
}

.site-footer .getStartedFooterContent svg {
	flex: 1 0 auto;
	margin-right: 60px;
}

.site-footer .getStartedFooterText {
	max-width: 546px;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.site-footer .getStartedFooterDescription {
	font-size: 18px;
	line-height: 24px;
}
.site-footer .getStartedFooterText a {
	background: #fff;
	color: #106ebe !important;
	padding: 10px 25px;
}

.site-footer .getStartedFooterText a:hover {
	background: #fff;
	color: #005a9e !important;
}

@media only screen and (max-width: 863px) {
	.site-footer .getStartedFooter {
		padding: 40px;
	}
	.site-footer .getStartedFooterContent {
		flex-direction: column;
	}
	.site-footer .getStartedFooterText {
		text-align: center;
		margin: 0 auto;
	}
	.site-footer .getStartedFooterContent svg {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 520px) {
	.site-footer .getStartedFooterDescription {
		text-align: justify;
	}
}

.site-footer .site-info {
	display: flex;
	font-size: 11px;
	line-height: 16px;
	background: #f2f2f2;
	color: #616161;
	padding: 26px 54px;
	justify-content: flex-end;
	cursor: default;
}

.site-footer .site-info a,
.site-footer .site-info span {
	text-decoration: none;
	color: #616161;
	margin-left: 16px;
}

@media only screen and (max-width: 863px) {
	.site-footer .site-info {
		justify-content: center;
	}
}

@media only screen and (max-width: 460px) {
	.site-footer .site-info {
		flex-direction: column;
		align-items: center;
		padding: 14px 0;
	}
	.site-footer .site-info a {
		margin-bottom: 6px;
	}
	.site-footer .site-info span {
		margin-left: 0;
	}
}

.single-post .post-thumbnail {
	display: flex;
	justify-content: center;
}

.single-post .entry-header {
	text-align: center;
}

.single-post .entry-title {
	font-size: 40px;
	line-height: 53px;
	margin-bottom: 16px;
}

.single-post .entry-meta {
	margin-top: 0;
	margin-bottom: 50px;
}

.single-post .post-thumbnail {
	margin-bottom: 66px;
}

.single-post .entry-content {
	max-width: 1000px;
	margin: 0 auto;
}

.error404 .page-content > div {
	margin: 16px 0;
	line-height: 28px;
	font-weight: 500;
	font-size: 20px;
}

a.fluidbutton {
	background-color: #0078d4;
	border-radius: 2px;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
}

a.fluidbutton:link,
a.fluidbutton:visited,
a.fluidbutton:hover,
a.fluidbutton:active {
	color: white;
}

a.fluidbutton:hover {
	background: rgb(16, 110, 190);
}

a.fluidbutton:active {
	background: rgb(0, 90, 158);
}

.main-navigation .fluidbutton {
	background: rgb(16, 110, 190);
}

.main-navigation .fluidbutton:hover {
	background: rgb(0, 90, 158);
}

a.defaultbutton {
	background-color: white;
	border-radius: 2px;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #0078d4;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	border: 1px solid #0078d4;
}

a.defaultbutton:hover,
a.defaultbutton:active {
	background: rgb(243, 242, 241);
}

@media screen and (max-width: 1100px) {
	.main-navigation .navigation-bar {
		padding: 0 80px;
	}

	.main-navigation .navigation-bar .pricing,
	ul#primary-menu,
	ul#secondary-menu {
		display: none !important;
	}

	.mobile-nav-toggle {
		display: flex !important;
	}

	.mobile-nav-toggle svg path {
		fill: #000;
	}
}

@media screen and (max-width: 950px) {
	.main-navigation .navigation-bar .pricing,
	ul#primary-menu,
	ul#secondary-menu {
		display: none !important;
	}

	.main-navigation {
		background-color: #0078d4;
	}

	.site-title a:link,
	.site-title a:visited {
		color: white;
	}

	.site-title::before {
		background-color: white;
	}

	.site-logo .logoWhite {
		display: block;
	}

	.site-logo .logoBlack {
		display: none;
	}

	.mobile-nav-toggle {
		display: flex !important;
	}

	.mobile-nav-toggle svg path {
		fill: #fff;
	}
}

@media screen and (max-width: 750px) {
	.main-navigation .navigation-bar {
		padding: 0 80px;
	}
}

@media screen and (max-width: 700px) {
	.main-navigation .navigation-bar {
		padding: 0 8px;
	}
}

@media screen and (max-width: 600px) {
	.main-navigation {
		background-color: white;
	}

	.site-title a:link,
	.site-title a:visited {
		color: #262626;
	}

	.site-title::before {
		background-color: #262626;
	}

	.mobile-nav-toggle svg path {
		fill: #262626;
	}

	.site-logo .logoWhite {
		display: none;
	}

	.site-logo .logoBlack {
		display: block;
	}
}

@media screen and (max-width: 551px) {
	.navigation-bar .getstarted {
		display: none !important;
	}

	.navigation-bar .signin {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	.navigation-bar .getstarted {
		display: none;
	}
}

.home article .entry-content figure,
.home article .entry-content img {
	display: none;
}

.homepage .entry-title a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #323130;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */

.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.menu-top {
	display: flex;
	align-items: center;
	margin: 18px 16px;
}

.menu-top .site-title {
	color: #262626;
	font-size: 18px;
	line-height: 22px;
}

.menu-top .site-title a:visited,
.menu-top .site-title a:link {
	color: #262626;
	text-decoration: unset;
}

.menu-top .site-title::before {
	background-color: #262626;
}

a.close-nav-toggle {
	margin-right: 24px;
	height: 18px;
}

/* Main Menu --------------------------------- */

.modal-menu {
	left: auto;
	width: 100%;
	margin: 0;
	list-style: none;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 14px;
	line-height: 20px;
	color: #323130;
}

.modal-menu .ancestor-wrapper {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	cursor: pointer;
	height: 44px;
	align-items: center;
	margin: 1px;
	box-sizing: border-box;
}

.modal-menu > li > div.ancestor-wrapper {
	border-left: 2px;
	border-color: white;
	border-left-style: solid;
}

.modal-menu > li > div.ancestor-wrapper:hover {
	background-color: #edebe9;
	border-color: #0078d4;
}

.modal-menu .sub-menu a:hover {
	text-decoration: underline;
}

.modal-menu .ancestor-wrapper .toggle {
	margin-right: 4px;
	width: 26px;
	text-align: center;
}

a.sub-menu-toggle svg {
	transition: transform 0.15s linear;
}

.ancestor-wrapper.active a.sub-menu-toggle svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	list-style: none;
	margin-left: 46px;
}

.modal-menu ul > li a {
	color: #323130;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

/* Menu Modal Panel ---------------------------- */

.menu-modal.cover-modal {
	background: rgba(0, 0, 0, 0);
}

.menu-modal.active {
	background: rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s ease-out;
}

.menu-modal-inner {
	box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px,
		rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
	opacity: 0;
	padding: 0;
	transform: translateX(-20rem);
	transition: transform 0.2s ease-in, opacity 0.2s ease-in;
	min-width: 242px;
	max-width: 276px;
	width: fit-content;
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
}

.menu-modal.active .menu-modal-inner {
	opacity: 1;
	transform: translateX(0);
	transition-timing-function: ease-out;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.main-navigation a.mobile-nav-toggle {
	display: none;
	width: 32px;
	height: 32px;
	margin-right: 18px;
	align-items: center;
	justify-content: center;
}

.panel-menu-body > nav {
	margin-bottom: 12px;
}

.panel-menu-body .pricing {
	text-decoration: none;
	color: #323130;
	padding-left: 30px;
	margin: 1px;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	display: flex;
	box-sizing: border-box;
}

.panel-menu-body .pricing {
	border-left: 2px;
	border-color: white;
	border-left-style: solid;
}

.panel-menu-body .pricing:hover {
	background-color: #edebe9;
	border-color: #0078d4;
}

.panel-menu-body .onboardingSection {
	margin: 24px 8px 0px;
	display: flex;
	flex-direction: column;
}

.onboardingSection a.defaultbutton {
	margin-bottom: 32px;
}

.onboardingSection > a {
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Reusable blocks
--------------------------------------------------------------*/

/* Upsell */

.reusable-block-upsell-card {
	width: 100%;
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 32px 20px 14px;
	background-image: url(./assets/images/upsellCardBG.png);
	background-color: #f3f9ff;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05),
		0px 1.53px 2.295px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.reusable-block-upsell-card p:first-child {
	margin-bottom: 16px;
	max-width: 505px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 500;
	color: #004578;
}

.reusable-block-upsell-card p {
	margin: auto;
	margin-bottom: 32px;
	max-width: 440px;
	font-size: 18px;
	line-height: 24px;
	color: #005a9e;
	text-align: center;
}

.reusable-block-upsell-card .wp-block-button {
	margin: auto !important;
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #fff;
	background-color: #0078d4;
	border-radius: 32px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
}

.reusable-block-upsell-card .wp-block-button a {
	padding: 0;
	background-color: inherit;
}

/* Testimonial card */

.reusable-block-testimonial-card {
	margin: 30px auto;
	max-width: 1000px;
}

.reusable-block-testimonial-card img {
	object-fit: cover;
}

.reusable-block-testimonial-card .wp-block-media-text__media img {
	width: 170px;
	height: 170px;
	min-width: 170px;
	border-radius: 50% !important;
	border: 5px solid #3a6ad8;
}
.reusable-block-testimonial-card .wp-block-media-text__content {
	padding: 10px !important;
}

.reusable-block-testimonial-card .wp-block-media-text__content figure {
	margin-bottom: 12px;
}

.reusable-block-testimonial-card p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	max-width: 750px;
	color: #252423;
	text-align: left;
}

.reusable-block-testimonial-card p:last-child {
	margin-top: 14px;
	color: #605e5c;
	text-align: left;
}

.reusable-block-testimonial-card
	.wp-block-media-text
	.wp-block-media-text__media {
	margin: auto;
}

/* center image on mobile screens */
@media only screen and (min-width: 600px) {
	.reusable-block-testimonial-card .wp-block-media-text {
		grid-template-columns: 220px 1fr !important;
	}
	.reusable-block-testimonial-card .wp-block-media-text__media img {
		margin-right: 40px;
	}
}

/********************************/
/****** END CUSTOM CSS **********/
/********************************/
