/*!
Theme Name: Fatcat Apps Theme
Theme URI: https://fatcatapps.com/
Author: Ryan Novotny
Description: Fatcat Apps Theme based on underscores
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: fca_fat
Tags: fat, cat, apps

fca_fat 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.

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* 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 {
	font-family: Hind, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #323B4B;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	clear: both;
	color: #323B4B;
}

h1 {	
	font-family: Hind, sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 32px;
	text-align: center;
	
}

h2 {
	font-family: Hind, sans-serif;
	font-weight: 700;
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 20px;
	
}

h3 {
	font-family: Hind, sans-serif;
	
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

h4 {
	font-family: Hind, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 16px;
}

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 8px;
}


p {
	margin: 0 0 24px 0;
}

dfn,
em,
i {
	font-style: italic;
}
figcaption {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #B0B7C3;
}
cite {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	color: #B0B7C3;
}

blockquote {
	color: #323B4B;
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	background: #F3F7FA;
	border-radius: 15px;
	margin: 64px 0;
	padding: 56px 64px;
}

blockquote p {
	margin-bottom: 32px;
}
blockquote cite {
	display: block;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding-top: 115px;
}

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

ul,
ol {
	margin: 0 0 24px 0;
}

ul {
	list-style: disc;
	padding-left: 1em;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 24px 24px;
}

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

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

figure,
figure.wp-block-image {
	margin: 64px 0;
}

figure.wp-block-image  figcaption {
	margin: 24px 0 0 0;
}

table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
}

table tr {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.07 );
}
table tr:last-of-type {
	border-bottom: 0;
}

table td, 
table th {
	padding: 15px;
}

table th {
	text-transform: uppercase;
	color: #2c92e1;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	background-color: rgba( 44, 146, 225, 0.1 );
}

table.alt th {
	color: rgba( 50, 59, 75, 0.5 );
	background-color: rgba( 192, 192, 192, 0.1 );
}
table.alt td {

	background-color: #F9F9F9;
}

table th:first-of-type {
	border-radius: 15px 0 0 0;
}
table th:last-of-type {
	border-radius: 0 15px 0 0;
}
table td {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

table tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 15px;
}
table tr:last-of-type td:last-of-type {
	border-radius: 0  0 15px 0;
}

/* Links
--------------------------------------------- */
a {
	color: #2c92e1;
	text-decoration: none;
}

a:visited {
	color: #2c92e1;
}

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: #333;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 3px;	
    padding: 3px 12px;
	margin-bottom: 12px;
}

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

select {
	color: #333;
	background-color: #f5f5f5;
	border: 0;
	border-radius: 3px;	
    padding: 3px 12px;
	margin-bottom: 12px;
}

textarea {
	width: 100%;
}

div.icon {
	display: inline-block;
	width: 96px;
	height: 96px;
	position: relative;
	border-radius: 100%;
	vertical-align: top;
}

div.icon svg {
	position: absolute;
	left: 22px;
	top: 22px;
	
	width: 48px;
	height: 48px;
}

.icon48 svg,
.icon48 img {
	width:48px;
	height: 48px;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 24px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 24px;
}

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

.page-links {
	clear: both;
	margin: 0 0 24px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 24px;
}

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


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 24px;
	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;
}


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

.fatcat-wrapper {
	margin: 0 auto;
	position: relative;
}

/* VARIOUS CLASSES */

.marketing-inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 10px;
	text-align: center;
}

.marketing-inner li {
	text-align: left;
}
.marketing-inner p {
	text-align: left;
}
.marketing-inner.installations-ratings-downloads {
   
    padding: 50px 10px;
}
.marketing-inner.installations-ratings-downloads h2{
   margin-bottom: 0;
}
.marketing-inner.installations-ratings-downloads p{
   margin-bottom: 0;
   text-align: center;
}

.marketing-inner.trust-logos h3{
	margin-top: 0;
}

.light-gray {
    background: #e3e3e3;
}

.dark-gray {
    background: #444444;
	color: white;
}

.dark-gray h1,
.dark-gray h2,
.dark-gray h3 {
	color: white;
}

.dark-blue,
#ept-top-banner {
    background: #2c92e1;
	color: white;
}

#ept-top-banner h1 {
	color: white;
	font-size: 48px;
}

#ept-top-banner h2,
#ept-top-banner h3 {
	color: white;
	
}

#featured h3 {
	margin-top: 0;
	text-align: left;
}
.dark-blue h1,
.dark-blue h2,
.dark-blue h3 {
	color: white;
}
.gradient-blue {
    background: linear-gradient(42deg, rgb(104, 70, 253) 0%, rgb(253, 138, 93) 100%);
	color: white;
}
.gradient-blue h1,
.gradient-blue h2,
.gradient-blue h3 {
	color: white;
	
}

.gradient-blue p {
	text-align: center;	
}

.white {
    background: #fff;
}

.ept-marketing-button,
.button.gform_button {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    background-color: #ee6800;
    text-align: center;
    font-weight: 700;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 60%) 0px 2px 4px -1px;

    line-height: 1;
	font-size: 17x;
	padding: 18px 16px 18px 18px;
    color: #fff !important;
	
}

.cta-btn {
	display: inline-block;
	padding: 20px 60px;
	font-size: 26px;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 24px;
	margin-bottom: 24px;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 24px;
	margin-bottom: 24px;
}

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


.two-columns.aligntop  > div {
    align-self: flex-start;
}
.textleft {
	text-align: left !important;
}

p.subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}

.clear {
    display: none;
}

.gform_body li {
	list-style-type: none;
}

.gform_body label {
	font-weight: 700;
}

.gform_body .ginput_container_select {
	width: 100%;
	max-width: 400px;
}

#ept-top-banner{
	background-color: #2c92e1;
}

/* MENU */

#primary-menu .fatcatapps-text-icon {
	position: absolute;
	left: 32px;
	top: 24px;	
}

.fatcatapps-text-icon .fatcatapps-text {
	margin-left: 7px;
	position: relative;
	top: -11px;
    line-height: 30px;
    font-weight: 700;
	font-size: 30px;
    margin-left: 20px;
    color: #333;
	display: inline;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0; 
	right:0;
    background-color: rgba(255,255,255,0.94);
	z-index: 100;
}

header .fatcat-wrapper {
	max-width: 960px;
	padding: 24px 32px;
	height: 115px;
	
}

#primary-menu .right {
	
	position: absolute;
	right: 32px;
	top: 24px;	
}



#primary-menu {
	text-align: center;
}

#primary-menu .menu-item.parent:last-of-type {
	margin-right: 0;
}

#primary-menu .menu-item {
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	color: black;
	cursor: pointer;
	display: inline-block;
	margin-right: 30px;	
	color: rgba( 50, 59, 75, 0.5 );
	vertical-align: top;
    margin-top: 24px;
	font-weight: 600;
}

#primary-menu .menu-item.pricing {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    font-size: 17px;
    padding: 15px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    background-color: #ee6800;
    text-align: center;
    font-weight: 700;
	margin-top: 9px;
}

#primary-menu .menu-item:hover, #primary-menu .menu-item.selected {
	color: rgba( 50, 59, 75, 1 );
}

/* Small menu. */
#primary-menu .icons {
	position: absolute;
	right: 32px;
	top: 42px;	
}
#primary-menu .icons:hover{
    cursor:pointer;
}
#primary-menu .svg-menu  {
	display: none;
}

#primary-menu .svg-close  {
	display: none;
}
/* FOOTER */

.site-footer .fatcat-wrapper {
	margin: 20px auto 80px auto;
	max-width: 960px;
	display: grid;
	grid-template-columns: 2fr 4fr;
}

.fatcat-wrapper.post,
.fatcat-wrapper.page {
	max-width: 700px;
	padding-bottom: 80px;
}


.fatcat-wrapper.fullwidth {
	max-width: 100%;
}


.fatcat-wrapper.mediumwidth {
	max-width: 960px;
}


#post-nav {
	background-color: #2c92e1;
	text-align: center;
	padding: 80px;
}

#post-nav .fatcat-wrapper {

	max-width: 960px;
}

#post-nav h3 {
	font-size: 32px;
	line-height: 44px;
	color: #fff;
	margin: 0 0 72px 0;
}

.site-footer .fatcat-wrapper nav {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.site-footer .fatcat-wrapper a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #8A94A6;
	font-weight: 500;
}

.site-footer .fatcat-wrapper a:hover {
	font-weight: 600;
    color: black;
}


/* BLOG */


.page-title {
	margin: 72px 0;
	font-size: 32px;
	line-height: 48px;
}

#blogroll.threeup {
	max-width: 1194px;
	grid-row-gap: 72px;
	margin-bottom: 48px;
}


.singular-header {
	text-align: center;
}

.singular-header .header-meta {
    margin: 0 auto;
	text-align: center;
	margin-bottom: 32px;
	
}

.singular-header img {
    border-radius: 15px;
	margin: 0 auto;
}
.singular-header .header-meta .author {
    font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.singular-header .header-meta .date {
	color: #B0B7C3;
    font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.singular-header .header-meta .date:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #B0B7C3;
	margin: 0 8px 4px 4px;
	
}

.singular-header .header-meta img.avatar {
    vertical-align: top;
	margin-right: 17px;
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4%;
	grid-auto-flow: dense;
	grid-row-gap: 60px;
	margin: 40px auto;
}


.two-columns > div {
	align-self: center;
}

.two-columns._2fr1fr { 
	grid-template-columns: 2.2fr 1fr;
}
.two-columns._1fr2fr { 
	grid-template-columns: 1fr 2.2fr;
}

.two-columns .col-1 {
	grid-column: 1;
}

.two-columns .col-2 {
	grid-column: 2;
}

.threeup {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 56px;
}

.threeup > div {
	border-radius: 16px;
	padding: 30px;
}

.testimonial {
	padding: 10px;
}

.testimonial p {
	text-align: left;
}

.quiz-type-explainer .two-columns {
	margin-bottom: 80px;
}


a.permalink h4 {
	font-weight: 700;
}

a.permalink {
	background: #FFFFFF;
	border: 2px solid #F5F7F8;
	box-sizing: border-box;
	border-radius: 15px;
	text-decoration: none;
	color: #323B4B;
}

a.permalink img.featured-image {
	border-radius: 16px 16px 0px 0px;
}

a.permalink:hover {
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
}

a.permalink .entry-content {
	padding: 24px 24px 8px 24px;
	border-radius: 16px;

}

a.permalink .entry-date {
	font-size: 18px;
	margin-bottom: 16px;
	color: #B0B7C3;
	line-height: 22px;
}

a.permalink .entry-content .entry-excerpt {
	font-size: 18px;
	color: #8A94A6;
	line-height: 30px;
	font-weight: 500;
}



/* PAGINATION */


.paginated-navigation {
	position: relative;
	text-align: center;
	height: 50px;
	margin-bottom: 48px;
}

.paginated-navigation div.icon {
	border-radius: 15px;
	border: 2px solid #FAFBFC;
	width: 50px;
	height: 50px;
	background-color: none;
}

.paginated-navigation div.icon svg {
	top: 15px;
	left: 16px;
}

.paginated-navigation .page-numbers {
	display: inline-block;
	padding-top: 11px;
	height: 50px;
	min-width: 50px;
	font-size: 22px;
	
	font-weight: 600;	
	line-height: 27px;
	
	color: #8A94A6;
	text-decoration: none;
	
	margin: 0 5px;
	
	border: 2px solid #FAFBFC;
	border-radius: 15px;
}

.paginated-navigation .page-numbers.mobile {
	display: none;
}


.paginated-navigation .page-numbers.current {
	background: #2c92e1;
	color: white;
	border-radius: 15px;
}


/* SLICK */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */

.slick-dots{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

ul.slick-dots li:before {
	display: none;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--water-blue);
}

.slider-dots {
	display: inline-block;
	margin-left: 32px;
	vertical-align: top;
	margin-right: 8px;
	margin-top: -22px;
}

.slider-arrows {
	position: relative;
}

.slider-arrows .arrow-left,
.slider-arrows .arrow-right {
	position: absolute;
	top: 128px;
	cursor: pointer;
}

.slider-arrows .arrow-left {
	left: -48px;
}
.slider-arrows .arrow-right {
	right: -48px;
}


.slider-controls .icon-prev:hover,
.slider-controls .icon-next:hover  {
	background-color: var(--water-blue);
}

.slider-controls .icon-prev:hover path,
.slider-controls .icon-next:hover path  {
	fill: white;
}


@media screen and ( max-width: 980px ) {
		
	h1 {	

		
	}

	h2 {
		
	}

	h3 {
		
	}

	h4 {
		
	}

	h5 {

	}


	p {
		margin: 0 0 18px 0;
	}
	
	.marketing-inner {
		padding: 60px;
	}
	
	.marketing-inner.trust-logos {
		padding: 60px 10px;
	}

	.two-columns {
		display: block;
	}
		
	.threeup {
		
		display: block;
	}
	
	br.linebreak {
		display: none;
	}

	#primary-menu .svg-menu {
		display: inline-block;
		width: 28px;
		height: 28px;
	}
	#primary-menu.open .svg-menu {
		display: none;
	}
	#primary-menu.open .svg-close {
		display: inline-block;
		width: 28px;
		height: 28px;
	}

	#primary-menu.open .right {
		position: static;
		display: block;
	}
	
	#primary-menu .right .menu-item {
		display: none;
		font-size: 30px;
		font-weight: 500;
		line-height: 30px;
		margin: 0 0 24px 0;
	}
	
	#primary-menu.open {
		background: #fff;
		position: absolute;
		z-index: 100;
		top: 0;
		width: 100%;
		left: 0;
		padding: 120px 0;
	}
	
	#primary-menu.open .right .menu-item {
		display: block;
	}
	.cta-btn {
	    padding: 18px 16px 18px 18px;
	}
	
	.site-footer .fatcat-wrapper {
		margin: 48px 36px;
		display: block;
		text-align: center;
	}
	
	
}