/*
Theme Name: Remarkably 2020
Description: Custom Theme for Remarkably.IO 
Theme URI: https://localwebhub.com
Version: 1.0.26
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

@font-face {
  font-family: 'MaisonNeue';
  src: url('fonts/5d925c66c6e2ba9f3bda905f_MaisonNeue-BookItalic.woff2') format('woff2'), url('fonts/5d925c66c6e2ba9985da9061_MaisonNeue-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'MaisonNeue';
  src: url('fonts/5d925c66c6e2ba4870da9063_MaisonNeue-Book.woff2') format('woff2'), url('fonts/5d925c66c6e2ba07d2da9060_MaisonNeue-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MaisonNeueExtended';
  src: url('fonts/5d925c66c6e2bab288da9067_MaisonNeueExtended-Medium.woff2') format('woff2'), url('fonts/5d925c66c6e2bad8d1da9088_MaisonNeueExtended-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaisonNeueExtended';
  src: url('fonts/5d925c66c6e2bab288da9067_MaisonNeueExtended-Medium.woff2') format('woff2'), url('fonts/5d925c66c6e2bad8d1da9088_MaisonNeueExtended-Medium.woff') format('woff');
  font-weight: 600; /* NOTE - This is the same as weight 500 right now. Need to get weight 600 if available */
  font-style: normal;
}

@font-face {
  font-family: 'MaisonNeue';
  src: url('fonts/5d925c66c6e2ba3af2da9065_MaisonNeue-Demi.woff2') format('woff2'), url('fonts/5d925c66c6e2ba19cbda9066_MaisonNeue-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}


/* 
bla#20272E
Blu#006EFF
BluHov#338BFF
Gree#35D32F
GrayText#798895
BG#1e252c
Tea#5cf6dd;
Ora#FF540D
text-size1: h1 extended 500 2.5rem    / 1.25em  (40/50)
text-size2: h2 extended 600 1.75rem   / 1.375em (28/38)
text-size3: hX extended 600 1.438rem  / 1.435   (23/33)
text-size4: h3          400 1.25rem   / 1.5em   (20/30) letteer spacing
text-size5: h4          700 1.125rem  / 1.444em (18/26) letter spacing 
text-size6: h5          700 0.9375rem / 1.533em (15/23)
body:                   400 1rem      / 1.625em (16/26)
*/

/*Blog Text Styles
h2 extended 600 1.75rem / 1.375em (28/38)
h3 extended 600 1.75rem / 1.375em (22/33)
h4          400 1.25rem  / 1.5em   (20/30)
h5          700 1.125rem / 1.444em (18/26) letter
h6          700 0.9375rem / 1.533em (15/23) letter
*/
.article h1,
.text-size1 { /* 40/50 */
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.25;
}

@media (min-width: 992px) {
	.article h1,
	.text-size1 {
		font-size: 2.5rem;
	}
}

.article h2,
.text-size2 {/* 28/38 */
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.375;
}

.text-size3 {/* 23/33 */
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 600;
	font-size: 1.438rem;
	line-height: 1.435;
	/* letter-spacing: 0.075em; */
}

.article h3,
.article h4,
.text-size4 {/* 20/30 */
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
}

.article h3 {
	font-weight: 600;
}

.article h5,
.text-size5 {/* 18/26 */
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.444;
}

.article h5 {
	letter-spacing: .07em;
}

.article h6,
.text-size6 {/* 15/23 */
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.533;
	letter-spacing: .1em;
}

.text-size7 {/* body style */
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}

.text-size8 {/* form labels, etc */
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 1.615;
	letter-spacing: 0.1em;
}

.text-size9 {/* sm body 12/21 */
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1.75;
}

.text-size10 {/* 20px demi */
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75;
}

.light-background {
	background: #fff;
	color: #20272E;
}

.dark-background {
	background: #1e252c;
	color: #fff;
}

::selection {
	background: #006EFF;
	color: #fff;
}

::-moz-selection {
	background: #006EFF;
	color: #fff;
}

body {
	background-color: #1e252c;
	color: #fff;
	font-size: 1rem;
}

body,
input,
select,
textarea {
	font-family: "MaisonNeue", sans-serif;
}

input,
select,
textarea {
	border-radius: 0;
	box-shadow: none;
}

.object-fit-cover > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain > img {
	height: 100%;
	width: 100%;	
	object-fit: contain;
	background-size: contain;
}

@media (max-width: 575px) {
	.mobile-ignore-br br {
		display: none;
	}
}

a,
a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

p {
	line-height: 1.8;
}

p:empty {
	display: none;
}

.edge-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.alignleft,
.wp-block-image .alignleft,
.alignright,
.wp-block-image .alignright,
.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 0 auto 30px auto;
	float: none;
	text-align: center;
}

@media (min-width:768px) {
	.wp-block-image .alignleft,
	.alignleft {
		margin: 0 20px 20px 0;
		float: left;
	}
	.wp-block-image .alignright,
	.alignright {
		float: right;
		margin: 0 0 20px 20px;
	}
}

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

.article a:not(.button):not(.wp-block-button__link) {
	color: #006EFF;
	transition: color .3s;
}

.article a:not(.button):not(.wp-block-button__link):hover {
	color: #338BFF;
}

.article blockquote {
	margin-bottom: 30px;
}

.wp-block-pullquote blockquote {
	margin-bottom: 0;
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.fadein-up {
	opacity: 0;
	transform: translateY(50%);
	transition: all .6s;
}

.animated .fadein-up,
.animated.fadein-up {
	opacity: 1;
	transform: translateY(0);
}

.animated-delay1.fadein-up {
	transition-delay: .3s;
}

.animated-delay2.fadein-up {
	transition-delay: .6s;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.menubar--spacer {
	height: 47px;
}

.menubar--section {
	background: #1e252c;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.menubar--container {
	padding: 10px 30px;
	max-width: 1400px;
}

.menubar--logo {
	display: block;
	width: 160px;
	height: auto;
}

.menubar--nav-wrap {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 47px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .3s;
	background: #1e252c;
	font-weight: 600;
	font-size: 1.3rem;
	padding: 60px 30px 30px 30px;
}

.menubar--nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button) a {
	display: inline-block;
	padding-bottom: 1.5em;
	position: relative;
}

.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button) a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.1em;
	background: #006EFF;
	height: 2px;
	width: 0px;
	opacity: 0;
	transition: width .3s, opacity 0s;
	transition-delay: 0s, .3s;
}

.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button):hover > a:before,
.menubar--nav li.current-menu-ancestor:not(.menubar--demo-button):not(.menubar--login-button) > a:before,
.menubar--nav li.current-menu-item:not(.menubar--demo-button):not(.menubar--login-button) > a:before {
	width: 100%;
	opacity: 1;
	transition-delay: 0s, 0s;
}

.sub-menu a:before {
	display: none;
}

.menubar--login-button {
	margin-top: 1rem;
}

.menu-active .menubar--nav-wrap {
	visibility: visible;
	opacity: 1;
}

.menubar--hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding:0;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	line-height: 0;
}

.menubar--hamburger:focus,
.menubar--hamburger:hover {
	outline: none;
}

.menubar--hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.menubar--hamburger-inner {
	display: block;
	top: 50%;
}
  
.menubar--hamburger-inner,
.menubar--hamburger-inner::before,
.menubar--hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 0px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menubar--hamburger-inner::before,
.menubar--hamburger-inner::after {
	content: "";
	display: block;
}

.menubar--hamburger-inner {
	top: 0;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menubar--hamburger-inner::before {
	top: 10px;
	transition: opacity 0.15s 0.4s ease;
}

.menubar--hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-active .menubar--hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.1s;
}

.menu-active .menubar--hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.sfHover > a {
	outline: none;
}

@media (max-width: 1199px) {
	
	.sfHover > a {
		color: #006EFF;
	}
	
	.sfHover > a:before {
		display: none;
	}
	
	.sf-menu .sub-menu {
		margin-top: -15px;
	}
	
	.sf-menu .sub-menu a {
		font-weight: 400;
	}
	
	.sf-menu .sub-menu .current-menu-item a {
		color: #006EFF;
	}
	
	.menu-item-description {
		display: none;
	}
	
	.sf-menu .sub-menu li {
		min-width: 100%;
	}
	
}

@media (min-width: 1200px) {
	
	.menubar--spacer {
		height: 99px;
	}
	
	.menubar--container {
		padding: 24px 30px;
	}
	.menubar--hamburger {
		display: none;
	}
	
	.menubar--nav-wrap {
		visibility: visible;
		opacity: 1;
		position: static;
		padding: 0;
		margin: 0;
	}
	
	.menubar--nav {
		display: flex;
		flex-direction: row;
		font-size: 1rem;
	}
	
	.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button) {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: 3rem;
	}
	
	.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button) a {
		padding-bottom: 0;
	}
	
	.menubar--nav li:not(.menubar--demo-button):not(.menubar--login-button) a:before {
		bottom: -.2em;
	}

	.menubar--nav .sub-menu li {
		margin-right: 0 !important;
	}
		
	.menubar--login-button {
		margin-top: 0;
		margin-left: 2em;
	}
	
	.menubar--logo {
		width: 220px;
	}
	
}

/* submenus */
.sf-menu .sub-menu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.533;
	width: auto !important;
	margin-bottom: 15px;
}

.sf-menu .sub-menu li a {
	padding-bottom: 15px !important;
	transition: color .3s;
}

.sf-menu .sub-menu a[href*="#"]:before  {
	opacity: 0 !important;
}

@media (min-width: 1199px) {
	.sf-menu .sub-menu {
		position: absolute;
		background: #fff;
		color: black;
		padding: 30px 30px 15px 20px;
		min-width: 14.5em;
		margin-bottom: 0;
		margin-top: 10px;
	}
	
	.sf-menu .sub-menu:before {
		content: "";
		position: absolute;
		top: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}
	
	.sf-menu .sub-menu a:focus,
	.sf-menu .sub-menu a:hover {
		color: #338BFF;
		outline: none;
	}
	
	.sf-menu .mega-menu-parent > a:after {
		content: "";
		display: inline-block;
		height: .8em;
		width: .8em;
		background-image: url(images/drop-down-white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 0 -.1em .5em;
	}
	
	.sf-menu .mega-menu-parent .sub-menu {
		display: flex;
		width: 900px !important;
		left: -420px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		padding-left: 30px;
		padding-right: 10px;
	}
	
	.sf-menu .mega-menu-parent:not(.sfHover) .sub-menu {
		opacity: 0;
	}
	
	.sf-menu .mega-menu-parent .sub-menu:before {
		left: 50%;
	}
	
	.sf-menu .mega-menu-parent .sub-menu li {
		max-width: 33.3333334%;
		align-self: start;
		margin-bottom: 20px;
		padding-right: 20px;
	}
	
	.sf-menu .mega-menu-parent .sub-menu li > a {
		color: #006EFF;
	}

	.sf-menu .mega-menu-parent .sub-menu li > a:hover {
		color: #338BFF;
	}
	
	.sf-menu .mega-menu-parent .menu-item-description {
		margin-top: -15px;
		font-weight: 400;
	}
	
	.sf-menu .sub-menu:after {
		content: "";
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
		height: 40px;
	}

	.sf-menu .mega-menu-parent .sub-menu {
		position: fixed;
		width: auto !important;
		left: 0 !important;
		right: 0 !important;
		top: 75px;
	}
	
	.sf-menu .mega-menu-parent .sub-menu > li {
		width: 25%;
	}
}

@media (min-width: 1460px) {
	.sf-menu .mega-menu-parent .sub-menu {
		padding-left: calc((100vw - 1360px) / 2);
		padding-right: calc((100vw - 1360px) / 2);
	}
}

.vimeo--video {
	position: relative;
}

.vimeo--video iframe {
	display: block;
}

.vimeo--video[data-fill="1"] {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.vimeo--video[data-fill="1"] iframe {
	position: absolute;
}

.vimeo--video img {
	height: 100%;
	width: 100%;
}

.vimeo--video--image-placeholder:not(.overlay) {
	position: relative;
}

.vimeo--video--image-placeholder {
	bottom: -1px;
}

.paused .vimeo--video--image-placeholder,
.playing .vimeo--video--image-placeholder  {
	opacity: 0;
	visibility: hidden;
}

.vimeo--video--image-placeholder  {
	cursor: pointer;
	user-select: none;
}

.hero-platform--image-video-link > div:before,
.vimeo--video--image-placeholder:before {
	content: '';
	font-size: 1.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 3em;
	height: 3em;
	background-image: url(images/RMB_Video_Play.svg);
	background-size: contain;
	background-position: center;
	transition: opacity .3s;
}

.hero-platform--image-video-link:hover > div:before,
.hero-platform--image-video-link:focus > div:before,
.vimeo--video--image-placeholder:hover:before {
	opacity: .85;
}

@media (min-width: 992px) {
	.vimeo--video--image-placeholder:after {
		font-size: 1.5rem;
	}
}

.has-fixed-background {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
	.has-fixed-background {
		background-attachment: scroll; 
	}
}

@media (prefers-reduced-motion: reduce) {
	.has-fixed-background {
		background-attachment: scroll; 
	}
}

.grecaptcha-badge{
	visibility: collapse !important;
}

a.menubar--skip {
	display: inline-block;
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
	text-decoration: underline;
    z-index: 100;
}

a.menubar--skip:focus {
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.menubar--demo-button a,
.menubar--login-button a,
a.wp-block-button__link,
.button {
	display: inline-block;
	min-width: 220px;
	color: #fff;
	background-color: #006EFF;
	border: 1px solid #006EFF;
	padding: 1em;
	border-radius: 5px;
	font-size: 0.875rem !important;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	text-align: center;
	transition: all .35s;
	cursor: pointer;
}

a.wp-block-button__link,
.button {
	padding-left: 40px;
	padding-right: 40px;
}

a.wp-block-button__link:hover,
.button:hover {
	color: #fff;
	background-color: #338BFF;
	text-decoration: none !important;
}

.menubar--login-button a:hover {
	border: 1px solid #006EFF;
	background-color: #2b3239;
	color: #fff;
}

.button.with-play-button {
	text-align: left;
	position: relative;
	padding-right: 2.5em;
	padding-left: 1.5em;
	min-width: 220px;
}

.button.with-play-button:after {
	content: '';
	position: absolute;
	right: 1.5em;
	width: 0;
	height: 0;
	margin-top: .25em;
	border-style: solid;
	border-width: .5em 0 .5em 1em;
	border-color: transparent transparent transparent #fff;
	transition: border-color .3s;
}

.menubar--demo-button a,
.button.green-mod {
	background-color: #00d700;
	border-color: #00d700;
	color: #181e23;
}

.menubar--demo-button a:hover,
.button.green-mod:hover {
	background-color: #181e23;
	border-color: #00d700;
	color: #fff;
}

.button-hollow {
	color: #006EFF;
	background: transparent;
}

/* .button.with-play-button:hover:after {
	border-left-color: #006EFF;
} */

.menubar--nav-wrap {
	display: flex;
}

.menubar--demo-button,
.menubar--login-button {
	display: inline-block;
}

.menubar--login-button a {
	min-width: 0;
	background: #2b3239;
	border-color: #2b3239;
}

@media (min-width: 992px) {
	.menubar--login-button a {
		min-width: 100px;
	}
}

.menubar--demo-button a {
	min-width: 170px;
	margin-left: 7px;
}

.footer--section {
	background: #181e23;
	color: #798895;
}

.footer--container {
	padding: 60px 30px;
}

@media (max-width: 575px) {
	.cta-mod > .footer--container {
		padding-bottom: calc(60px + 71px);
	}
}

.footer--logo {
	width: 170px;
	height: auto;
	margin-bottom: 30px;
}

.footer--about {
	font-size: 0.9375rem;
	max-width: 400px;
}

.footer--copyright {
	color: #42505c;
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}

.footer--subnav {
	list-style-type: none;
	font-size: 0.8125rem;
	color: #42505c;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.footer--subnav li a {
	padding-right: 15px;
	transition: color .3s;
}

.footer--subnav li a:hover {
	color: #fff;
}

.footer--subnav li:last-child a {
	padding-right: 0;
}

.footer--nav {
	font-size: 0.875rem;
	list-style-type: none;
	padding: 0;
	margin: 0 -10px 30px -10px;
	line-height: 1.6rem;
}

.footer--nav > li {
	padding: 0 10px;
}

.footer--nav > li > a {
	color: #fff;
	font-weight: 700;
}

.footer--nav > li > ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.footer--nav a:hover {
	color: #fff;
}

.footer--band {
	height: 45px;
	margin: 30px 0;
	background-image: url(images/footer--pattern.svg);
	background-size: 218% auto;
	background-repeat: no-repeat;
	background-position: left center;
}

.footer--faux-menu-col {
	color: #fff;
	margin-top: 10px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.footer--band {
		background-image: url(images/footer--pattern.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: left center;
	}
}

.cta--section {
	text-align: center;
}

.cta--background-light {
	background: #fff;
	color: #20272E;
}

.cta--background-blocky {
    padding-bottom: 18vw;
    background-image: url(images/abstract-blocks-background.svg);
    background-size: 110vw auto;
    background-repeat: repeat-x;
    background-position: left 0 bottom -18vw;
}

@media (min-width: 768px) {
	.cta--background-blocky {
		background-size: 71vw auto;	
	}
}

.cta--container {
	padding: 90px 30px;
	max-width: 735px;
}

.wider-copy .cta--container {
	max-width: 960px;
}

.cta--copy {
	font-size: 1.25rem;
}

.cta--cta-wrap {
	margin-top: 0px;
}

@media (min-width: 768px) {
	.cta--cta-wrap {
		margin-top: 60px;
	}	
}

.logo-slider--section {
	background: #fff;
	padding: 60px 0;
}

.logo-slider--slide {
	padding: 15px;
	text-align: center;
	height: 65px;
}

.slick-slider .logo-slider--slide {
	display: block !important;
}

.logo-slider--slide img {

}

.logo-slider--slider > .logo-slider--slide:not(:first-child) {
	display: none;
}

.testimonials--container {
	padding: 90px 30px;
	text-align: center;
}

.testimonials--title {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
	color: #fff;
}

.testimonials--title:before {
	content: "";
	position: absolute;
	background-color: #20272e;
	left: -30px;
	right: -30px;
	top: -60px;
	bottom: -60px;
	z-index: -1;
}

@media (min-width: 768px) {
	
	.testimonials--title {
		color: inherit;
	}
	
	.testimonials--title:before {
		display: none;
	}
}

.testimonial--avatar {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 15px;
}

@media (min-width: 992px) {
	.testimonial--avatar {
		width: 75px;
		height: 75px;
	}
}

.testimonial--blockquote {
	margin: 0;
	background: #20272E;
	color: #fff;
	padding: 30px 30px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testimonial--author {
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
	font-size: 1rem;
}

.testimonial--position {
	font-style: normal;
	color: #798895;
	font-size: 1rem;
	margin-bottom: 0;
}

.testimonials--slider > .testimonials--slide:not(:first-child) {
	display: none;
}

.testimonials--slider .slick-track {
	display: flex;
}

.testimonials--slider .slick-slide,
.testimonials--slider .slick-slide > div {
	display: flex;
	height: auto;
}

.testimonials--slider .slick-slide > div {
	width: 100%;
}

.slick-slide .testimonials--slide {
	display: flex !important;
	justify-content: center;
	margin-left: -1px;
}

.testimonials--slider {
	margin-left: -30px;
	margin-right: -30px;
}

.testimonial--quotes {
	height: 22px;
	width: 22px;
	color: #006EFF;
	display: inline-block;
	background-image: url(images/remarkably-quote.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	align-self: center;
}

.testimonials--arrows {
	position: relative;
	display: flex;
	justify-content: center;
}

.testimonials--arrows .slick-prev,
.testimonials--arrows .slick-next {
	height: 50px;
	width: 50px;
	background: #006EFF;
	position: relative;
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonials--arrows .slick-disabled {
	background-color: #338BFF;
}

.testimonials--arrows .slick-prev {
	background-image: url(images/arrow-prev.svg);
}

.testimonials--arrows .slick-next {
	background-image: url(images/arrow-next.svg);
}

@media (min-width: 768px) {
	
	.testimonials--arrows .slick-prev,
	.testimonials--arrows .slick-next {
		height: 35px;
		width: 35px;
	}
	
	.testimonial--blockquote {
		margin-left: -130px;
		margin-right: -130px;
		transition: all .3s;
	}
	
	.testimonials--slider .slick-slide {
		transition: all .3s;
	}
	
	.slideposition---99 {
		transform: scale(.8);
	}
	
	.slideposition---99 .testimonial--blockquote {
		background: #bcbec0;
	}

	.slideposition---98 .testimonial--blockquote {
		background: #d2d4d5;
	}

	.slideposition---97 .testimonial--blockquote,
	.slideposition---96 .testimonial--blockquote {
		background: #ccc;
	}

	.slideposition---98 .testimonial--blockquote-inside,
	.slideposition---97 .testimonial--blockquote-inside,
	.slideposition---96 .testimonial--blockquote-inside {
		opacity: .4;
	}

	.slideposition---99 .testimonial--blockquote-inside {
		opacity: .5;
	}

	.slideposition---98 {
		transform: scale(.7);
	}

	.slideposition---97 {
		transform: scale(.6);
	}

	.slideposition---96 {
		transform: scale(.5);
	}
}

.vertical--section {
	background: #20272e;
}

.vertical--container {
	padding: 60px 30px;
}

.vertical--slider {
	position: relative;
	height: 400px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.vertical--slider {
		height: 495px;
	}
}

.vertical--slider:after,
.vertical--slider:before {
	content: "";
	position: absolute;
	height: 150px;
	left: 0;
	right: 0;
	z-index: 1;
}

.vertical--slider:before {
	top: 0;
	background: -moz-linear-gradient(top,  rgba(32,39,46,1) 0%, rgba(32,39,46,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,39,46,1) 0%,rgba(32,39,46,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,39,46,1) 0%,rgba(32,39,46,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.vertical--slider:after {
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(32,39,46,0) 0%, rgba(32,39,46,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,39,46,0) 0%,rgba(32,39,46,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,39,46,0) 0%,rgba(32,39,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.vertical--slide {
	padding-left: 50px;
	position: relative;
}

.vertical--slide:before {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
	left: 0px;
	height: 30px;
	width: 30px;
	transform: scale(0);
	transition: transform 0s;
	background-image: url(images/blue-check.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.vertical--slider .slick-center .vertical--slide:before {
	transform: scale(1);
	transition: transform .4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.85);
}

.vertical--slider .slick-center {
	font-weight: 600;
}

.vertical--title {
	margin-bottom: 60px;
	text-align: center;
}

@media (min-width: 768px) {
	.vertical--title {
		text-align: left;
		margin-bottom: 0;
	}
}

.vertical--slide-copy {
	margin-bottom: 0;
	padding: 1rem 0;
	font-size: 1.125rem;
	min-height: 5.5em;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.vertical--slide-copy {
		padding: 0.7rem 0;
		min-height: 0;
	}
}

@media (min-width: 1200px) {
	.vertical--slide-copy {
		padding: 1rem .5rem;
		min-height: 3.5em;
	}
}

.banda--flipper-bar {
	padding: 15px 15px;
	text-align: center;
	font-size: 2rem;
	z-index: 3;
}

.banda--flipper {
	font-size: 27px;
	margin: auto;
	padding: 3px;
	width: calc(2.2em + 6px);
	margin-top: 0;
	border-radius: 1em;
	background: #006EFF;
	margin-bottom: 0;
}

.banda--flipper-toggle {
	position: relative;
	display: block;
	user-select: none;
	transition: .2s cubic-bezier(.24, 0, .5, 1);
	height: 1em;
	width: 1em;
	background: #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
	line-height: 0;
}

.banda--flipper-toggle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 1em;
	bottom: 0;
	width: 1em;
}

.banda--flipper-bar.active .banda--flipper-toggle:before {
	left: -1em;
}

.banda--flipper-bar.active .banda--flipper-toggle {
	left: 1.2em;
}

.banda--flipper-bar:not(.active) .banda--before-text,
.banda--flipper-bar.active .banda--after-text {
	color: #006EFF;
}

.banda--flipper-container {
	position: relative;
	padding: 0;
	z-index: 1;
	display: none;
}

.banda--title {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.banda--banda-text {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	
	.banda--title {
		min-height: 2.5em;
	}
	
	.banda--flipper-container {
		display: block;
	}
	
	.banda--flipper-bar {
		padding: 30px;
	}
	
	.banda--flipper {
		font-size: 47px;
	}
	
	.banda--banda-text {
		font-size: 18px;
		letter-spacing: .075em;
	}
	
	.banda--banda-text br {
		display: none;
	}
	
}

.banda--section {
	position: relative;
	padding: 0;
}

.banda--container {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 30px 30px;
	/* transition: min-height 999s; */
}

.banda--title {
	margin-bottom: 35px;
}

.banda--copy {
	margin: 0 auto 10px;
	width: 750px;
	max-width: 100%;
}

.banda--copy p {
	line-height: 1.5;
}

@media (min-width: 992px) {
	
	.banda--section {
		padding: 20px 0 60px;
	}
	
	.banda-before-scene {
		opacity: 1;
		transition: opacity .6s;
	}
	
	.banda-after-scene {
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-top: 133px;
		opacity: 0;
		transition: opacity .6s;
	}
	
	.banda--section.active .banda-before-scene {
		opacity: 0;
	}

	.banda--section.active .banda-after-scene {
		opacity: 1;
	}

}

.banda--video {
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
}

.banda--mobile {
	padding-top: 30px;
}

.banda--mobile-image {
	width: 260px;
	height: auto;
	margin: 0 auto;
}

/* .scrollmagic-pin-spacer {
	pointer-events: none;
} */


.discover--container {
	padding: 60px 30px 0;
	text-align: center;
	max-width: 950px;
}

.discover--title {
	margin-bottom: 60px;
}

.discover--row {
	margin-bottom: 60px;
}

.discover--col {
	text-align: center;
}

.discover--icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-bottom: 30px;
}

.discover--col-title {
	margin-bottom: 15px;
}

.discover--video {
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.discover--video iframe {
	display: block;
}

.discover--spacer {
	height: 90px;
	margin-top: -40px;
}

.hero-home--section {
	position: relative;
	overflow: hidden;
	transition: min-height 1s;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1b2128+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(27,33,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(27,33,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(27,33,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1b2128',GradientType=0 ); /* IE6-9 */
}

.hero-home--container {
	min-height:  calc(100vh - 47px);
}

@media (min-width: 992px) {
	.hero-home--container {
		min-height:  calc(100vh - 99px);
	}
}

	
rect[class^='abs-blk---'],
polygon[class^='abs-blk---'] {
	transform: translateY(100%);
	animation-name: popup;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.075);
	animation-fill-mode: forwards;
	animation-delay: .7s;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;	
}

.abs-blk---1 {
	animation-duration: 1.5s;
}

.abs-blk---2 {
	animation-duration: .8s;
}

.abs-blk---3 {
	animation-duration: .6s;
}

.abs-blk---4 {
	animation-duration: .4s;
}

.abs-blk---5 {
	animation-duration: .7s;
}

.abs-blk---6 {
	animation-duration: 1s;
}
  
@keyframes popup {
	to {transform: translateY(0);}
}

.hero-home--background {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
}

.hero-home--background svg {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -12vw;
}

.hero-home--copy {
	max-width: 450px;
	
}

.hero-home--copy p {
	line-height: 1.5;
}

@media (min-width: 768px) {
	.hero-home--background svg {
		left: 48vw;
		bottom: 0vw;
	}
}

@media (min-width: 1400px) {
	.hero-home--section svg {
		bottom: -10vh;
	}
}

.hero-home--container {
	position: relative;
	padding: 40px 30px 160px;
}


@media (min-width: 768px) {
	.hero-home--container {
		padding: 120px 30px;
	}
}

.how--container {
	padding: 60px 30px;
}

.how--title {
	text-align: center;
}

.how--intro {
	max-width: 740px;
	margin: 0 auto 30px;
}

.how--intro.no-video {
	margin: 0 auto 90px;
}

.how--video {
	margin-bottom: 60px;
}

.how--col {
	position: relative;
	text-align: center;
}

.how--col-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 35px;
}

.how--col-marker {
	display: inline-block;
	background: #006EFF;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	line-height: 2em;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.how--col-marker span {
	position: relative;
	z-index: 1;
}

/* .how--col-marker:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 1em;
	top: 2em;
	width: 1px;
	background: #006EFF;
	height: 300px
}

.how--col:last-child .how--col-marker:after {
	background: #fff;
} */

.how--inside {
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

.how--col-title {
	color: #006EFF;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding-top: .5em;
}

.how--col-subtitle {
	max-width: 10.75em;
	margin: 0 auto 10px;
}

.how--col-copy {
	max-width: 16.2em;
	margin: 0 auto 60px;
}

.how--cta-wrap {
	text-align: center;
	margin-top: 40px;
}

@media (min-width: 992px) {
	.how--col-marker {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 20px;
		font-size: 1.125rem;
	}

	.how--col-marker:after {
		content: "";
		position: absolute;
		background: #006EFF;
		top: 50%;
		left: 2em;
		height: 3px;
		width: 360px;
	}
	.how--col:last-child .how--col-marker:after {
		width: 90px;
		background: #fff;
	}
}

.hero-platform--section {
	background-color: #002b39;
	position: relative;
	z-index: 3;
	background-image: url('images/blue-pattern.svg');
}

.hero-platform--section.teal-mod {
	background-image: url('images/404-background.svg');
	background-size: 1500px auto;
	background-position: center left;
}

.hero-platform--section.green-mod {
	background-image: url('images/green-background.svg');
}

.hero-platform--section.blue-dk-mod {
	background-image: url('images/blue-dk-pattern.svg');
}

.hero-platform--section.blocks-mod {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.hero-platform--container {
	padding: 60px 30px 0;
}

@media (min-width: 992px) {
	.hero-platform--container  {
		padding: 115px 30px;
		min-height: 430px;
	}
	
	.feature-mod .hero-platform--container {
		padding-bottom: 30px;
		min-height: 490px;
	}
	
	.hero-platform--section.blocks-mod {
		background-image: url(images/platform-blocky.svg);
		background-size: auto 550px;
		background-position: left 0 bottom -330px;
	}
	
	.hero-platform--section.blocks-mod .hero-platform--container {
		padding-top: 30px;
	}
	
}

.hero-platform--image-wrap {
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -3.5vw;
}

.crisp-image-mod img {
	image-rendering: optimizequality;
}

@media (min-width: 992px) {
	.hero-platform--image-col {
		position: static;
		z-index: 0;
	}
	
	.hero-platform--image-wrap {
		width: 600px;
		max-width: calc(50vw - 30px);
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: auto 0 -20px auto;
	}
}

@media (min-width: 1380px) {
	.hero-platform--image-wrap {
		width: 670px;
		max-width: 670px;
	}
}

.hero-platform--copy-col {
	margin-bottom: 60px;
}

@media (min-width: 992px) {
	.hero-platform--copy-col {
		margin-bottom: 0;
	}
}

.hero-platform--small-title {
	text-transform: uppercase;
	position: relative;
}

.page-404--small-title.grey-mod,
.hero--small-title.grey-mod,
.hero-platform--small-title.grey-mod {
	color: #798895;
}

.hero-platform--large-title {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.hero-platform--large-title {
		margin-bottom: 0;
	}
}



.hero-platform--copy {
	margin-top: 30px;
	max-width: 470px;
}

.hero-platform--buttons-row {
	margin-top: 30px;
	display: flex;
	margin: 30px -7px 0 -7px;
}

.hero-platform--buttons-col {
	padding: 0 7px 7px;
}

.sticky-menu--section {
	position: relative;
	background: #181e23;
	z-index: 2;
}

.sticky-menu--container {
	padding: 80px 30px 60px;
	text-align: center;
	transition: all .3s;
}

.sticky-menu--anchor-text {
	text-transform: uppercase;
	transition: color .3s;
	margin-bottom: 15px;
}

.active-connect .sticky-menu--col:nth-child(1) .sticky-menu--anchor,
.sticky-menu--col:nth-child(1) .sticky-menu--anchor:hover {
	color: #006EFF;
}
.active-connect.sticky-menu--hidden {
	border-color: #006EFF;
}

.active-visualize .sticky-menu--col:nth-child(2) .sticky-menu--anchor,
.sticky-menu--col:nth-child(2) .sticky-menu--anchor:hover {
	color: #5cf6dd;
}
.active-visualize.sticky-menu--hidden {
	border-color: #5cf6dd;
}

.active-report .sticky-menu--col:nth-child(3) .sticky-menu--anchor,
.sticky-menu--col:nth-child(3) .sticky-menu--anchor:hover {
	color: #35D32F;
}
.active-report.sticky-menu--hidden {
	border-color: #35D32F;
}


.sticky-menu--copy {
	color: #787c80;
	margin: 0 auto;
	max-width: 320px;
	transition: all .3s;
	max-height: 400px;
	overflow: hidden;
}

@media (min-width: 768px) {
	
	.sticky-menu--hidden {
		background: #181e23;
		border-bottom: 4px solid transparent;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		opacity: 0;
		width: 100%;
		transition: opacity .4s;
		margin-top: -1px !important;
	}
	
	.active.sticky-menu--hidden {
		transition: opacity .2s;
		opacity: 1;
	}
	
/* 	.sticky-menu--hidden.active {
		position: fixed;
		top: 47px;
		opacity: 1;
		transform: translateY(0);
		z-index: 3;
		bottom: auto;
	} */
	
	.sticky-menu--hidden-container {
		text-align: center;
		padding: 15px 30px;
	}
}


.sticky-content--section {
	background: #20272e;
	position: relative;
}

.mission--section:after,
.sticky-content--section:after {
	font-size: 20px;
	content: "";
	position: absolute;
	left: calc(50% - 1.5em);
	bottom: -1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 1.5em 0 1.5em;
	border-color: #20272e transparent transparent transparent;
}

.sticky-content--section.accent-blue {
	border-top: 4px solid #006EFF;
}

.sticky-content--section.accent-teal {
	border-top: 4px solid #5cf6dd;
}

.sticky-content--section.accent-green {
	border-top: 4px solid #35D32F;
}

.sticky-content--container {
	padding: 60px 30px;
}

.sticky-content--small-title {
	text-transform: uppercase;
}

.accent-blue .sticky-content--small-title {
	color: #006EFF;
}

.accent-teal .sticky-content--small-title {
	color: #5cf6dd;
}

.accent-green .sticky-content--small-title {
	color: #35D32F;
}

.im-copy--container {
	padding: 90px 30px;
}

.im-copy--section-copy {
	margin-bottom: 45px;
}

.im-copy--image-col {
	margin-bottom: 60px;
}

.im-copy--image {
	width: 500px;
	max-width: 100%;
}

.im-copy--image img {
	max-height: 600px;
}

.im-copy--columns-col {
	margin-bottom: 15px;
}

.im-copy--icon {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.im-copy--icon img {
	object-position: center bottom;
}

.lg-img-cols--container {
	padding: 60px 30px;
}

.lg-img-cols--copy,
.lg-img-cols--title {
	text-align: center;
}

.lg-img-cols--copy {
	max-width: 600px;
	margin: 0 auto;
}

.lg-img-cols--image {
	max-width: 570px;
	margin: 0 auto 30px;
}

.lg-img-cols--col-title {
	margin-bottom: 15px;
}

.hero--section {
	background-color: #002b39;
	background-image: url('images/green-background.svg');
}

.hero--section.blue-mod {
	background-image: url('images/blue-pattern.svg');
}

.hero--section.blue-dk-mod {
	background-image: url('images/blue-dk-pattern.svg');
}

.hero--section.teal-mod {
	background-image: url('images/404-background.svg');
}

.hero--section,
.hero-platform--section {
	background-size: 2000px auto;
	background-position: center bottom;
}

@media (min-width: 2000px) {
	.hero--section,
	.hero-platform--section {
		background-size: cover;
	}
}

.hero--container {
	padding: 90px 30px 60px;
}

.hero--small-title {
	text-transform: uppercase;
}

.hero--large-title {
	max-width: 950px;
}

.text-center .hero--large-title {
	margin-left: auto;
	margin-right: auto;
}

.hero--copy {
	max-width: 575px;
	margin: 0 auto;
}

.mission--section {
	background-color: #002b39;
	position: relative;
	margin: 0;
	padding: 0;
}

.mission--section:after {
	border-color: #002b39 transparent transparent transparent;
}

.mission--container {
	padding: 90px 30px 90px;
	text-align: center;
}

.mission--title {
	text-transform: uppercase;
}

.mission--section.accent-blue {
	border-top: 4px solid #006EFF;
}

.accent-blue .mission--title {
	color: #006EFF;
}

.mission--section.accent-green {
	border-top: 4px solid #35D32F;
}

.accent-green .mission--title {
	color: #35D32F;
}

.mission--section.accent-teal {
	border-top: 4px solid #5cf6dd;
}

.accent-teal .mission--title {
	color: #5cf6dd;
}

@media (max-width: 575px) {
	.mission--quote p {
		line-height: 1.5;
	}
}

.cofounders--section {
	background: #002b39;
	position: relative;
}

.cofounders--container {
	padding: 90px 30px 30px;
	text-align: center;
	max-width: 950px;
}

.cofounders--title {
	margin-bottom: 90px;
}

.cofounders--image {
	margin: 0 auto 30px;
	max-width: 300px;
}

.cofounders--name {
	margin-bottom: 7px;
}

.cofounders--position {
	text-transform: uppercase;
	color: #798895;
	margin-bottom: 20px;
}

.cofounders--url {
	display: inline-block;
	background: #006EFF;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 45px;
	padding: 10px;
	transition: background-color .3s;
	margin-bottom: 60px;
}

.cofounders--url:hover {
	background: #338BFF;
}

@media (min-width: 768px) {
/* 	.cofounders--section:before {
		content: "";
		background: #fff;
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		height: 300px;
	} */
	
	.cofounders--image {
		height: 300px;
		box-shadow: 0 0 20px rgba(0,0,0,0.5);
	}
	
/* 	.cofounders--name {
		color: #1e252c;
	} */
}

.cofounders--image {
	position: relative;
	overflow: hidden;
}

.cofounders--open {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border: 0;
	background: transparent;
	cursor: pointer;
	width: 100%;
	opacity: 0;
	transition: opacity .3s;
}

.cofounders--open:focus,
.cofounders--open:hover {
	outline: none;
}

.cofounders--open div {
	font-size: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1em 1em;
	border-color: transparent transparent #006EFF transparent;
}

.cofounders--open div:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #fff;
	right: 8px;
	bottom: calc(-1em + 23px);
}

.cofounders--card.active .cofounders--open div:after {
	display: none;
}

.cofounders--open div:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #fff;
	margin-left: -23px;
	margin-top: -15px;
	bottom: calc(-1em + 10px);
}

.cofounders--image:hover .cofounders--open {
	opacity: 1;
}

.blog-index-filter--close-button,
.cofounders--close {
	border: none;
	background: transparent;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.blog-index-filter--close-button:before,
.blog-index-filter--close-button:after,
.cofounders--close:before,
.cofounders--close:after {
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #006EFF;
	transition: all .3s;
}

.blog-index-filter--close-button:hover,
.blog-index-filter--close-button:focus,
.cofounders--close:hover,
.cofounders--close:focus {
	outline: none;
}

.blog-index-filter--close-button:hover:before,
.cofounders--close:hover:before {
	margin-top: -1px;
}

.blog-index-filter--close-button:before,
.cofounders--close:before {
	transform: rotate(45deg);
}

.blog-index-filter--close-button:after,
.cofounders--close:after {
	transform: rotate(-45deg);
}

.blog-index-filter--close-button:hover:before,
.blog-index-filter--close-button:hover:after,
.cofounders--close:hover:before,
.cofounders--close:hover:after {
	transform: rotate(0)
}

.social-shortcode--wrap {
	display: flex;
}

.cofounders--bio p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.cofounders--bio {
		position: fixed;
		visibility: hidden;
		opacity: 0;
		transition: opacity .3s;
	}
	
	.cofounders--card.active .cofounders--bio {
		display: block;
		background: #002b39;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
		padding: 90px 30px 30px;
		overflow: auto;
		text-align: left;
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	
	.cofounders--close[data-bioid="1"] {
		right: 20px;
	}

	.cofounders--close[data-bioid="2"] {
		right: auto;
		left: 20px;
	}
	
	.cofounders--section {
		overflow: hidden;
	}
	
	.cofounders--card {
		transition: all .3s;
	}
	
	.cofounders--card {
		transition: opacity 0;
	}
	
	.cofounders--section.active-1 .cofounders--col:nth-child(1),
	.cofounders--section.active-2 .cofounders--col:nth-child(2) {
		z-index: 1;
	}
	
	.cofounders--section.active-2 .cofounders--col:nth-child(1) .cofounders--card,
	.cofounders--section.active-1 .cofounders--col:nth-child(2) .cofounders--card {
		opacity: 0;
	}
	
	.cofounders--section.active-1 .cofounders--col:nth-child(1) .cofounders--card {
		transform: translateX(-65px);
	}

	.cofounders--section.active-2 .cofounders--col:nth-child(2) .cofounders--card {
		transform: translateX(65px);
	}
	
	.cofounders--bio {
		position: absolute;
		background: #002b39;
		visibility: hidden;
		padding: 85px 20px 20px;
		text-align: left;
		opacity: 0;
		top: -90px;
		z-index: -1;
	}
	
	.active-1 .cofounders--bio[data-bioid="1"] {
		right: -565px;
		left: calc(100% - 25px);
	}

	.active-2 .cofounders--bio[data-bioid="2"] {
		left: -565px;
		right: calc(100% - 25px);
	}
	
	.cofounders--card.active .cofounders--bio {
		opacity: 1;
		visibility: visible;
		z-index: 2;
		transition: all .3s;
	}
}

@media (min-width: 1200px) {
	
	.cofounders--bio {
		padding: 30px 90px 30px 60px;
		top: -30px
	}

	.cofounders--bio[data-bioid="2"] {
		padding: 30px 60px 30px 90px;
	}
	
	.cofounders--section.active-1 .cofounders--col:nth-child(1) .cofounders--card {
		transform: translateX(-150px);
	}

	.cofounders--section.active-2 .cofounders--col:nth-child(2) .cofounders--card {
		transform: translateX(150px);
	}
	
	.active-1 .cofounders--bio[data-bioid="1"] {
		right: -750px;
	}

	.active-2 .cofounders--bio[data-bioid="2"] {
		left: -750px;
	}
}

.social-shortcode--wrap a {
	display: inline-block;
	font-size: 25px;
	height: 2em;
	width: 2em;
	line-height: 2em;
	color: #006EFF;
	border: 2px solid #006EFF;
	border-radius: 50%;
	text-align: center;
	padding-top: .21em;
	margin-right: .4em;
	transition: all .3s;
}

.social-shortcode--wrap a:hover {
	background: #006EFF;
	color: #fff;
}

.social-shortcode--wrap svg {
	width: 1em;
	height: auto;
}

ul.blue-check {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.blue-check li {
	position: relative;
	margin-bottom: .5em;
}

ul.blue-check li {
	padding-left: 1.8rem;
	background-image: url(images/blue-check.svg);
	background-repeat: no-repeat;
	background-size: 1rem auto;
	background-position: left .35em;
}

ul.blue-check li[style="list-style-type: none;"] {
	background-image: none;
}

@media (min-width: 576px) {
	
	ul.two-col {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 30px;
	}

	ul.two-col li {
		break-inside: avoid-column;
	}

}

.features--section {
	padding: 90px 30px 60px;
}

.features--section-title {
	text-align: center;
}

.features--copy {
	text-align: center;
	margin-bottom: 30px;
	max-width: 650px;
	margin: 0 auto 60px;
}

.features--row {
	margin-top: 60px
}

.features--col {
	margin-bottom: 30px;
}

.features--title-wrap {
	display: flex;
	margin-bottom: 30px;
}

.features--icon {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.features--title {
	margin-bottom: 0;
}

.page-404--section {
	background-color: #002b39;
}

.page-404--container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 40vw;
	padding: 120px 30px;
}

.page-404--copy {
	max-width: 650px;
}

.page-404--copy a {
	text-decoration: underline;
}


.page-404--section {
	position: relative;
}

.page-404--container {
	position: relative;
	min-height: calc(100vh - 47px);
}

@media (min-width: 992px) {
	.page-404--container {
		min-height: calc(100vh - 99px);
	}	
}

.page-404--background {
	overflow: hidden;
}

.page-404--background svg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.page-404--background svg {
		width: 1260px;
	}
}

#broken_tile polygon {
	position: relative;
	animation-name: fallandbreak;
	/*animation-iteration-count: 100;
	 animation-fill-mode: forwards; */
	animation-delay: .7s;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	transform: rotate(45deg) rotate(-45deg);
	transform-origin: 0% 100%;
	-webkit-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	
}

@keyframes fallandbreak {
	0% {
		transform: rotate(45deg) rotate(-44deg);
		transform-origin: 0% 100%;
	}
	10% {
		transform: rotate(45deg) rotate(-44.1deg);
		transform-origin: 0% 100%
	}
	15% {
		transform: rotate(45deg) rotate(-44deg);
		transform-origin: 0% 100%
	}
	20% {
		transform: rotate(45deg) rotate(-44.1deg);
		transform-origin: 0% 100%
	}
	30% {
		transform: rotate(45deg) rotate(-44deg);
		transform-origin: 0% 100%
	}
	100% {
		transform: rotate(45deg) rotate(144.5deg);
		transform-origin: 0% 100%
	}
}

.blog-index--container {
	padding: 30px 30px 90px;
}

.blog-index--search-query,
.blog-index--no-results {
	margin-top: 30px;
	margin-bottom: 60px;
}

.blog-index--search-query a,
.blog-index--no-results a {
	color: #006EFF;
}

.blog-index--search-query span {
	color: #798895;
}

.blog-index--reset-search {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	line-height: inherit;
	margin-bottom: -7px;
}

.blog-index--reset-search:before,
.blog-index--reset-search:after {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background: #006EFF;
	top: 50%;
	left: 50%;
	margin-left: -12px;
}

.blog-index--reset-search:before {
	transform: rotate(45deg);
}

.blog-index--reset-search:after {
	transform: rotate(-45deg);
}

.blog-card {
	padding: 0 15px 60px;
	width: 555px;
}

.blog-card .blog-card--thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 0%;
	background: transparent;
	transition: width .5s;
	z-index: 1;
	will-change: width;
}

.blog-card:hover .blog-card--thumbnail:after {
	width: 100%;
	background: #006EFF;
	
}

.blog-card--thumbnail {
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.blog-card--thumbnail:before {
	content:"";
	display: block;
	padding-bottom: 58%;
}

.blog-card--thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog-card--category {
	text-transform: uppercase;
	color: #798895;
	margin-bottom: 5px;
}

.blog-card--title {
	margin-bottom: 5px;
}

.blog-card--author {
	margin-bottom: 15px;
	color: #006EFF;
	text-transform: uppercase;
}

.blog-card--excerpt p:last-child {
	margin-bottom: 4px;
}

.blog-card--permalink:hover {
	transition: color .3s;
	color: #006EFF;
}

.blog-card--excerpt.press-mod {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

@media (min-width: 768px) {
	.blog-card {
		position: relative;
		width: 100%;
		min-height: 1px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.blog-card--thumbnail:before,
	.blog-card--press-top {
		position: relative;
		min-height: 260px;
	}

	.blog-card--press-quotes {
		position: absolute;
		opacity: .3;
		top: 15px;
		left: 15px;
	}
	
	.blog-card--title,
	.blog-card--press-title {
		position: relative;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	.blog-card--press-logo {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
}

@media (min-width: 992px) {
	.blog-card:nth-of-type(5n+3),
	.blog-card:nth-of-type(5n+4),
	.blog-card:nth-of-type(5n+5) {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.blog-index--row .blog-card:nth-of-type(5n+1) .blog-card--thumbnail:before,
	.blog-index--row .blog-card:nth-of-type(5n+2) .blog-card--thumbnail:before,
	.blog-index--row .blog-card:nth-of-type(5n+1) .blog-card--press-top,
	.blog-index--row .blog-card:nth-of-type(5n+2) .blog-card--press-top {
		min-height: 322px;
	}
	
	.blog-index--row .blog-card:nth-of-type(5n+3) .blog-card--thumbnail:before,
	.blog-index--row .blog-card:nth-of-type(5n+4) .blog-card--thumbnail:before,
	.blog-index--row .blog-card:nth-of-type(5n+5) .blog-card--thumbnail:before {
		padding-bottom: 89.5%;
		min-height: 325px;
	}
	
	.blog-index--row .blog-card:nth-of-type(5n+3) .blog-card--press-top,
	.blog-index--row .blog-card:nth-of-type(5n+4) .blog-card--press-top,
	.blog-index--row .blog-card:nth-of-type(5n+5) .blog-card--press-top {
		min-height: 325px;
	}

	.blog-card--press-quotes {
		position: static;
		opacity: 1;
	}
	
	.blog-index--row .blog-card:nth-of-type(5n+1) .blog-card--press-title,
	.blog-index--row .blog-card:nth-of-type(5n+2) .blog-card--press-title {
		-webkit-line-clamp: 4;
	}
}


.blog-single--top-container {
	padding: 90px 30px 100px;
}

.blog-single--breadcrumbs {
	text-transform: uppercase;
}

.blog-single--breadcrumbs a,
.blog-single--breadcrumbs span {
	color: #798895;
}

.blog-single--breadcrumbs a:hover {
	transition: color .3s;
	color: #fff;
}

.blog-single--author {
	color: #006EFF;
	text-transform: uppercase;
}

.blog-single--bottom-container {
	padding: 1px 30px 90px;
	position: relative;
}

@media (max-width: 991px) {
	.blog-single--bottom-container {
		max-width: 830px;
	}
}


.blog-single--thumbnail {
	margin-top: -55px;
	margin-bottom: 40px;
}

.blog-single--article p,
.blog-single--article h1,
.blog-single--article h2,
.blog-single--article h3,
.blog-single--article h4,
.blog-single--article h5,
.blog-single--article h6 {
	margin-bottom: 1rem;
}

.blog-single--article p {
	line-height: 1.7;
}

.blog-single--article a:not(.button):not(.wp-block-button__link) {
	color: #006EFF;
}

.blog-single--article a:hover {
	text-decoration: underline;
}

div.blog-single--article > p:first-child:first-letter {
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.1em;
	float: left;
	margin: 0;
	padding: 0 .3em 0 0;
}

.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}


body .wp-block-gallery .blocks-gallery-item figure {
	flex-direction: column;
}

body .blog-single--article .blocks-gallery-item__caption {
	position: static;
	display: block;
	padding: 0;
	color: inherit;
	background: transparent;

}
body .blog-single--article .blocks-gallery-item__caption,
body .wp-block-image figcaption {
	font-size: 12px;
	margin-top: .5em;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
	body .blocks-gallery-grid,
	body .wp-block-gallery {
		display: block;
	}
	
	body .wp-block-gallery.columns-3 .blocks-gallery-item,
	body .blocks-gallery-grid .blocks-gallery-item,
	body .wp-block-gallery .blocks-gallery-item {
		width: 100%;
	}
}

.wp-block-image {
	margin-bottom: 30px;
}


.wp-block-quote > p {
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 1.375;
}

.blog-single--article .indented {
	padding-left: 30px;
}

.wp-block-separator {
	margin: 30px 0;
}

@media (min-width: 1200px) {
	div.blog-single--article > p:first-child:first-letter {
		font-size: 5.625rem;
		line-height: 0.9em;
		padding: 0 .2em 0 0;
		
	}
		
	.blog-single--article > .wp-block-image figure.size-full,
	.blog-single--article > .wp-block-image figure.size-large,
	.blog-single--article > .wp-block-image.size-full,
	.blog-single--article > .wp-block-image.size-large,
	.blog-single--article .wp-block-gallery,
	.blog-single--thumbnail {
/* 		margin-left: -100px;
		margin-right: -100px; */
	}
	
	.blog-single--article > p + .wp-block-quote {
		float: right;
		width: calc(50% + 70px);
		margin-left: 30px;
		margin-right: -100px;
	}
	
	.blog-single--article > p + .wp-block-quote.no-float-mod {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

.blog-single--author-card {
	padding: 30px 0 0;
}

.blog-single--author-card hr {
	margin-bottom: 30px;
}

.blog-single--author-card-image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-single--author-card-written {
	display: block;
	text-transform: uppercase;
	color: #798895;
	margin-bottom: 10px;
}

.blog-single--author-card-name {
	display: block;
	font-weight: 700;
}

.blog-single--author-card-description {
	display: block;
	font-size: 0.9375rem;
}

.blog-single--author-card-li {
	display: block;
	margin-top: 8px;
	line-height: 1;
}

.blog-single--author-card-li a {
	display: inline-block;
	line-height: 0;
}

.blog-single--author-card-li svg {
	width: 1rem;
	height: auto;
	color: #798895;
	transition: color .3s;
}

.blog-single--author-card-li:hover svg {
	color: #006EFF;
}

.blog-single-return--container {
	padding: 0 30px 60px;
}

.blog-single-related--container {
	padding: 0 30px;
}

.blog-single-related--divider {
	margin-top: 0;
	border-width: 4px;
	border-color: #bfbfc7;
	margin-bottom: 50px;
}



.blog-single-related--row .blog-card--excerpt,
.blog-single-related--row .blog-card--permalink {
	display: none;
}

@media (min-width: 768px) {
	.blog-single-related--row .blog-card {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 555px;
	}
}

@media (min-width: 992px) {
	.blog-single-related--row .blog-card {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.blog-single-return--button {
		min-width: calc(33.333333% - 20px);
	}
	
}

.blog-index-filter--container {
	padding: 30px 30px 0;
}

.blog-index-filter--close-button,
.blog-index-filter--search-button,
.blog-index-filter--cat-button {
	font: inherit;
	color: inherit;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding:0;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
}

div.blog-index-filter--cat-button {
	cursor: default;
}

.blog-index-filter--close-button:focus,
.blog-index-filter--close-button:hover,
.blog-index-filter--search-button:focus,
.blog-index-filter--search-button:hover,
.blog-index-filter--cat-button:focus,
.blog-index-filter--cat-button:hover {
	outline: none;
}

.blog-index-filter--category-category {
	margin-left: 10px;
}

.blog-index-filter--category-name {
	color: #006EFF;
	margin-left: 10px;
}

.blog-index-filter--categories-list {
	font-size: 1.5rem;
	font-weight: 400;
	list-style-type: none;
	text-align: center;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

.blog-index-filter--categories-list a:hover,
.blog-index-filter--categories-list a:focus {
	color: #006EFF;
	transition: color .3s;
}

.blog-index-filter--searchform,
.blog-index-filter--categories {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f6f3;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
}

.search-active .blog-index-filter--searchform,
.categories-active .blog-index-filter--categories {
	visibility: visible;
	opacity: 1;
}

.blog-index-filter--categories-container {
	padding: 30px;
	height: 100%;
}

.blog-index-filter--categories-container .current-cat,
body.blog .cat-item-all {
	color: #006EFF;
}

.search-form {
	display: flex;
	width: 100%;
	position: relative;
}

.search-form label {
	flex-grow: 1;
	width: 100%;

}

.search-form .search-field {
	width: 100%;
	border: none;
	border-bottom: 2px solid #d9e0e0;
	border-radius: 0;
	background: transparent !important;
	font-size: 1.5rem;
	outline: none;
	padding-right: 35px;
}

.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
	width: 30px;
	height: 30px;
	text-indent: 30px;
	overflow: hidden;
	background-image: url(images/blog-search.svg);
	background-size: 32px auto;
	background-position: center;
	outline: none;
	cursor: pointer;
}

.search-form .search-field::placeholder {
	font-style: italic;
	color: #d9e0e0;
}

@media (min-width: 992px) {
	.blog-index-filter--searchform,
	.blog-index-filter--categories {
		top: 100px;
		z-index: 3;
	}
}

.blog-index-filter--close-button {
	position: relative;
	top: -7px;
	right: auto;
	left: auto;
}

.addthis--wrap {
	margin-bottom: 50px;
	text-align: right;
}

.addthis--wrap > p {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.at-icon-wrapper.at-share-btn {
	background-color: #1e252c !important;
}


/* @media (max-width: 1199px) {
	
	.addthis--wrap-spacer {
		position: static !important;
		margin: 0 !important;
		height: auto !important;
		width: auto !important;
		padding: 0 0 1px 0 !important;
	}
	
	.addthis--wrap {
		position: static !important;
		margin-bottom: 50px !important;
	}
} */

@media (min-width: 1200px) {
	
	.addthis--wrap-col {
		padding-top: 100px;
	}
	
	.addthis--wrap {
		position: sticky;
		top: 129px;
		text-align: center;
		width: 55px;
		z-index: 1;
	}
	
}

.blog-single--date {
	display: block;
	font-style: italic;
	color: #798895;
}

.accordion--title-wrap {
	background-color: #1c2329;
	border-bottom: 2px solid #293139;
}

.accordion--title-container {
	padding: 60px 30px;
	text-align: center;
}

.accordion--tabs-wrap {
	padding: 30px 30px 1px 30px;
}

.accordion--tab-title {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 4px solid #006EFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.accordion--title {
	margin-bottom: 15px;
}

.accordion--tab {
	margin-bottom: 60px;
	outline: none;
}

.accordion--image {
	text-align: center;
}

.accordion--image img {
	max-width: 440px;
	max-height: 440px;
}

.accordion--tab-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: -3px;
}

.accordion--tab-item {
	margin: 0 40px;
}

.accordion--tab-link {
	display: inline-block;
	position: relative;
	padding: 15px 5px;
	outline: none;
}

.accordion--tab-link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	opacity: 0;
	background: #006EFF;
	transition: opacity 0s, width .3s;
}

.accordion--tab-link.active:after,
.accordion--tab-link:hover:after,
.accordion--tab-link:focus:after {
	width: 100%;
	opacity: 1;
}

@media (max-width: 991px) {
	.accordion--tab {
		display: block !important;
	}
}

@media (min-width: 992px) {
	
	
	.accordion--tabs-container {
		padding: 60px 30px;
	}
	
	.accordion--tab {
		margin-bottom: 0;
	}
	
	.accordion--tab.transition {
		opacity: 0;
	}
	
	.accordion--tab:not(:nth-child(1)) {
		display: none;
	}
	
	.accordion--image {
		height: 440px;
	}
}

.accordion--video-wrap {
	position: relative;
	padding: 0 30px;
}

.accordion--video-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80%;
	background: #fff;
	z-index: -1;
}

.accordion--video {
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	max-width: 890px;
	margin: 0 auto;
}

.blog-card--press-top {
	background-color: #07384E;
	padding: 30px;
	color: #fff;
	margin-bottom: 25px;
}

.blog-card--press-quotes {
	width: 60px;
	height: 46px;
	background-image: url(images/remarkably-qoutes-reversed-2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.blog-card--press-title {
	font-family: 'MaisonNeueExtended', sans-serif;
	font-size: 1.25rem;
	line-height: 1.5em;
}

.blog-card--press-logo {
	height: 60px;
	width: 220px;
}

.blog-card--press-logo img {
	image-rendering: optimizequality;
	object-position: left bottom;
}

.feature--home {
	display: inline-block;
	height: 1em;
	width: 1.5em;
	background-image: url(images/remarkably-m.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.feature--crumb {
	margin-bottom: 48px;
}

.feature--crumb-divider.grey-mod {
	color: #798895;
}

.feature--crumb-parent {
	transition: color .3s;
}

.feature--crumb-parent:hover,
.feature--crumb-title {
	color: #fff;
}

.feature--intro-container {
	padding: 90px 30px 65px;
}

.feature--intro-divider {
	border-color: #f1f6f3;
	border-width: 7px;
	margin: 60px auto 0;
}

.feature--features-container {
	padding: 0 30px 1px;
}


.feature--features-row {
	margin-bottom: 60px;
}

.feature--features-image {
	margin-bottom: 60px;
	width: 400px;
	max-width: 100%;
}

.feature--features-image.image-top-mod img {
	object-position: center top;
}


@media (min-width: 768px) {
	
	.feature--features-image {
		height: 470px;
	}
	
	.feature--features-image {
		margin-bottom: 30px;
	}
	
	.feature--features-row:nth-child(odd) .feature--features-image-col {
		order: 2;
	}

	.feature--features-row:nth-child(odd) .feature--features-image {
		margin-left: auto;
	}
}

.feature--features-disclosure {
	margin: -30px 0 30px ;
	font-size: 0.8125rem;
	padding-bottom: 1px;
}

.feature--explore-title {
	width: 100%;
}

.feature--explore-select-wrap {
	max-width: calc(100% - 65px);
	position: relative;
}

.feature--explore-select-wrap:after {
	content: "";
	position: absolute;
	background-color: #ffff;
	right: 2px;
	top: 2px;
	bottom: 2px;
	width: 35px;
	border: none;
	border-radius: 5px;
	pointer-events: none;
	background-image: url(images/drop-down.svg);
	background-size: .9em auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.feature--explore-select {
	font-style: italic;
	border-radius: 5px;
	padding: .7em 40px .7em .5em ;
	height: 50px;
	max-height: 50px;
	max-width: 100%;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-appearance: none;
	background: #fff;
}

.feature--explore-button {
	margin-left: 15px;
	padding: .7em;
	line-height: 1.6rem;
	min-width: 50px;
	height: 50px;
}

.feature--explore {
	background: #07384E;
}

.feature--explore-container {
	padding: 60px 30px;
}

@media (min-width: 992px) {
	.feature--explore-row {
		width: 850px;
	}
}

.feature--cta {
	background: #f1f6f3;
}

.feature--cta-container {
	padding: 60px 30px;
}

.feature--cta-title {
	max-width: 22em;
	margin: 0 auto 30px;
}

.feature--cta-copy p {
	line-height: 1.5;
}

.feature--cta-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	object-position: center bottom;
}

.showcase--title {
	margin-bottom: 60px;
}

.showcase--numeral {
	display: block;
	color: #5cf6dd;
	font-size: 3rem;
	line-height: 2.5rem;
	margin-bottom: 10px;
}

.showcase--button {
	padding: 1em 1.5em;
}

.feature--explore2-container {
	padding: 60px 30px 30px;
}

.feature--explore2-section-title {
	margin-bottom: 45px;
}

.feature--explore2-col {
	margin-bottom: 40px;
}

.feature--explore2-title {
	margin-bottom: .3em;
}

.feature--explore2-copy {
	max-width: 340px;
	margin: 0 auto;
}

.feature--explore2-copy p{
	line-height: 1.5;
}

.feature--explore2-copy p:last-child {
	margin-bottom: .5em;
}

.feature--explore2-more {
	text-transform: uppercase;
	color: #006EFF;
	transition: all .3s;
}

.feature--navigation-col a {
	display: inline-block;
	height: 54px;
	width: 90px;
	color: #798895;
	transition: color .3s;
	padding: 0 30px;
}

.feature--navigation-col a:hover,
.feature--navigation-col a:focus {
	outline: none;
	color: #006EFF;
}

.feature--navigation-col a svg {
	width: 100%;
	height: auto;
}

.feature--navigation-col a span {
	clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (max-width: 991px) {
	
	.feature--navigation {
		padding-bottom: 30px;
	}
	
	.feature-mod .hero-platform--image-wrap {
		max-width: 500px;
		margin: 0 auto 30px;
		
	}
	
	.hero-platform--copy-col {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.feature--navigation-col a {
		padding: 0;
		width: 30px;
	}
}

@media (min-width: 1380px) {
	
	.feature--navigation {
		padding: 0;
		position: absolute;
		top: 50%;
		left: 30px;
		right: 30px;
	}
}


.faq--container {
	padding: 75px 30px 60px;
	max-width: 1000px;
}

.faq--category-title {
	margin-bottom: 25px;
}

.faq--questions-wrap {
	border-bottom: 3px solid #f1f6f3;
	margin-bottom: 75px;
}

.faq--question-wrap {
	border-top: 3px solid #f1f6f3;
}

.faq--opener {
	display: block;
	position: relative;
}

.faq--opener:before,
.faq--opener:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 20px;
	height: 3px;
	background: #006EFF;
	transition: all .3s;
}

.faq--opener:before {
	transform: rotate(-90deg);
}

.question-active .faq--opener:before {
	transform: rotate(0deg);
}

.faq--question {
	font-weight: 600;
	margin-bottom: 0;
	padding: 23px 0;
	padding-right: 40px;
}

.faq--answer a {
	color: #006EFF;
}

.faq--answer {
	display: none;
}

@media (min-width: 768px) {
	.faq--answer {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (max-width: 575px) {
	#chat-widget-container {
		display: none;
	}
}

.calc-res--container {
	padding: 60px 30px;
}

.calc-res--divider {
	border-color: #ccc;
	margin: 30px auto;
}

.blue-text-mod {
	color: #006EFF;
}

@media print {
	
	.menubar--section {
		position: relative;
	}
	
	.menubar--container {
		padding: 0 30px 15px 30px;
	}
	
	.menubar--print-logo {
		width: 120px;
		height: 20px;
	}
	
	.menubar--logo-wrap {
		border: 1px solid red;
		background-image: url(images/remarkably-logo-dark-mono.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.hero--large-title {
		margin-bottom: 0;
		color: #000;
		font-size: 14px;
	}
	
	.hero--container  {
		padding: 0 30px;
	}
	
	.menubar--logo-wrap img {
		opacity: 0;
	}
	
	ul.blue-check {
		list-style-type: disc;
		margin-left: 1em;
	}
	
		
	ul.blue-check li {
		padding-left: 0;
	}
	
	.calc-res--divider {
		margin: 20px auto;
		page-break-after: auto;
	}
	
	.page-break-avoid {
		page-break-inside: avoid;
	}
}

.calc-res--graph {
	display: block;
	height: 180px;
	width: 90px;
	margin: 0 auto;
}

.calc-res--title {
	border-top: 1px solid #ccc;
	padding-top: 7px;
}

.calc-res--subtitle {
	color: #798895;
	letter-spacing: 0;
}

.calc-res--graph-label {
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: .9rem;
}

.footer--sticky-bar {
	color: #fff;
	background-color: #181d23;
	box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.25);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer--sticky-bar-container {
	padding: 10px;
}

.footer--sticky-bar-copy {
	font-size: .875rem;
	font-family: MaisonNeueExtended, sans-serif;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.3;
	padding-right: 20px;
}

.footer--sticky-bar-button {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 160px;
}

@media (min-width: 360px) {
	.footer--sticky-bar-container {
		padding: 10px 20px;
	}
}

.gfield_repeater_items {
    padding: 15px;
    max-width: 600px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}