/*
 * Theme Name: Really Simple Systems
 * Theme URI: http://www.reallysimplesystems.com/really-simple-systems/
 * Author: RSS Devs
 * Author URI: http://www.reallysimplesystems.com
 * Description: Genesis starter theme with a modern development workflow.
 * Version: 1.0
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: really-simple-systems
 * Domain Path: /languages
 * Template: genesis
 */
.front-page-2,
.front-page-3 {
	padding: 4.8rem 0;
}

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

body {
	margin: 0;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

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

pre {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: none;
}

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

legend {
	display: table;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
	max-width: 100vw;
	height: 100%;
	font-size: 62.5%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html.admin-bar-showing {
	height: calc(100% - 32px);
}

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

.site-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 100%;
}

.site-container > * {
	width: 100%;
}

body {
	height: 100%;
	margin: 0;
	color: #727883;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.618;
}

a {
	color: #337fed;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #337fed;
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

hr {
	clear: both;
	margin: 0 0 1.6rem;
	padding: 1.6rem 0 0;
	border: 0;
	border-bottom: 2px solid #d8dde7;
	border-collapse: collapse;
	margin: 0 auto 40px;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 1px solid white;
	margin: 1.6rem auto;
	padding: 1.6rem;
}

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

code,
kbd,
samp {
	padding: 0.05em 0.5em;
	border-radius: 25px;
	background-color: white;
	font-family: 'Consolas', 'monaco', monospace;
	font-size: 90%;
}

pre {
	overflow-x: scroll;
	padding: 1.6rem;
	border-radius: 25px;
	background-color: white;
	font-family: 'Consolas', 'monaco', monospace;
}

pre code,
pre kbd,
pre samp {
	padding: 0;
	background-color: transparent;
	font-size: 90%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
	color: #343d50;
	margin-bottom: 30px;
	margin: 0 0 1.6rem;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height: 1.2944;
}

h1,
.h1 {
	font-size: 3em;
}

h2,
.h2 {
	font-size: 2.5em;
}

h3,
.h3 {
	font-size: 1.5em;
	font-weight: 400;
}

h4,
.h4 {
	font-size: 1.3em;
}

ul,
ol,
dl {
	margin: 0 0 1.6rem;
	padding: 0;
	list-style-position: inside;
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin: 0.8rem 1.6rem;
}

dd,
dt {
	margin: 0;
}

dt {
	font-weight: 600;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
.site-inner .button,
.related-posts .button,
.nav-primary .button.menu-item {
	display: inline-block;
	width: auto;
	border: 0;
	border-radius: 25px;
	color: #ffffff;
	background-color: #337fed;
	font-size: 1.42222rem;
	font-weight: 600;
	line-height: 1;
	white-space: normal;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	text-transform: uppercase;
	padding: 1.5rem 1.8rem;
}

button i.fa,
[type='button'] i.fa,
[type='reset'] i.fa,
[type='submit'] i.fa,
.site-inner .button i.fa,
.related-posts .button i.fa,
.nav-primary .button.menu-item i.fa {
	margin-right: 10px;
}

button.button-small,
button.button-small a,
[type='button'].button-small,
[type='button'].button-small a,
[type='reset'].button-small,
[type='reset'].button-small a,
[type='submit'].button-small,
[type='submit'].button-small a,
.site-inner .button.button-small,
.site-inner .button.button-small a,
.related-posts .button.button-small,
.related-posts .button.button-small a,
.nav-primary .button.menu-item.button-small,
.nav-primary .button.menu-item.button-small a {
	padding: 1.28rem 2.56rem;
}

button.button-tiny,
button.button-tiny a,
[type='button'].button-tiny,
[type='button'].button-tiny a,
[type='reset'].button-tiny,
[type='reset'].button-tiny a,
[type='submit'].button-tiny,
[type='submit'].button-tiny a,
.site-inner .button.button-tiny,
.site-inner .button.button-tiny a,
.related-posts .button.button-tiny,
.related-posts .button.button-tiny a,
.nav-primary .button.menu-item.button-tiny,
.nav-primary .button.menu-item.button-tiny a {
	padding: 0.85333rem 1.28rem;
	font-size: 1.28rem;
}

button.button-expand,
[type='button'].button-expand,
[type='reset'].button-expand,
[type='submit'].button-expand,
.site-inner .button.button-expand,
.related-posts .button.button-expand,
.nav-primary .button.menu-item.button-expand {
	width: 100%;
}

button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active,
.site-inner .button:hover,
.site-inner .button:focus,
.site-inner .button:active,
.related-posts .button:hover,
.related-posts .button:focus,
.related-posts .button:active,
.nav-primary .button.menu-item:hover,
.nav-primary .button.menu-item:focus,
.nav-primary .button.menu-item:active {
	outline: none;
	color: #ffffff;
	background-color: #347eff;
	text-decoration: none;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

button.button-accent,
[type='button'].button-accent,
[type='reset'].button-accent,
[type='submit'].button-accent,
.site-inner .button.button-accent,
.related-posts .button.button-accent,
.nav-primary .button.menu-item.button-accent {
	background-color: #95bf03;
}

button.button-accent:hover,
button.button-accent:focus,
button.button-accent:active,
[type='button'].button-accent:hover,
[type='button'].button-accent:focus,
[type='button'].button-accent:active,
[type='reset'].button-accent:hover,
[type='reset'].button-accent:focus,
[type='reset'].button-accent:active,
[type='submit'].button-accent:hover,
[type='submit'].button-accent:focus,
[type='submit'].button-accent:active,
.site-inner .button.button-accent:hover,
.site-inner .button.button-accent:focus,
.site-inner .button.button-accent:active,
.related-posts .button.button-accent:hover,
.related-posts .button.button-accent:focus,
.related-posts .button.button-accent:active,
.nav-primary .button.menu-item.button-accent:hover,
.nav-primary .button.menu-item.button-accent:focus,
.nav-primary .button.menu-item.button-accent:active {
	background-color: #a0d607;
}

button.button-light,
button.button-light a,
[type='button'].button-light,
[type='button'].button-light a,
[type='reset'].button-light,
[type='reset'].button-light a,
[type='submit'].button-light,
[type='submit'].button-light a,
.site-inner .button.button-light,
.site-inner .button.button-light a,
.related-posts .button.button-light,
.related-posts .button.button-light a,
.nav-primary .button.menu-item.button-light,
.nav-primary .button.menu-item.button-light a {
	background-color: #f5f7f9;
	color: #337fed;
}

button.button-light:hover,
button.button-light:focus,
button.button-light:active,
button.button-light a:hover,
button.button-light a:focus,
button.button-light a:active,
[type='button'].button-light:hover,
[type='button'].button-light:focus,
[type='button'].button-light:active,
[type='button'].button-light a:hover,
[type='button'].button-light a:focus,
[type='button'].button-light a:active,
[type='reset'].button-light:hover,
[type='reset'].button-light:focus,
[type='reset'].button-light:active,
[type='reset'].button-light a:hover,
[type='reset'].button-light a:focus,
[type='reset'].button-light a:active,
[type='submit'].button-light:hover,
[type='submit'].button-light:focus,
[type='submit'].button-light:active,
[type='submit'].button-light a:hover,
[type='submit'].button-light a:focus,
[type='submit'].button-light a:active,
.site-inner .button.button-light:hover,
.site-inner .button.button-light:focus,
.site-inner .button.button-light:active,
.site-inner .button.button-light a:hover,
.site-inner .button.button-light a:focus,
.site-inner .button.button-light a:active,
.related-posts .button.button-light:hover,
.related-posts .button.button-light:focus,
.related-posts .button.button-light:active,
.related-posts .button.button-light a:hover,
.related-posts .button.button-light a:focus,
.related-posts .button.button-light a:active,
.nav-primary .button.menu-item.button-light:hover,
.nav-primary .button.menu-item.button-light:focus,
.nav-primary .button.menu-item.button-light:active,
.nav-primary .button.menu-item.button-light a:hover,
.nav-primary .button.menu-item.button-light a:focus,
.nav-primary .button.menu-item.button-light a:active {
	background-color: #fbfcfd;
}

button:disabled,
button:disabled:hover,
button:disabled:focus,
[type='button']:disabled,
[type='button']:disabled:hover,
[type='button']:disabled:focus,
[type='reset']:disabled,
[type='reset']:disabled:hover,
[type='reset']:disabled:focus,
[type='submit']:disabled,
[type='submit']:disabled:hover,
[type='submit']:disabled:focus,
.site-inner .button:disabled,
.site-inner .button:disabled:hover,
.site-inner .button:disabled:focus,
.related-posts .button:disabled,
.related-posts .button:disabled:hover,
.related-posts .button:disabled:focus,
.nav-primary .button.menu-item:disabled,
.nav-primary .button.menu-item:disabled:hover,
.nav-primary .button.menu-item:disabled:focus {
	opacity: 0.5;
	background-color: #b4bdcf;
	cursor: not-allowed;
}

button.menu-toggle,
button.sub-menu-toggle,
[type='button'].menu-toggle,
[type='button'].sub-menu-toggle,
[type='reset'].menu-toggle,
[type='reset'].sub-menu-toggle,
[type='submit'].menu-toggle,
[type='submit'].sub-menu-toggle,
.site-inner .button.menu-toggle,
.site-inner .button.sub-menu-toggle,
.related-posts .button.menu-toggle,
.related-posts .button.sub-menu-toggle,
.nav-primary .button.menu-item.menu-toggle,
.nav-primary .button.menu-item.sub-menu-toggle {
	box-shadow: none !important;
}

.button + .button {
	margin-left: 10px;
}

.button + i,
i + .button {
	margin-left: 10px;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #a9b5c9;
}

::-moz-placeholder {
	opacity: 1;
	color: #a9b5c9;
}

::-ms-input-placeholder {
	opacity: 1;
	color: #a9b5c9;
}

::placeholder {
	opacity: 1;
	color: #a9b5c9;
}

label {
	display: block;
	margin: 0 0 0.8rem;
}

input,
select,
textarea {
	width: 100%;
	margin: 0 0 0.8rem;
	padding: 15px;
	border: 2px solid #7786a6;
	background-color: #f5f7f9;
	border-radius: 5px;
	background-clip: padding-box;
	box-shadow: none;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #337fed;
	background-color: white;
	outline: none;
}

input:disabled,
input:disabled:hover,
select:disabled,
select:disabled:hover,
textarea:disabled,
textarea:disabled:hover {
	border-color: #96a1ba;
	color: #d3d8e3;
	background-color: white;
	cursor: not-allowed;
}

select {
	height: 2em;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
	margin-right: 0.8rem;
}

input[type='color'] {
	min-height: 4.8rem;
}

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

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

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0.01em 0 0 0;
	border: 0;
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell;
}

legend {
	display: table;
	float: left;
	width: 100%;
	margin: 0 0 0.8rem;
	padding: 0;
	font-size: 1.2em;
	margin: 0 0 1.6rem;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	line-height: 1.2944;
}

legend + * {
	clear: both;
}

table {
	width: 100%;
	margin: 0.8rem 0;
	border-radius: 25px;
	border-spacing: 0;
	border-collapse: collapse;
	word-break: break-all;
}

th,
td {
	padding: 0.8rem;
	border: 1px solid white;
	text-align: left;
}

th {
	font-weight: 600;
}

embed,
iframe,
object,
video,
.wp-caption {
	width: 100%;
	max-width: 100%;
}

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

figure {
	margin: 0;
}

iframe {
	border: 0;
}

body.header-bleed .site-header {
	background: transparent;
}

body .site-header {
	position: absolute;
	z-index: 100;
	transition: all 0.2s ease;
	background: #ffffff;
}

body .site-header .title-area {
	transition: all 0.2s ease;
}

body .site-header .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.site-footer {
	margin-top: auto;
	background-color: #2c3647;
}

.footer-widgets {
	padding: 3.2rem 0;
	background-color: #333d4f;
}

.footer-credits {
	padding: 3.2rem 0;
}

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

.footer-credits p a {
	color: #a6a6a6;
}

.wrap {
	width: 90%;
	max-width: 1152px;
	margin-right: auto;
	margin-left: auto;
}

.wrap .wrap {
	width: 100%;
	max-width: 100%;
}

.title-area {
	line-height: 1.2944;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.title-area a:focus {
	outline: none;
}

.site-title {
	margin: 0;
	font-weight: 600;
}

.wp-custom-logo .site-title {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(100%);
	        clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.site-title a {
	color: #5c6c8e;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #337fed;
}

.site-description {
	margin: 0;
	font-size: smaller;
}

.wp-custom-logo .site-description {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(100%);
	        clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.custom-logo {
	width: 100%;
	max-width: 300px;
	transition: all 0.2s ease;
}

.custom-logo-link {
	display: flex;
	align-items: center;
}

.shrink .custom-logo {
	max-width: 260px;
}

.nav-primary {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
}

.no-js .nav-primary {
	display: flex;
	position: relative;
}

.menu {
	margin: 0;
	list-style-type: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.no-js .menu {
	width: 100%;
	border: 0;
	transition: all 0.2s ease;
}

.menu-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	padding: 0.53333rem 0;
	font-size: 1.7rem;
	margin-right: auto;
	margin-left: auto;
}

.menu-item.button {
	padding: 0;
	margin-top: 10px;
}

.menu-item.button a {
	color: #ffffff;
	padding: 0 !important;
}

.menu-item.button a:hover,
.menu-item.button a:focus {
	text-decoration: none;
	color: #ffffff;
}

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

.menu a {
	color: #727883;
}

.menu a:hover,
.menu a:focus,
.menu .current-menu-item > a {
	color: #337fed;
}

.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background-color: transparent;
	height: 2.4rem;
	width: 2.4rem;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
}

.menu-toggle:focus {
	outline: 1px solid white;
}

.menu-toggle .hamburger,
.menu-toggle .hamburger:before,
.menu-toggle .hamburger:after {
	display: block;
	position: absolute;
	width: 2.4rem;
	height: 3px;
	background-color: #5c6c8e;
	content: '';
}

.menu-toggle .hamburger {
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
}

.menu-toggle .hamburger:before {
	top: -0.8rem;
}

.menu-toggle .hamburger:after {
	bottom: -0.8rem;
}

.menu-toggle.activated .hamburger {
	background-color: transparent;
}

.menu-toggle.activated .hamburger:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.menu-toggle.activated .hamburger:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.menu-toggle {
	box-shadow: none;
	margin-bottom: 0 !important;
}

body.header-bleed .sub-menu {
	background: transparent;
	background-image: linear-gradient(to bottom, transparent, white 40%);
}

body .site-header.shrink .sub-menu {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.95);
}

body .sub-menu {
	display: none;
	top: 100%;
	width: 100%;
	margin: 0 0 0 0.8rem;
	list-style-type: none;
}

.no-js .menu-item-has-children:hover > body .sub-menu,
.no-js .menu-item-has-children:focus > body .sub-menu {
	display: block;
}

body .sub-menu .menu-item {
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 5px 15px;
}

body .sub-menu .menu-item:first-of-type {
	padding-top: 10px;
}

body .sub-menu .menu-item:last-of-type {
	padding-bottom: 10px;
}

body .sub-menu .menu-item-has-children {
	position: relative;
	font-weight: bold;
}

body .sub-menu .menu-item .description {
	display: none;
	font-weight: 400;
	font-size: 1.4rem;
}

body .sub-menu .menu-item a {
	width: 100%;
	display: block;
	text-align: left;
	line-height: 1.2;
}

body .sub-menu .sub-menu-toggle {
	display: none;
}

body .sub-menu .sub-menu {
	background: transparent !important;
	position: relative;
	display: block !important;
	opacity: 1 !important;
	width: 100%;
	box-shadow: none;
}

body .sub-menu .sub-menu .menu-item {
	width: 100%;
	font-weight: normal;
	padding: 5px 15px;
	font-size: 1.5rem;
}

body .sub-menu-toggle {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	padding: 0;
	background-color: transparent;
	line-height: 0;
	height: 3.2rem;
	width: 3.2rem;
}

body .sub-menu-toggle:hover,
body .sub-menu-toggle:focus,
body .sub-menu-toggle:active {
	background-color: transparent;
}

body .sub-menu-toggle:focus {
	outline: 1px solid white;
}

body .sub-menu-toggle:before {
	content: '';
	border-style: solid;
	height: 0;
	width: 0;
	border-color: #5c6c8e transparent transparent;
	border-width: 0.5rem 0.5rem 0;
}

body .sub-menu-toggle.activated:before {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: transparent transparent #5c6c8e;
	border-width: 0 0.5rem 0.5rem;
}

.wp-custom-header {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wp-custom-header:before {
	display: block;
	background-color: rgba(255, 255, 255, 0.82);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wp-custom-header img {
	max-width: none;
}

.hero-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4.8rem 0;
	border-bottom: 1px solid white;
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.hero-section:before {
	display: block;
	background-color: rgba(255, 255, 255, 0.82);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero-section .wrap {
	justify-content: center;
	position: relative;
}

.hero-section h1 {
	width: 100%;
	margin-bottom: 0;
}

.hero-section p {
	margin-top: 1.6rem;
	margin-bottom: 0;
}

.breadcrumb {
	margin: 0 0 1.6rem;
}

.content {
	width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.center-content .content {
	margin-right: auto;
	margin-left: auto;
}

.full-width-content .content {
	margin: 0;
}

.front-page .content,
.page-template-page-full .content {
	margin: 0;
}

.sidebar {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.author-box {
	margin: 3.2rem 0;
	padding: 1.6rem;
	background-color: white;
}

.author-box-title {
	margin-bottom: 0.53333rem;
}

.author-box-content {
	padding-left: 6.4rem;
}

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

.avatar {
	float: left;
	max-width: 4.8rem;
	margin-right: 1.6rem;
}

.wp-block-embed {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.wp-block-gallery {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.wp-block-gallery .blocks-gallery-item img {
	align-self: center;
}

.wp-block-image {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.wp-block-image.alignleft {
	margin-right: 1.6rem;
}

.wp-block-image.alignright {
	margin-left: 1.6rem;
}

.wp-block-image.alignwide {
	max-width: 120%;
}

.wp-block-image.alignfull {
	max-width: none;
}

.wp-block-pullquote {
	border-left: 0;
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
}

.wp-block-pullquote.aligncenter {
	margin-top: 3.2rem;
	margin-bottom: 3.2rem;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	width: calc((100% - (3.2rem * 1)) / 2 - 0.2px);
	margin-bottom: 3.2rem;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-item img {
	width: 100%;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.pagination li {
	margin-right: 0.8rem;
}

.comment {
	margin: 3.2rem 0;
}

.comment-list {
	list-style-type: none;
}

.comment .children {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.comment-author {
	margin: 0;
}

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

.widget {
	margin-bottom: 1.6rem;
}

.widget-title {
	font-size: 1.2em;
}

.widget.featured-content .entry::after {
	clear: both;
	content: '';
	display: block;
}

.widget.featured-content .entry-image {
	max-width: 8rem;
}

.widget.featured-content .entry-title {
	margin-bottom: 0.32rem;
	font-size: 1.6rem;
}

.footer-widget-area .widget-title {
	text-align: center;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
}

.footer-widget-area .menu {
	background: transparent;
	box-shadow: none;
	border: none;
}

.footer-widget-area .menu .menu-item {
	width: 100%;
	text-align: center;
	padding: 0.32rem 0;
}

.footer-widget-area .menu .menu-item a {
	color: #a6a6a6;
}

.front-page-1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4.8rem 0;
	border-bottom: 1px solid white;
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.front-page-1:before {
	display: block;
	background-color: rgba(255, 255, 255, 0.82);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.front-page-1 .wrap {
	justify-content: center;
	position: relative;
}

.front-page-1 h1 {
	width: 100%;
	margin-bottom: 0;
}

.front-page-1 p {
	margin-top: 1.6rem;
	margin-bottom: 0;
}

.front-page-2 {
	border-bottom: 1px solid white;
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(100%);
	        clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-shortcut:active,
.screen-reader-shortcut:focus,
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text span:active,
.screen-reader-text span:focus {
	clip: auto;
	-webkit-clip-path: none;
	        clip-path: none;
	height: auto;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
	position: absolute;
	padding: 0.8rem;
	color: #ffffff;
	background-color: #5c6c8e;
	text-decoration: none;
}

.more-link {
	position: relative;
}

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

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

:focus {
	outline: 1px solid white;
	color: #7786a6;
}

.has-primary-color {
	color: #337fed;
}

.has-primary-background-color {
	background-color: #337fed;
}

.has-accent-color {
	color: #95bf03;
}

.has-accent-background-color {
	background-color: #95bf03;
}

.has-success-color {
	color: #59b377;
}

.has-success-background-color {
	background-color: #59b377;
}

.has-warning-color {
	color: #ffee58;
}

.has-warning-background-color {
	background-color: #ffee58;
}

.has-error-color {
	color: #dc4649;
}

.has-error-background-color {
	background-color: #dc4649;
}

.has-white-color {
	color: #ffffff;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-black-color {
	color: #343d50;
}

.has-black-background-color {
	background-color: #343d50;
}

.has-h1-font-size {
	font-size: 3em;
}

.has-h2-font-size {
	font-size: 2.5em;
}

.has-h3-font-size {
	font-size: 1.5em;
}

.has-h4-font-size {
	font-size: 1.3em;
}

.has-h5-font-size {
	font-size: 1.2em;
}

.has-h6-font-size {
	font-size: 1.1em;
}

.aligncenter,
.alignleft,
.alignright {
	display: block;
	float: none;
	margin: 0 auto 1.6rem;
}

.aligncenter::after {
	clear: both;
	content: '';
	display: block;
}

.alignwide,
.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
}

.content-sidebar .alignwide,
.sidebar-content .alignwide,
.content-sidebar .alignfull,
.sidebar-content .alignfull {
	left: auto;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	-webkit-transform: none;
	        transform: none;
}

.alignwide img,
.alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1.6rem auto;
}

.alignwide {
	max-width: 120%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.alignfull {
	max-width: none;
	margin-left: -50vw;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid > div {
	margin-right: 0;
	margin-left: 0;
}

.full-width {
	width: 100%;
}

a:focus {
	outline: none;
}

.site-container {
	overflow: hidden;
}

.text-white {
	color: #ffffff;
}

.text-white h1,
.text-white h2,
.text-white h3 {
	color: #ffffff;
}

.text-white p {
	color: #ffffff;
}

.text-light h1,
.text-light h2,
.text-light h3 {
	color: #ffffff;
}

.text-light p {
	color: #cccccc;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: 25px;
	font-size: 0;
	width: 50px;
	height: 50px;
	padding: 0 !important;
}

.slick-arrow:before,
.slick-arrow:after {
	font-family: FontAwesome;
	font-size: 1.6rem;
}

.slick-arrow.slick-prev {
	left: -75px;
}

.slick-arrow.slick-prev:before {
	content: '\f060';
}

.slick-arrow.slick-next {
	right: -75px;
}

.slick-arrow.slick-next:after {
	content: '\f061';
}

.slick-dots {
	list-style: none;
	display: table;
	margin: 0 auto;
	padding-bottom: 5px;
}

.slick-dots li {
	float: left;
	margin: 0 5px;
}

.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #ffffff;
	background-color: #d3d8e3;
	transition: all 0.2s ease;
}

.slick-dots li.slick-active button {
	border: 2px solid #d3d8e3;
	background-color: #ffffff;
}

body .header-curve {
	background-position: right !important;
	background-size: auto 100% !important;
}

body .header-curve .vc_column_container:first-child:before {
	content: '';
	background-image: url('/wp-content/uploads/header-curve-wide.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	right: -105px;
	top: 0;
	width: 200%;
	height: 100%;
	z-index: 0;
}

.blue-tick {
	position: relative;
}

.blue-tick:before {
	content: '';
	background-image: url('/wp-content/uploads/blue-tick.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
}

.blue-tick > .wpb_wrapper {
	padding-left: 66px;
}

.single-post:before,
.single-blogs:before,
.single-videos:before,
.single-webinars:before,
.single-sectors:before {
	content: '';
	background-image: url('/wp-content/uploads/post-background-curve.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 747px;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

.single-post .single-post-meta,
.single-blogs .single-post-meta,
.single-videos .single-post-meta,
.single-webinars .single-post-meta,
.single-sectors .single-post-meta {
	margin: 30px 0 40px;
	text-align: center;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.single-post .single-post-meta .post-grid-category,
.single-blogs .single-post-meta .post-grid-category,
.single-videos .single-post-meta .post-grid-category,
.single-webinars .single-post-meta .post-grid-category,
.single-sectors .single-post-meta .post-grid-category {
	color: #337fed;
	font-weight: bold;
}

.single-post .entry-header,
.single-blogs .entry-header,
.single-videos .entry-header,
.single-webinars .entry-header,
.single-sectors .entry-header {
	text-align: center;
}

.related-posts {
	position: relative;
	padding-bottom: 60px;
	padding-top: 180px;
	background-color: #e7eff5;
	background-image: url('/wp-content/uploads/post-background-bottom-curve-opaque.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.related-posts h2,
.related-posts p {
	margin: 0 auto 30px;
}

.related-posts .post-grid {
	margin: 0 0 30px;
}

.featured-image {
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 0 60px;
	width: 120%;
	margin-left: -10%;
	display: inline-block;
}

.featured-image img {
	border-radius: 10px;
	width: 100%;
}

.sector-banner {
	padding-top: 90px;
	padding-bottom: 60px;
	background-image: url(https://www.reallysimplesystems.local:8890/wp-content/uploads/header-plain-bubbles.png?id=73404) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.customer-quote {
	border-top: 2px solid #d8dde7;
	border-bottom: 2px solid #d8dde7;
	width: 70%;
	margin: 0 auto;
	padding: 50px 0;
	margin: 50px auto !important;
	position: relative;
}

.customer-quote:before {
	content: '';
	background-image: url('/wp-content/uploads/casestudy-quote.png');
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	left: -25%;
	top: 15px;
	width: 175px;
	height: 151px;
	z-index: -1;
}

.customer-quote .customer-quote-text {
	font-style: italic;
	font-size: 1.8rem;
	color: #2c3647;
}

.customer-quote .customer-quote-name strong {
	color: #2c3647;
}

.customer-quote.customer-quote-with-image {
	width: 100%;
	display: table;
}

.customer-quote.customer-quote-with-image:before {
	display: none;
}

.customer-quote.customer-quote-with-image .customer-quote-image {
	width: 25%;
	margin-right: 5%;
	display: table-cell;
	padding-right: 5%;
}

.customer-quote.customer-quote-with-image .customer-quote-wrapper {
	width: 75%;
	display: table-cell;
}

.feature-row > .wpb_column {
	border-bottom: 1px solid #6a7fa2;
	margin-bottom: 60px;
}

.feature-row:last-child > .wpb_column {
	border-bottom: none;
	margin-bottom: 30px;
}

.venobox img {
	transition: all 0.2s ease;
}

.venobox:hover img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

body .vbox-container {
	overflow: hidden;
}

body .vbox-close {
	background-color: #337fed !important;
	top: 10px;
	right: 10px;
	border-radius: 100px;
	width: 40px;
	color: #ffffff !important;
}

svg {
	width: 100%;
	height: auto;
}

.icon-svg svg,
.icon-svg img {
	height: 100px;
}

.tick-list ul li,
ul.tick-list li {
	list-style: none;
}

.tick-list ul li:before,
ul.tick-list li:before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	color: #95bf03;
	margin-right: 10px;
}

.testimonial-image .vc_column-inner {
	background-repeat: no-repeat;
	background-position: bottom left;
}

.country-switcher select {
	padding: 0 5px;
}

#really-simple-systems-embedded-form-container {
	border: 2px solid #d8dde7;
	border-radius: 5px;
}

#really-simple-systems-embedded-form-container #really-simple-systems-inline-elements-top {
	margin: 30px auto;
	width: auto;
}

#really-simple-systems-embedded-form-container #really-simple-systems-inline-elements-top .pdf {
	padding: 0 20px;
}

#really-simple-systems-embedded-form-container button {
	color: #ffffff !important;
}

.social-icons a i {
	width: 36px;
	height: 36px;
	display: block;
	background: #ffffff;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
	line-height: 36px;
	line-height: 3.6rem;
	border-radius: 4px;
	font-size: 20px;
	font-size: 2rem;
	color: #2c3647;
}

.social-icons a:hover i {
	background-color: #337fed;
	color: #ffffff;
}

.social-icons a:hover i.fa-facebook {
	background-color: #3b5998;
}

.social-icons a:hover i.fa-twitter {
	background-color: #1da1f2;
}

.social-icons a:hover i.fa-youtube {
	background-color: #ff0000;
}

.social-icons a:hover i.fa-linkedin {
	background-color: #007bb6;
}

.social-icons a:hover i.fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

#home-banner-image,
#features-banner-image,
#sales-banner-image,
#marketing-banner-image,
#support-banner-image,
#error-banner-image {
	position: relative;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 50px;
}

#home-banner-image:before,
#features-banner-image:before,
#sales-banner-image:before,
#marketing-banner-image:before,
#support-banner-image:before,
#error-banner-image:before {
	content: '';
	background-image: url('/wp-content/uploads/crm-software.png');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	width: 808px;
	height: 765px;
}

#home-banner-image .h3,
#features-banner-image .h3,
#sales-banner-image .h3,
#marketing-banner-image .h3,
#support-banner-image .h3,
#error-banner-image .h3 {
	color: #7786a6;
}

#error-banner-image:before {
	background-image: url('/wp-content/uploads/404-banner.png');
}

.dark-blue-curve-top,
.light-blue-curve-top {
	position: relative;
	overflow: visible !important;
}

.dark-blue-curve-top:before,
.light-blue-curve-top:before {
	pointer-events: none;
	content: '';
	background-image: url('/wp-content/uploads/dark-blue-curves-web.png');
	background-size: 2000px auto;
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: -400px;
	width: 100%;
	height: 500px;
	z-index: -1;
	display: block;
}

.dark-blue-curve-bottom,
.light-blue-curve-bottom {
	position: relative;
	overflow: visible !important;
	padding-top: 50px;
}

.dark-blue-curve-bottom:before,
.light-blue-curve-bottom:before {
	pointer-events: none;
	content: '';
	background-image: url('/wp-content/uploads/dark-blue-curves-transparent.png');
	background-size: 2000px auto;
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 420px;
	z-index: 0;
	display: block;
}

.light-blue-curve-top {
	margin-top: 75px;
}

.light-blue-curve-top:before {
	background-image: url('/wp-content/uploads/light-blue-curves.png');
}

.light-blue-curve-bottom:before {
	background-image: url('/wp-content/uploads/light-blue-curves.png');
	bottom: -175px;
	top: auto;
	z-index: 0;
}

#video-row {
	padding-bottom: 500px;
}

#home-video,
.vc_custom_1556116968894,
#video-row {
	position: relative;
	overflow: visible;
	background-color: transparent;
	z-index: 1;
}

#home-video.light-blue-curve-top:before,
.vc_custom_1556116968894.light-blue-curve-top:before,
#video-row.light-blue-curve-top:before {
	height: 850px;
}

#home-video .wpb_text_column,
.vc_custom_1556116968894 .wpb_text_column,
#video-row .wpb_text_column {
	max-width: 700px;
	margin: 0 auto;
}

.reviews-rotator {
	overflow: hidden;
}

.reviews-rotator .reviews-rotator-item {
	float: left;
	margin: 50px 100px !important;
	position: relative;
	padding-bottom: 25px;
}

.reviews-rotator .reviews-rotator-item:before {
	left: -20%;
}

.reviews-rotator .reviews-rotator-item:focus {
	outline: none;
}

.reviews-slider {
	overflow: hidden;
}

.reviews-slider .reviews-slider-item {
	margin: 0 20px;
	padding: 30px;
	box-shadow: 0 5px 1.6rem 5px rgba(52, 61, 80, 0.1);
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-top: 45px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.reviews-slider .reviews-slider-item .reviews-slider-avatar {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 100px;
}

.reviews-slider .reviews-slider-item .reviews-slider-body {
	margin-bottom: 40px;
	min-height: 100px;
	margin-top: 40px;
}

.reviews-slider .reviews-slider-item .reviews-slider-name {
	font-weight: bold;
	color: #337fed;
	margin-bottom: 0;
}

.casestudies-slider {
	overflow: hidden;
	margin-bottom: 60px !important;
}

.casestudies-slider .casestudies-slider-item {
	margin: 0 20px;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
}

.casestudies-slider .casestudies-slider-item .casestudies-slider-logo {
	width: 100%;
	height: 100px;
	display: block;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.integration-cloud {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	background-image: url(/wp-content/uploads/home-integrations-blank.png);
	background-color: white;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	height: 800px;
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}

.integration-cloud .integration-cloud-item {
	text-align: center;
	position: relative;
	background-color: white;
	border-radius: 100px;
	box-shadow: 0 5px 1.6rem 5px rgba(52, 61, 80, 0.1);
	padding: 10px;
	position: absolute;
	transition: all 0.2s ease;
}

.integration-cloud .integration-cloud-item:focus {
	outline: none;
}

.integration-cloud .integration-cloud-item:hover {
	-webkit-transform: scale(1.25);
	        transform: scale(1.25);
	cursor: pointer;
}

.integration-cloud .integration-cloud-item .integration-cloud-logo {
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center center;
}

#integrations-background {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	padding-bottom: 100px;
	background-image: url(/wp-content/uploads/home-integrations-blank.png) !important;
}

#integrations-background .vc_column-inner {
	margin: 0 !important;
	padding: 0 !important;
}

#integrations-background .pull-up {
	padding: 0 15px;
}

#features-banner-image:before {
	background-image: url('/wp-content/uploads/crm-features-banner.png');
}

#sales-banner-image:before {
	background-image: url('/wp-content/uploads/sales-banner.png');
}

#marketing-banner-image:before {
	background-image: url('/wp-content/uploads/marketing-banner.png');
}

#support-banner-image:before {
	background-image: url('/wp-content/uploads/servicesupport-banner-web.png');
}

.integration-grid {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.integration-grid .integration-grid-item {
	padding: 30px;
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.integration-grid .integration-grid-item .integration-grid-logo {
	margin-bottom: 30px;
	height: 120px;
	width: 80%;
	margin-left: 10%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.curve-separator {
	position: relative;
	max-height: 586px;
	height: 586px;
	background-image: url('/wp-content/uploads/curve-separator-full.png');
	background-position: center center;
	background-color: #f2f4f7;
	color: #343d50;
	margin: 60px 0;
	/*
    &:before{
        content: '';
        background-image: url('/wp-content/uploads/curve-separator.png');
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        right: 50%;
        top: 0;
        width: 117px;
        height: 586px;
    }
*/
}

.vc_custom_1554740453844,
.customer-large-picture,
.customer-large-picture > div {
	background-position: bottom left;
	background-repeat: no-repeat;
}

#pricing-banner-image {
	position: relative;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
	background-position: center -100px;
	background-repeat: no-repeat;
	background-color: #333d4f;
	/*
    &:before{
        content: '';
        background-image: url('/wp-content/uploads/features-banner.png');
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        right: 1%;
        top: -100px;
        width: 808px;
        height: 765px;
    }

    .h3{
        color: $color--gray-70;
    }
*/
}

.plans-grid {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.plans-grid .plans-grid-item {
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.plans-grid .plans-grid-item p {
	margin-bottom: 10px;
}

.plans-grid .plans-grid-item p:last-child {
	margin-bottom: 0;
}

.plans-grid .plans-grid-item .plans-grid-top {
	background-color: #ffffff;
	border-bottom: 2px solid #d8dde7;
	padding: 20px;
}

.plans-grid .plans-grid-item .plans-grid-bottom {
	background-color: #f5f7f9;
	padding: 20px;
}

.plans-grid .plans-grid-item .plans-grid-name {
	font-size: 1.5em;
	color: #2c3647;
	font-weight: 700;
	margin-bottom: 0;
}

.plans-grid .plans-grid-item .plans-grid-description {
	line-height: 1.4;
}

.plans-grid .plans-grid-item .plans-grid-price {
	font-size: 2.5em;
	color: #2c3647;
	font-weight: 700;
	line-height: 1.4;
}

.plans-grid .plans-grid-item .plans-grid-sub-text-1 {
	color: #2c3647;
	font-weight: 700;
	font-style: italic;
	font-size: 1.4rem;
}

.plans-grid .plans-grid-item .plans-grid-sub-text-2 {
	font-size: 1.3rem;
}

.plans-grid .plans-grid-item .plans-grid-see-features {
	font-size: 1.4rem;
	font-weight: 700;
}

.plans-grid .plans-grid-item .plans-grid-see-features a:hover {
	color: #95bf03;
}

.plans-grid .plans-grid-item .button {
	width: 100%;
	margin: 10px 0;
}

.addons-list-heading {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.addons-list {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.addons-list .addons-list-item {
	clear: both;
	width: 100%;
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 20px;
	background-color: #f5f7f9;
}

.addons-list .addons-list-item p {
	margin-bottom: 10px;
}

.addons-list .addons-list-item p:last-child {
	margin-bottom: 0;
}

.addons-list .addons-list-item .addons-list-top {
	background-color: #ffffff;
	padding: 20px;
	margin: 0;
	text-align: center;
	width: 25%;
	float: left;
	border-right: 2px solid #d8dde7;
}

.addons-list .addons-list-item .addons-list-bottom {
	background-color: #f5f7f9;
	padding: 20px;
	margin: 0;
	width: 75%;
	float: left;
}

.addons-list .addons-list-item .addons-list-name {
	font-size: 1.5em;
	color: #2c3647;
	font-weight: 700;
	margin-bottom: 0;
}

.addons-list .addons-list-item .addons-list-description {
	line-height: 1.4;
}

.addons-list .addons-list-item .addons-list-price {
	font-size: 2.5em;
	color: #2c3647;
	font-weight: 700;
	line-height: 1.4;
	width: 25%;
	float: left;
}

.addons-list .addons-list-item .addons-list-sub-text {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.addons-list .addons-list-item .addons-list-sub-text .addons-list-sub-text-1 {
	color: #2c3647;
	font-weight: 700;
	font-style: italic;
	font-size: 1.4rem;
}

.addons-list .addons-list-item .addons-list-sub-text .addons-list-sub-text-2 {
	font-size: 1.3rem;
}

.addons-list .addons-list-item .addons-list-button {
	width: 25%;
	float: left;
}

.addons-list .addons-list-item .addons-list-see-features {
	font-size: 1.4rem;
	font-weight: 700;
}

.addons-list .addons-list-item .button {
	width: 100%;
	margin: 10px 0;
	padding-left: 0;
	padding-right: 0;
}

.rpt_plan.pricing-table-rowtable .rpt_foot {
	padding: 10px 20px !important;
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #343d50;
	font-size: 1.6rem;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
	border-left: none !important;
	border-right: none !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-bottom: none !important;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	font-size: 1.6rem;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	background: #337fed;
	border-radius: 10px;
	padding: 10px;
	left: 15px !important;
}

body .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	width: 50% !important;
	left: 25% !important;
	border-color: #ffffff !important;
}

body .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
	height: 50% !important;
	top: 25% !important;
	border-color: #ffffff !important;
}

.pricing-table-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-section-header {
	color: #337fed;
	font-weight: bold;
	border-bottom: 2px solid #d8dde7;
	padding: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-section-header:hover {
	cursor: pointer;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-section-header:hover span {
	text-decoration: underline;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-section-header:before {
	content: '\f067';
	font-family: FontAwesome;
	margin-right: 10px;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-section-header.open:before {
	content: '\f068';
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row {
	border-bottom: 1px solid #d8dde7;
	display: inline-flex;
	width: 100%;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row > div {
	border-right: 2px solid #e7eff5;
	padding: 10px;
	width: 17.5%;
	text-align: center;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row > div:last-child {
	border-right: none;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-subheading {
	width: 100%;
	text-align: left;
	font-weight: 600;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-name {
	width: 30%;
	text-align: left;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-plan-tick {
	background: rgba(255, 255, 255, 0.65);
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-plan-name {
	background: white;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-plan-name span {
	margin-bottom: 10px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-row .pricing-table-row-plan-name .button-tiny {
	display: block;
}

.pricing-table-wrapper .pricing-table-section .pricing-table-rows .pricing-table-row .pricing-table-row-name,
.pricing-table-wrapper .pricing-table-section .pricing-table-rows .pricing-table-row .pricing-table-row-subheading {
	padding-left: 20px;
}

.pricing-table-wrapper div.pricing-table-row i.fa.fa-check {
	color: #8ec64c;
}

.pricing-table-wrapper div.pricing-table-row i.fa.fa-times {
	color: #e28888;
}

i.tip {
	color: #ffffff;
	background-color: #337fed;
	border-radius: 100px;
	width: 23px;
	height: 23px;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	line-height: 2.3rem;
	margin-right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

i.tip:hover {
	background-color: #347eff;
}

.tipr_content {
	font-family: 'Lato', sans-serif;
	text-transform: none;
}

.tipr_container_below,
.tipr_container_above {
	box-shadow: 0 5px 1.6rem 5px rgba(52, 61, 80, 0.1);
}

.casestudies-sidebar-wrapper {
	padding: 30px;
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 30px;
	background-color: #ffffff;
	width: 100%;
}

.casestudies-sidebar-wrapper img {
	max-height: 150px;
	margin-bottom: 20px;
}

.casestudies-sidebar-wrapper ul li {
	list-style: none;
	text-align: left;
	line-height: 2.5em;
	border-bottom: 2px solid #d8dde7;
}

.casestudies-sidebar-wrapper ul li:last-child {
	border: none;
}

.sidebar {
	overflow: hidden;
}

.post-grid-filters {
	background-color: #333d4f;
	color: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 70px;
	max-height: 70px;
	padding: 13px;
}

.post-grid-filters:before {
	content: '';
	height: 70px;
	width: 100%;
	background-color: #333d4f;
	position: absolute;
	left: -100%;
	top: 0;
}

.post-grid-filters:after {
	content: '';
	height: 70px;
	width: 100%;
	background-color: #333d4f;
	position: absolute;
	left: 100%;
	top: 0;
}

.post-grid-filters .post-grid-filter {
	width: 350px;
	padding: 10px;
	height: 44px;
	line-height: 44px;
	line-height: 4.4rem;
}

.post-grid-filters span.filter-label {
	font-weight: bold;
	margin-right: 10px;
}

.post-grid-filters .post-grid-search {
	float: right;
	width: 350px;
	padding: 10px;
}

.post-grid {
	clear: both;
	margin-bottom: 30px;
	margin-top: 60px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.post-grid .post-grid-item {
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.post-grid .post-grid-item .post-grid-image {
	margin-bottom: 20px;
}

.post-grid .post-grid-item p {
	margin: 0 30px 20px;
}

.post-grid .post-grid-item .post-grid-image-wrapper {
	height: 220px;
	width: 100%;
	background-size: cover;
	display: block;
	margin-bottom: 20px;
	background-position: center;
	background-image: url('/wp-content/uploads/login-bg.png');
}

.post-grid .post-grid-item .post-grid-title {
	font-weight: bold;
}

.post-grid .post-grid-item .post-grid-meta {
	font-size: 1.4rem;
	text-transform: uppercase;
}

.post-grid .post-grid-item .post-grid-meta .post-grid-category {
	color: #337fed;
	font-weight: bold;
}

.pagination-wrapper {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.pagination-wrapper .page-numbers {
	margin: 0 5px;
	color: #727883;
}

.pagination-wrapper .page-numbers.current {
	font-weight: bold;
	color: #343d50;
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
	background-color: #337fed;
	border-radius: 100px;
	font-family: FontAwesome;
	color: #ffffff;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	line-height: 3.2rem;
}

.pagination-wrapper .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.prev:focus,
.pagination-wrapper .page-numbers.next:hover,
.pagination-wrapper .page-numbers.next:focus {
	text-decoration: none;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	background-color: #347eff;
}

.pagination-wrapper .page-numbers.prev i,
.pagination-wrapper .page-numbers.next i {
	font-style: normal;
}

.pagination-wrapper .page-numbers.prev {
	margin-right: 20px;
}

.pagination-wrapper .page-numbers.next {
	margin-left: 20px;
}

body.error404 .post-grid {
	margin-top: 0;
}

.integrations-sidebar-wrapper {
	padding: 30px;
	border: 2px solid #d8dde7;
	border-radius: 5px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 30px;
	background-color: #ffffff;
	width: 100%;
}

.integrations-sidebar-wrapper img {
	max-height: 150px;
	margin-bottom: 20px;
}

.integrations-sidebar-wrapper ul li {
	list-style: none;
	text-align: left;
	line-height: 2.5em;
	border-bottom: 2px solid #d8dde7;
}

.integrations-sidebar-wrapper ul li:last-child {
	border: none;
}

.sidebar {
	overflow: hidden;
}

#quick-signup {
	padding: 0 !important;
}

#quick-signup-submit {
	width: 100%;
	background-color: #95bf03;
}

#quick-signup-form .quick-signup-row {
	padding-bottom: 10px;
}

#quick-signup-form .quick-signup-field-half {
	width: 48%;
}

#quick-signup-form .quick-signup-field-half:last-child {
	margin-left: 4%;
}

#quick-signup-form .quick-signup-field-half label.error {
	position: absolute;
}

.no-nav .site-header {
	display: none;
}

.no-nav .site-inner {
	margin-top: 0;
}

.no-nav .site-inner .wrap {
	max-width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

.no-nav .customer-quote {
	border-color: #ffffff;
	border-width: 1px;
}

.no-nav .customer-quote:before {
	background-image: url('/wp-content/uploads/signup-quote.png');
	z-index: 0;
}

.no-nav .customer-quote .customer-quote-text,
.no-nav .customer-quote .customer-quote-name,
.no-nav .customer-quote .customer-quote-name strong {
	color: #ffffff;
}

.signup-background-image {
	background-image: url('/wp-content/uploads/signup-background-image.png');
	background-size: cover;
	background-position: center;
	margin: 0 !important;
	padding: 10%;
}

.signup-form-container {
	padding: 30px 60px 0 30px;
}

@media (min-width: 640px) {
	#home-banner-image,
	#features-banner-image,
	#sales-banner-image,
	#marketing-banner-image,
	#support-banner-image,
	#error-banner-image {
		padding-top: 125px;
	}
	#home-banner-image .vc_col-sm-6,
	#features-banner-image .vc_col-sm-6,
	#sales-banner-image .vc_col-sm-6,
	#marketing-banner-image .vc_col-sm-6,
	#support-banner-image .vc_col-sm-6,
	#error-banner-image .vc_col-sm-6 {
		width: 50% !important;
	}
}

@media (min-width: 768px) {
	#home-banner-image,
	#features-banner-image,
	#sales-banner-image,
	#marketing-banner-image,
	#support-banner-image,
	#error-banner-image {
		padding-top: 125px;
	}
	.dark-blue-curve-bottom,
	.light-blue-curve-bottom {
		padding-top: 100px;
	}
}

@media (min-width: 896px) {
	.front-page-2,
	.front-page-3 {
		padding: 4.8rem 0 1.6rem;
	}
	body {
		font-size: 1.76rem;
	}
	body .site-header .wrap {
		flex-wrap: nowrap;
	}
	body .site-header {
		position: fixed;
		min-height: 80px;
	}
	body .site-header.shrink {
		min-height: 60px;
		box-shadow: 0 5px 1.6rem 5px rgba(52, 61, 80, 0.1);
		background: #ffffff;
		background: rgba(255, 255, 255, 0.95);
	}
	body .site-header.shrink .title-area {
		padding: 0;
	}
	.site-inner {
		margin-top: 84px;
	}
	.wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.title-area {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
	.nav-primary {
		display: block;
		position: relative;
		top: auto;
		width: 75%;
		padding-left: 40px;
		transition: all 0.2s ease;
	}
	.shrink .nav-primary {
		padding-left: 0;
	}
	.nav-secondary {
		border-top: 1px solid white;
	}
	.nav-secondary .menu {
		justify-content: flex-start;
	}
	.menu {
		display: block;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		border: 0;
	}
	.menu-item {
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 14px 1.2944rem 16px;
		transition: all 0.2s ease;
	}
	.menu-item:first-of-type {
		padding-left: 0;
	}
	.menu-item.button {
		margin-left: 1.6rem;
	}
	.menu-toggle {
		display: none;
	}
	.shrink .menu-item {
		padding: 14px 1.2944rem 19px;
	}
	body .sub-menu {
		position: absolute;
		width: auto;
		max-width: 300px;
		margin-left: -25%;
		margin-left: -1.6rem;
		box-shadow: 0 1.6rem 1.6rem 5px rgba(52, 61, 80, 0.1);
		border-radius: 0 0 15px 15px;
		background-color: #ffffff;
	}
	body .sub-menu .sub-menu {
		position: relative;
		left: 0;
		top: 0;
		border: none;
	}
	body .sub-menu-toggle {
		display: none;
	}
	body .genesis-mega-menu > .sub-menu {
		left: 0 !important;
		width: 80%;
		max-width: none;
	}
	body .genesis-mega-menu > .sub-menu > .menu-item {
		width: 33%;
		padding: 15px 15px;
		text-align: center;
	}
	body .genesis-mega-menu > .sub-menu > .menu-item:last-child {
		padding-right: 2%;
	}
	.content {
		margin-top: 3.2rem;
		margin-bottom: 3.2rem;
	}
	.content-sidebar .content,
	.sidebar-content .content,
	.center-content .content {
		width: calc(100% - (30rem + 3.2rem));
	}
	.sidebar-content .content {
		order: 1;
	}
	.sidebar {
		margin-top: 3.2rem;
		margin-bottom: 3.2rem;
	}
	.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		width: 30rem;
	}
	.wp-block-column {
		margin-left: 3.2rem;
	}
	.wp-block-column:first-of-type {
		margin-left: 0;
	}
	.gallery-item {
		margin-left: 3.2rem;
	}
	.gallery-columns-1 .gallery-item {
		margin-left: 0;
	}
	.gallery-columns-2 .gallery-item {
		width: calc((100% - (3.2rem * 1)) / 2 - 0.2px);
	}
	.gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
		margin-left: 0;
	}
	.gallery-columns-3 .gallery-item {
		width: calc((100% - (3.2rem * 2)) / 3 - 0.2px);
	}
	.gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	.gallery-columns-4 .gallery-item {
		width: calc((100% - (3.2rem * 3)) / 4 - 0.2px);
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
		margin-left: 0;
	}
	.gallery-columns-5 .gallery-item {
		width: calc((100% - (3.2rem * 4)) / 5 - 0.2px);
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
		margin-left: 0;
	}
	.gallery-columns-6 .gallery-item {
		width: calc((100% - (3.2rem * 5)) / 6 - 0.2px);
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
		margin-left: 0;
	}
	.gallery-columns-7 .gallery-item {
		width: calc((100% - (3.2rem * 6)) / 7 - 0.2px);
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
		margin-left: 0;
	}
	.gallery-columns-8 .gallery-item {
		width: calc((100% - (3.2rem * 7)) / 8 - 0.2px);
	}
	.gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
		margin-left: 0;
	}
	.gallery-columns-9 .gallery-item {
		width: calc((100% - (3.2rem * 8)) / 9 - 0.2px);
	}
	.gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
		margin-left: 0;
	}
	.footer-widget-area {
		flex: 1;
		margin-left: 3.2rem;
	}
	.footer-widget-area:first-of-type {
		margin-left: 0;
	}
	.front-page-1 {
		height: 40rem;
	}
	.alignleft {
		float: left;
		margin: 0 1.6rem 1.6rem 0;
	}
	.alignright {
		float: right;
		margin: 0 0 1.6rem 1.6rem;
	}
	#home-banner-image,
	#features-banner-image,
	#sales-banner-image,
	#marketing-banner-image,
	#support-banner-image,
	#error-banner-image {
		padding-top: 125px;
		padding-bottom: 150px;
	}
	#home-banner-image .vc_col-sm-6,
	#features-banner-image .vc_col-sm-6,
	#sales-banner-image .vc_col-sm-6,
	#marketing-banner-image .vc_col-sm-6,
	#support-banner-image .vc_col-sm-6,
	#error-banner-image .vc_col-sm-6 {
		width: 50% !important;
	}
	#integrations-background {
		background: none !important;
	}
	#integrations-background .pull-up {
		bottom: 150px;
		position: absolute;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	.addons-list .addons-list-item .addons-list-bottom {
		height: 122px;
	}
	.addons-list .addons-list-item .addons-list-bottom > div,
	.addons-list .addons-list-item .addons-list-bottom > p {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

@media (min-width: 896px) and (max-width: 1024px) {
	.plans-grid .plans-grid-item {
		width: 45%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.no-nav .customer-quote {
		width: 100%;
	}
	.no-nav .customer-quote:before {
		display: none;
	}
	.signup-background-image {
		padding: 5%;
	}
	.two-fifths,
	.three-fifths {
		width: calc((100% - (3.2rem * 1)) / 2 - 0.2px) !important;
	}
}

@media only screen and (min-width: 896px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.one-seventh,
	.one-eighth,
	.one-ninth,
	.one-tenth,
	.one-eleventh,
	.one-twelfth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-sevenths,
	.two-eighths,
	.two-ninths,
	.two-tenths,
	.two-elevenths,
	.two-twelfths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.three-sevenths,
	.three-eighths,
	.three-ninths,
	.three-tenths,
	.three-elevenths,
	.three-twelfths,
	.four-fifths,
	.four-sixths,
	.four-sevenths,
	.four-eighths,
	.four-ninths,
	.four-tenths,
	.four-elevenths,
	.four-twelfths,
	.five-sixths,
	.five-sevenths,
	.five-eighths,
	.five-ninths,
	.five-tenths,
	.five-elevenths,
	.five-twelfths,
	.six-sevenths,
	.six-eighths,
	.six-ninths,
	.six-tenths,
	.six-elevenths,
	.six-twelfths,
	.seven-eighths,
	.seven-ninths,
	.seven-tenths,
	.seven-elevenths,
	.seven-twelfths,
	.eight-ninths,
	.eight-tenths,
	.eight-elevenths,
	.eight-twelfths,
	.nine-tenths,
	.nine-elevenths,
	.nine-twelfths,
	.ten-elevenths,
	.ten-twelfths,
	.eleven-twelfths {
		float: left;
		margin-bottom: 3.2rem;
		margin-left: 3.2rem;
	}
	.one-half,
	.two-fourths,
	.three-sixths,
	.four-eighths,
	.five-tenths,
	.six-twelfths {
		width: calc((100% - (3.2rem * 1)) / 2 - 0.2px);
	}
	.one-third,
	.two-sixths,
	.three-ninths,
	.four-twelfths {
		width: calc((100% - (3.2rem * 2)) / 3 - 0.2px);
	}
	.one-fourth,
	.two-eighths,
	.three-twelfths {
		width: calc((100% - (3.2rem * 3)) / 4 - 0.2px);
	}
	.one-fifth,
	.two-tenths {
		width: calc((100% - (3.2rem * 4)) / 5 - 0.2px);
	}
	.one-sixth,
	.two-twelfths {
		width: calc((100% - (3.2rem * 5)) / 6 - 0.2px);
	}
	.one-seventh {
		width: calc((100% - (3.2rem * 6)) / 7 - 0.2px);
	}
	.one-eighth {
		width: calc((100% - (3.2rem * 7)) / 8 - 0.2px);
	}
	.one-ninth {
		width: calc((100% - (3.2rem * 8)) / 9 - 0.2px);
	}
	.one-tenth {
		width: calc((100% - (3.2rem * 9)) / 10 - 0.2px);
	}
	.one-eleventh {
		width: calc((100% - (3.2rem * 10)) / 11 - 0.2px);
	}
	.one-twelfth {
		width: calc((100% - (3.2rem * 11)) / 12 - 0.2px);
	}
	.two-thirds,
	.four-sixths,
	.six-ninths,
	.eight-twelfths {
		width: calc(calc((100% - (3.2rem * 2)) / 3 - 0.2px) * 2 + 3.2rem);
	}
	.two-fifths,
	.four-tenths {
		width: calc(calc((100% - (3.2rem * 4)) / 5 - 0.2px) * 2 + 3.2rem);
	}
	.two-sevenths {
		width: calc(calc((100% - (3.2rem * 6)) / 7 - 0.2px) * 2 + 3.2rem);
	}
	.two-ninths {
		width: calc(calc((100% - (3.2rem * 8)) / 9 - 0.2px) * 2 + 3.2rem);
	}
	.two-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 2 + 3.2rem);
	}
	.three-fourths,
	.six-eighths,
	.nine-twelfths {
		width: calc(calc((100% - (3.2rem * 3)) / 4 - 0.2px) * 3 + (3.2rem * 2));
	}
	.three-fifths,
	.six-tenths {
		width: calc(calc((100% - (3.2rem * 4)) / 5 - 0.2px) * 3 + (3.2rem * 2));
	}
	.three-sevenths {
		width: calc(calc((100% - (3.2rem * 6)) / 7 - 0.2px) * 3 + (3.2rem * 2));
	}
	.three-eighths {
		width: calc(calc((100% - (3.2rem * 7)) / 8 - 0.2px) * 3 + (3.2rem * 2));
	}
	.three-tenths {
		width: calc(calc((100% - (3.2rem * 9)) / 10 - 0.2px) * 3 + (3.2rem * 2));
	}
	.three-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 3 + (3.2rem * 2));
	}
	.four-fifths,
	.eight-tenths {
		width: calc(calc((100% - (3.2rem * 4)) / 5 - 0.2px) * 4 + (3.2rem * 3));
	}
	.four-sevenths {
		width: calc(calc((100% - (3.2rem * 6)) / 7 - 0.2px) * 4 + (3.2rem * 3));
	}
	.four-ninths {
		width: calc(calc((100% - (3.2rem * 8)) / 9 - 0.2px) * 4 + (3.2rem * 3));
	}
	.four-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 4 + (3.2rem * 3));
	}
	.five-sixths,
	.ten-twelfths {
		width: calc(calc((100% - (3.2rem * 5)) / 6 - 0.2px) * 5 + (3.2rem * 4));
	}
	.five-sevenths {
		width: calc(calc((100% - (3.2rem * 6)) / 7 - 0.2px) * 5 + (3.2rem * 4));
	}
	.five-eighths {
		width: calc(calc((100% - (3.2rem * 7)) / 8 - 0.2px) * 5 + (3.2rem * 4));
	}
	.five-ninths {
		width: calc(calc((100% - (3.2rem * 8)) / 9 - 0.2px) * 5 + (3.2rem * 4));
	}
	.five-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 5 + (3.2rem * 4));
	}
	.five-twelfths {
		width: calc(calc((100% - (3.2rem * 11)) / 12 - 0.2px) * 5 + (3.2rem * 4));
	}
	.six-sevenths {
		width: calc(calc((100% - (3.2rem * 6)) / 7 - 0.2px) * 6 + (3.2rem * 5));
	}
	.six-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 6 + (3.2rem * 5));
	}
	.seven-eighths {
		width: calc(calc((100% - (3.2rem * 7)) / 8 - 0.2px) * 7 + (3.2rem * 6));
	}
	.seven-ninths {
		width: calc(calc((100% - (3.2rem * 8)) / 9 - 0.2px) * 7 + (3.2rem * 6));
	}
	.seven-tenths {
		width: calc(calc((100% - (3.2rem * 9)) / 10 - 0.2px) * 7 + (3.2rem * 6));
	}
	.seven-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 7 + (3.2rem * 6));
	}
	.seven-twelfths {
		width: calc(calc((100% - (3.2rem * 11)) / 12 - 0.2px) * 7 + (3.2rem * 6));
	}
	.eight-ninths {
		width: calc(calc((100% - (3.2rem * 8)) / 9 - 0.2px) * 8 + (3.2rem * 7));
	}
	.eight-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 8 + (3.2rem * 7));
	}
	.nine-tenths {
		width: calc(calc((100% - (3.2rem * 9)) / 10 - 0.2px) * 9 + (3.2rem * 8));
	}
	.nine-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 9 + (3.2rem * 8));
	}
	.ten-elevenths {
		width: calc(calc((100% - (3.2rem * 10)) / 11 - 0.2px) * 10 + (3.2rem * 9));
	}
	.eleven-twelfths {
		width: calc(calc((100% - (3.2rem * 11)) / 12 - 0.2px) * 11 + (3.2rem * 10));
	}
	.first {
		clear: both;
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	button,
	[type='button'],
	[type='reset'],
	[type='submit'],
	.site-inner .button,
	.related-posts .button,
	.nav-primary .button.menu-item {
		padding: 1.5rem 3.6rem;
	}
	.dark-blue-curve-top:before,
	.light-blue-curve-top:before {
		top: -500px;
	}
	.dark-blue-curve-bottom,
	.light-blue-curve-bottom {
		padding-top: 200px;
	}
	.dark-blue-curve-bottom:before,
	.light-blue-curve-bottom:before {
		height: 450px;
	}
	.light-blue-curve-top {
		margin-top: 250px;
	}
	.light-blue-curve-top:before {
		top: -250px;
	}
	.light-blue-curve-bottom {
		padding-top: 150px;
	}
}

@media (min-width: 1152px) {
	#home-banner-image,
	#features-banner-image,
	#sales-banner-image,
	#marketing-banner-image,
	#support-banner-image,
	#error-banner-image {
		padding-top: 200px;
		padding-bottom: 300px;
	}
}

@media (min-width: 1536px) {
	.dark-blue-curve-top:before,
	.light-blue-curve-top:before {
		background-size: 100% auto;
	}
	.dark-blue-curve-bottom:before,
	.light-blue-curve-bottom:before {
		background-size: 100% auto;
	}
}

@media only screen and (min-width: 1921px) {
	body .header-curve .vc_column_container:first-child:before {
		display: none;
	}
}

@media (max-width: 768px) {
	h1,
	.h1 {
		font-size: 1.5em;
	}
	h2,
	.h2 {
		font-size: 1.3em;
	}
	h3,
	.h3 {
		font-size: 1.3em;
	}
	.swap-order-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
	.swap-order-mobile-site-inner-wrap .site-inner .wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.swap-order-mobile-site-inner-wrap .integrations-sidebar-wrapper {
		margin-bottom: 0;
	}
	body .header-curve {
		background: none !important;
	}
	.testimonial-image {
		display: none !important;
	}
	.plans-grid .plans-grid-item {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.addons-list .addons-list-item .addons-list-top {
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #d8dde7;
	}
	.addons-list .addons-list-item .addons-list-bottom {
		width: 100%;
	}
	.addons-list .addons-list-item .addons-list-bottom > div,
	.addons-list .addons-list-item .addons-list-bottom p {
		width: 100%;
		text-align: center;
	}
}

@media print {
	*,
	*:before,
	*:after {
		color: #5c6c8e !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 white;
		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: -4.8rem;
		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;
	}
}

@media (max-width: 896px) {
	.title-area {
		width: 75%;
	}
	.menu {
		background-color: #ffffff;
		overflow: hidden;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
		padding-bottom: 10px;
	}
	.no-js .menu-item {
		width: 100%;
		padding: 0;
	}
	.menu-item.pull-right {
		float: none;
	}
	.no-js body .sub-menu .menu-item {
		width: auto;
		margin: 0 1.6rem 0 0;
		padding: 0;
	}
	body .sub-menu .menu-item:last-of-type {
		padding-bottom: 0;
	}
	.wp-block-columns {
		flex-wrap: wrap;
	}
	.wp-block-column {
		flex: none;
		width: 100%;
	}
	#home-banner-image:before,
	#features-banner-image:before,
	#sales-banner-image:before,
	#marketing-banner-image:before,
	#support-banner-image:before,
	#error-banner-image:before {
		left: 45%;
		top: -50px;
		width: 70%;
		height: 765px;
		z-index: 0;
		background-size: contain;
	}
	.integration-cloud {
		text-align: center;
		height: auto;
		background: none;
	}
	.integration-cloud .integration-cloud-item {
		position: relative;
		left: initial !important;
		top: initial !important;
		display: inline-block;
		margin: 15px !important;
	}
	.integration-cloud .integration-cloud-item .integration-cloud-logo {
		width: 100px !important;
		height: 100px !important;
	}
	.plans-grid .plans-grid-item {
		width: 100%;
	}
	.addons-list .addons-list-item {
		width: 100%;
	}
	.signup-background-image {
		display: none;
		padding: 1% 5%;
	}
	.signup-form-container {
		padding: 5%;
	}
}

@media (max-width: 1024px) {
	#home-video,
	.vc_custom_1556116968894,
	#video-row {
		padding-bottom: 0;
	}
}

@media (max-width: 640px) {
	button,
	[type='button'],
	[type='reset'],
	[type='submit'],
	.site-inner .button,
	.related-posts .button,
	.nav-primary .button.menu-item {
		width: 100%;
		margin: 0 0 10px 0 !important;
		text-align: center;
	}
	body .site-header {
		position: relative;
	}
	.nav-primary .button.menu-item {
		margin: 10px 5% !important;
		width: 90%;
	}
	.footer-widget-area .widget-title {
		text-align: left;
	}
	.footer-widget-area .menu .menu-item a {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 20px;
	}
	.single-post:before,
	.single-blogs:before,
	.single-videos:before,
	.single-webinars:before,
	.single-sectors:before {
		background-size: 150% auto;
	}
	.featured-image {
		margin: 0 auto 30px;
		width: 100%;
	}
	.customer-quote {
		width: 100%;
	}
	.customer-quote:before {
		display: none;
	}
	.feature-row:last-child > .wpb_column {
		border-bottom: 1px solid #6a7fa2;
		margin-bottom: 60px;
	}
	.feature-row:last-child > .wpb_column:last-child {
		border-bottom: none;
		margin-bottom: 30px;
	}
	.country-switcher {
		margin-top: 20px;
	}
	#really-simple-systems-embedded-form-container td.js-hpr-rqd {
		display: none !important;
	}
	#really-simple-systems-embedded-form-container #really-simple-systems-inline-elements-top .pdf {
		padding: 0;
	}
	#really-simple-systems-embedded-form-container .selectable_el td {
		display: block;
		padding: 0 20px;
		width: 100%;
	}
	#really-simple-systems-embedded-form-container button {
		width: auto;
	}
	.social-icons {
		margin-top: 20px;
	}
	#home-banner-image:before,
	#features-banner-image:before,
	#sales-banner-image:before,
	#marketing-banner-image:before,
	#support-banner-image:before,
	#error-banner-image:before {
		position: relative;
		left: -3vw;
		top: 0;
		width: 100%;
		height: 100vw;
		background-size: contain;
	}
	.light-blue-curve-top:before {
		display: none;
	}
	.light-blue-curve-bottom:before {
		display: none;
	}
	#home-video .wpb_text_column,
	.vc_custom_1556116968894 .wpb_text_column,
	#video-row .wpb_text_column {
		padding: 0 10px;
	}
	.integration-grid .integration-grid-item {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.vc_custom_1554740453844,
	.customer-large-picture,
	.customer-large-picture > div {
		display: none !important;
	}
	.pricing-table-scroll {
		overflow-x: scroll;
	}
	.pricing-table-wrapper {
		width: 200%;
	}
	i.tip {
		display: none;
	}
	.post-grid-filters {
		height: auto;
		max-height: none;
		left: 0;
		position: relative;
		overflow: hidden;
	}
	.post-grid-filters .post-grid-filter,
	.post-grid-filters .post-grid-search {
		width: 100%;
	}
	.post-grid {
		margin-top: 20px;
	}
	.post-grid .post-grid-item {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#signup-block {
		background: #ffffff !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#signup-block .text-white {
		background: #337fed;
		background-image: url(https://www.reallysimplesystems.local:8890/wp-content/uploads/form-background.jpg?id=73306) !important;
		background-size: cover;
	}
}

@media only screen and (max-width: 600px) {
	.hide-mobile {
		display: none !important;
	}
}

/*# sourceMappingURL=style.css.map */
