:root {
	--primary-blue: #00497D;
	--electric-blue: #00FFFF;
	--dark-grey: #B5B5B5;
	--powder-white: #FFFDFA;
	--mushroom: #FAF4F4;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	overflow-x: hidden;
	line-height: 1.6em;
}

.container {
	max-width: 1300px;
}

.container.container-narrow {
	max-width: 1200px;
	margin: auto;
}

section {
	padding: 100px 0;
}


h1 {
    color: var(--primary-blue);
    font-size: 4em;
    line-height: 1.1em;
    margin-bottom: 40px;
    font-weight: 300;
}

h2 {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
}

h2.border-bottom-dashed, h5.border-bottom-dashed {
    position: relative;
    background: none;
    margin: 0;
    padding-bottom: 20px;
    display: inline-block;
}

h2.border-bottom-dashed::before, h5.border-bottom-dashed::before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 1px;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to right, #999 60%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}



h2.border-bottom-dashed-white::before {
	background-image: linear-gradient(to right, white 60%, rgba(255,255,255,0) 0%);
}


h4 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--primary-blue);
}



h5 {
	font-weight: 600;
	font-size: 1.4em;
	margin: .5em 0 1em 0;
}

.underlined {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #000;
}

.lead {
	font-size: 1.2em;
	font-weight: 500;
}

p {
	margin-bottom: 20px;
}

#hero {
    position: relative;
	z-index: 10;
    padding: 25px 60px;
	border-bottom: 1px solid #000;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 33%, rgba(0,73,125,1) 100%);
	color: #FFF;
	border-radius: 0 0 150px 0;
	box-shadow: -5px 5px 10px rgba(0,0,0,.2);
    height: 280px;
}

#hero.with-image {
    padding: 5px 20px;
}

#hero.with-image > div {
    padding: 25px 60px;
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat
}

#hero.home {
    height: 450px;
}

#hero.home.with-image > div {
	background-size: auto 70%;
}


#hero p.arrow-before {
	position: relative;
}

#hero p.arrow-before::before {
    content: '';
    display: inline-block;
    margin-left: -100px;
    margin-right: 10px;
    width: 90px;
    height: 40px;
    background-image: url('/images/_public_v3/banner-arrow-right-cyan.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: middle;
}

#hero h1 {
    color: #FFF;
    font-family: 'Chillax', sans-serif;
    font-size: 3.5em;
	font-weight: 600;
    line-height: 1.4em;
	margin-bottom: 20px;
}

a {
	color: var(--primary-blue);
	font-weight: 600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.btn {
	font-size: 1em;
	font-weight: 600;
	border: 0;
	border-radius: 8px;
	padding: 10px 40px;
	text-decoration: none;
}

.btn:hover {
	opacity: .8;
}

.btn.btn-primary-blue {
	background-color: var(--primary-blue);
	color: #FFF;
}

.btn.btn-cyan {
	background-color: var(--electric-blue);
	color: var(--primary-blue);
}


#topnav {
}


#topnav .navbar-nav {
	padding-left: 50px;
	font-size: 1.1em;
}


#topnav a {
	color: var(--primary-blue);
    margin-right: 25px;
    font-weight: 500;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: none;
}

#topnav a.btn-login {
	color: #FFF;
	padding: 10px 30px;
	text-transform: uppercase;
}

#topnav .navbar-brand {
    margin: 10px;
    max-width: 150px;
}

#topnav .dropdown-toggle::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 1.4em;
	display: inline;
    margin-left: 5px;
    vertical-align: middle;
    border: 0;
}

.dropdown-menu {
    min-width: 300px;
    border: 1px solid #999;
    border-radius: 0 0 25px 0;
	box-shadow: -5px 5px 10px rgba(0,0,0,.2);
	padding: 0;
	overflow: hidden;
}

.dropdown-menu a {
	padding: 10px 25px;
}

.dropdown-menu a:active {
	background-color: var(--electric-blue);
}


.card {
	border: 1px solid #757575;
}

.card.card-rounded-left {
	border-radius: 55px 0 0 55px;
}

.card.card-rounded-left {
	padding: 25px 15px 25px 25px;
}


.card.card-rounded-right {
	border-radius: 0 55px 55px 0;
}

.card.card-rounded {
	border-radius: 35px;
}

.card.card-rounded .card-body {
	padding: 40px;	
}

.card.card-overlap {
	max-width: 700px;
	border-radius: 30px;
	border: 1px solid #D9D9D7;
}

.card.card-shadow {
	box-shadow: -5px 5px 10px rgba(0,0,0,.2);
}

.card.card-shadow-alt {
	box-shadow: -4px 5px 10px rgba(0,0,0,.2)
}

.card.card-stats {
	border: 0;
	border-radius: 0;
}

.card.card-overlap .card-body {
	padding: 60px;	
}

.card.card-dark-transparent {
	background-color: rgba(185, 185, 185, .3);
	border: 0;
	border-radius: 35px;
}

.card.card-dark-transparent .card-body {
	padding: 40px;
}


.overlap-left {
	margin-left: -40%;
}

.overlap-more-left {
	margin-left: -55%;
}

.overlap-right {
	margin-right: -40%;
}

.accordion .card-header {
	background: #FFF;
	border: 0;
}

.accordion .card-header h5 {
	margin: 0;
	font-size: 1.2em;
}

.accordion .card-header h5 a {
	color: #000;
	padding: 5px 0;
	outline: none !important;
	text-decoration: none;
	display: block;
}


.accordion .card-header h5 a::after {
	content: '\f077';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.6em
}

.accordion .card-header h5 a.collapsed::after {
	content: '\f078';
}

.accordion>.card {
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid #000 !important;
    border-radius: 10px !important;
}


.video-modal .close  {
	position: absolute;
	top: -50px;
	right: 0px;
	color: #FFF;
	opacity: 1;
	font-size: 3em;
	font-weight: 600;
}

.video-modal .modal-content {
	background: transparent;
}


.tick-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tick-list li {
	padding: 0 30px;
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
	text-align: left;
}

.tick-list li::before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('/images/_public_v3/tick-cyan.png');
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    font-size: 1.2em;
    clear: left;
    margin-right: 8px;
    margin-left: -25px;
    margin-top: 4px;
}



.table th, .table td {
	border: 0;
	border-right: 1px solid #999;
}

.table th:last-of-type, .table td:last-of-type {
	border-right: 0;
}

.table tr {
	background-image: linear-gradient(to right, #999 60%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}

.table tr:last-child {
	background: none;
}

#key-features-wrapper.closed {
	height: 200px;
	overflow: hidden;
}

#key-features-wrapper-overlay {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 25px;
    padding-bottom: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    height: 200px;
    width: 100%;
    margin-top: auto;
}


footer {
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,73,125,1) 33%, rgba(0,0,0,1) 100%);
	height: 250px;
	color: #FFF;
	overflow: hidden;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer ul {
	margin: 0;
}

footer ul li {
	margin-bottom: 15px;
}

footer ul li:last-child {
	margin-bottom: 0;
}

footer #socials a {
	color: var(--primary-blue);
	background-color: var(--electric-blue);
	display: inline-flex;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 24px;
	align-items: center;
	justify-content: center;
}

footer #socials a:hover {
	opacity: .8;
	text-decoration: none;
}

footer small {
	line-height: 1.5em;
	display: block;
	font-size: 12px;
}

.modal .close {
    font-size: 50px;
    position: absolute;
    right: 10px;
    margin: 0px;
	z-index: 99;
}


.text-cyan { color: var(--electric-blue); }
.text-primary-blue { color: var(--primary-blue); }

.bg-dark-gradient { 
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,73,125,1) 0%, rgba(0,0,0,1) 100%);
}

.bg-dark-gradient-rl { 
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,73,125,1) 33%, rgba(0,0,0,1) 100%);
}

.bg-primary-blue { background-color: var(--primary-blue); }
.bg-mushroom { background-color: var(--mushroom); }
.bg-powder-white { background-color: var(--powder-white); }
.bg-shapes { background-image: url('/images/_public_v3/shapes-bg.png'); background-position: left center; background-size: 90% }

.bg-blur { backdrop-filter: blur(50px); background: transparent }

.border-dark {
	border-color: #999 !important;
}

.border-bottom-dashed {
	background-image: linear-gradient(to right, #999 60%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}

.border-bottom-dashed-white {
	background-image: linear-gradient(to right, white 60%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}

hr {
	margin: 35px 0;
	background-image: linear-gradient(to right, #999 60%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 8px 1px;
	background-repeat: repeat-x;
}

hr.white {
	background-image: linear-gradient(to right, white 60%, rgba(255,255,255,0) 0%);
}

.chillax {
	font-family: 'Chillax', sans-serif;
}

.gradient-tb {
	background: rgb(254,242,242);
	background: linear-gradient(180deg, rgba(254,242,242,1) 0%, rgba(254,253,251,1) 100%);
}

.hbspt-form {
	max-width: 500px;
}

.hbspt-form fieldset {
    margin-bottom: 15px !important;
}

.hbspt-form label {
	font-weight: 600;
}

.hbspt-form .hs-input:not([type="file"]) {
    border-radius: 3px;
    border: 1px solid #D1D1D1;
    height: 45px;
    width: 100% !important;
}

.hbspt-form .hs-input[type='radio'], .hbspt-form .hs-input[type='checkbox'] {
    height: 20px;
	width: 20px !important;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
}



.hbspt-form .hs-button {
    display: inline-block;
    font-weight: 600;
    color: #FFF;;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary-blue);
    border: 1px solid transparent;
    padding: 10px 40px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
}

.hbspt-form .hs-button:hover {
	opacity: .8;
}
.hbspt-form .inputs-list, .hbspt-form .inputs-list li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}



.hbspt-form .actions {
	text-align: center;
}


.hbspt-form .hs-input.error:not([type="file"]) {
    border: 1px solid red !important;
	background: rgba(228, 51, 66, .05);
}



.hbspt-form .hs-form-required {
	color: red;
}

.hbspt-form fieldset ul.no-list.hs-error-msgs {
	display: none !important;
}

.hs_error_rollup .hs-error-msgs.inputs-list {
    display: block;
    list-style: none;
    margin: -5px 0 20px 0 !important;
    padding: 0;
}

.hs_error_rollup .hs-error-msgs.inputs-list li {
	text-align: center;
	float: none !important;
	width: auto !important;
}

.hs_error_rollup .hs-error-msgs.inputs-list label {
    /* background: rgba(228, 51, 66); */
    color: rgba(228, 51, 66);
    font-size: .8em;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    width: 100%;
}

.row.double-gutter {
	margin-left: -30px;
	margin-right: -30px;
}

.row.double-gutter > div {
	padding-left: 30px;
	padding-right: 30px;
}



.text-x2 { font-size: 1.2em; }
.text-x3 { font-size: 1.3em; }
.text-x4 { font-size: 1.4em; line-height: 1.4em; }
.text-x5 { font-size: 1.5em; }
.text-x6 { font-size: 1.6em; line-height: 1.4em; }
.text-x7 { font-size: 1.7em; line-height: 1.2em; }
.text-x8 { font-size: 1.8em; line-height: 1.2em; }
.text-x9 { font-size: 1.9em; }
.text-x10 { font-size: 2em; line-height: 1.2em; }


.font-weight-300 { font-weight: 300 }
.font-weight-400 { font-weight: 400 }
.font-weight-500 { font-weight: 500 }
.font-weight-600 { font-weight: 600 }

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

	#hero.with-image > div {
		padding: 25px 60px 25px 0;
	}

	#hero {
		border-radius: 0 0 55px 0;
	}

	.row.double-gutter {
		margin-left: -15px;
		margin-right: -15px;
	}

	.row.double-gutter > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.card.card-rounded .card-body {
		padding: 20px 30px;
	}

	.overlap-left {
	    margin-left: -30%;
	}
}


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

	body {
		font-size: 14px;
	}

	h4 {
		font-size: 1.6em;
	}

	h2 {
		font-size: 1.6em;
	}

	.lead {
		font-size: 1.1em;
	}

	.navbar-toggler {
		font-size: 25px;
		margin-top: 10px;
	}

	#topnav {
		padding: 5px 10px;
	}

	#topnav .navbar-brand {
		max-width: 105px;
	}

	#topnav .navbar-nav {
		padding-left: 10px;
		font-size: 1.1em;
	}

	#topnav .dropdown-menu {
		min-width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		overflow: hidden;
		margin: 0 -30px;
		background: #E9ECEF;
		font-size: 1em;
	}

	#topnav .dropdown-menu a {
		padding-left: 50px;
	}


	#topnav .dropdown-toggle::after {
		float: right;
		margin-right: -3px;
	}

	#hero {
		border-radius: 0;
		padding: 5px;
	}

	#hero.with-image {
		padding: 5px;
	}

	#hero.with-image > div {
		padding: 25px 0;
		background-size: 60%;
		background-position: right top;
		text-shadow: 2px 2px 8px var(--primary-blue);
	}

	#hero.with-image > div .btn {
		text-shadow: none
	}

	#hero.home.with-image > div {
		background-image: none !important;
	}

	#hero h1 {
		font-size: 2em;
	}

	#hero p.arrow-before::before {
		content: '';
		display: none;
	}

	.border-right {
		border-right: 0 !important;
	}

	.row.double-gutter {
		margin-left: -15px;
		margin-right: -15px;
	}

	.row.double-gutter > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mobile-pull-left {
		margin-left: -15px;
		border-left: 0;
	}

	.mobile-pull-right {
		margin-right: -15px;
		border-right: 0;
	}

	.overlap-left, .overlap-more-left {
		margin-left: 0;
	}

	.card.card-overlap .card-body {
		padding: 30px 20px;
	}

	.card.card-dark-transparent .card-body {
		padding: 30px 20px;
	}

	.card.card-rounded-left {
		padding: 25px 15px 5px 5px;
		border-radius: 35px 0 0 35px;
	}

	.play-video {
		border: 1px solid rgba(255,255,255,.5);
	}

	.overflow-hidden {
		overflow: visible !important;
	}

	section {
		padding: 50px 0;
	}

	footer {
		height: auto;
		padding: 30px 0;
	}

	footer ul {
		margin-bottom: 35px;
	}

	footer ul li {
		margin-bottom: 5px;
	}

}