/*!
 * site.css 
 * custom css for aet.
 * Author: Jeff Erkelens
 * Copyright 2020+ 
 */


/*--core stuff--*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body {
	background-color: #1e3363;
	font-family: 'Source Sans Pro', sans-serif;
	color: #334E68;
	line-height: 1.65em;
	font-size: 18px;
  
  text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  }

ul .unordered-list{
	list-style: square;
}

text-small{
 font-size:.65rem; 
}

h1, .h1, h2, .h2, .home-title {
  color: #0099ff;
  font-size: 2.5rem;
}

.h1-v3{
  color: #0099ff;
  font-size: 2.25rem;
  line-height:2.25rem;
  font-weight:800;
}

.h2-v3{
  color: #0099ff;
  font-size: 1.75rem;
  line-height:2rem;
  font-weight:800;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
}

h3, .h3 {
  color: #1E3363;
  font-size: 1.75rem;
}

h4, .h4 {
  color: #334e68;
  font-size: 1.5rem;
}

h5, .h5 {
  color: #1E3363;
  font-size: 1.25rem;
}

h6, .h6 {
  color: #1E3363;
  font-size: 1rem;
}

a, button {
   outline: 0;
}

a, a:visited{
  color: #0099ff;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover, a:active {
  color: #1E3363;
  text-decoration: underline;
}

.secondary, .secondary:visited{
	color: #1E3363;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
  }
  
.secondary:hover, .secondary:active {
	color: #0099ff;
	text-decoration: underline;
}

.lm-link{
  text-transform: uppercase;
  text-decoration: none;
}

/*--icons--*/
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

a.pagetop {
	  color:#E9EBEF;
  }
a.pagetop:hover {
	color:#0099ff;
}

.pagetop::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f151";
	font-size: 28px;
  text-align: center;
}


#topper {
  position: fixed;
  bottom: 10px;
  left: 30px;
  text-align: left;
  z-index: 99;
  display: none;
}

#topper a {
  color:#E9EBEF;
}

#topper a:hover {
  color:#0099ff;
}


/*--icons end --*/

/*--Nav --*/
.navbar{
	margin-bottom:0px;
  z-index:5;
}

.nav, .nav-link, .nav a, .nav-tab, .btn, .dropdown-item, .dropdown-item a {
	text-decoration: none !important;
}

.nav-link-sm:before {
	font-family: "Font Awesome 5 Free";
	color:#1e3363;
	font-weight: 900; 
	content: "\f105";
	position: relative;
	opacity: 1;
	left:0px;
	padding-right: 20px;
	
}

.navbar .dropdown-menu, .navbar .dropdown-menu-right, .navbar .dropdown-menu-left{
	border: 0px;
	border-radius: 5px;
	background-color: #fff;

}

.light-menu-icon{
	width:25px;
	height:25px;
}

.dropdown-menu-top{
	display:none;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1e3363;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	transition: 200ms ease-in-out!important;
	-moz-transition: 200ms ease-in-out!important;
	-webkit-transition: 200ms ease-in-out!important;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
	transform-style: preserve-3d;
}
  
.dropdown-item:hover, .dropdown-item:focus {
color: #0099ff;
text-decoration: none;
background-color:rgba(0, 153, 255, 0.1);
transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
transform-style: preserve-3d;
}

.dropdown-item.active, .dropdown-item:active {
text-decoration: none;
background-color:rgba(0, 153, 255, 0.1);
}

.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}

.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #0099ff;
white-space: nowrap;
}

.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #1e3363;
}

.dropdown-menu {
  margin-top:0;
	background-color:#fff;

}

.dropdown-menu.show {
	display: block;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30,51,99,1.00)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.navbar-light .navbar-toggler-icon:hover  {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,153,255,1.00)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon-close {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30,51,99,1.00)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M3.3,3.3l24.2,24.2 M3,27.2L27.2,3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
 }
 .navbar-light .navbar-toggler-icon-close:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,153,255,1.00)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M3.3,3.3l24.2,24.2 M3,27.2L27.2,3'/%3E%3C/svg%3E");
}


.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:visited, .navbar-light .navbar-nav .nav-link:focus {
	color: #1e3363;
	font-weight: 600;
  }
  
  .navbar-light .navbar-nav .nav-link:hover {
	color:#0099ff;
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
  }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color:#0099ff;
}




@media (max-width: 767.98px) {
	.offcanvas-collapse {
	  position: fixed;
	  top: 75px; /* Height of navbar */
	  bottom: 0;
	  left: 100%;
	  width: 100%;
	  padding-right: 1rem;
	  padding-left: 1rem;
	  overflow-y: auto;
	  visibility: hidden;
	  background-color: #fff;
	  transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	  
	}
	.offcanvas-collapse.open {
	  visibility: visible;
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
}



.number-area{
	display: block;
	color: #1E3363;
	font-size: 14px;
	margin-bottom:-10px;
	padding-top:5x;
	text-align: right;
}

.number-area a, .number-area a:active, .number-area a:focus{
		color: #1E3363;
		text-decoration: none;
		margin:0;
		padding:0;
}

	.number-area a:hover{
		color: #0099ff;
		text-decoration: none;
}


/*--main navigation end--*/

/*-- footer --*/
.footer{
  z-index:1;
}

.footer-bkg{
  display:block;
  width:100%;
  height:auto;
  background-color:#1e3363;
}

.aet-footer-logo{
	display:block;
	background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/aet-sign-in-logo.svg");
  background-repeat:no-repeat;
  background-position:top center;
	width:160px;
  height:40px;
	padding:0;
	margin:0 auto;
}

a.footer, a.footer:visited, .foot-link, .foot-link:visited{
	font-size: 1rem;
	color:#f1f4f8;
	opacity: .6;
	text-decoration: none;	
}
a.footer:hover, .foot-link:hover{
	color:#fff;
	opacity: 1;
}

h2.footer{
	font-size: 1.5rem;
  color:#0099ff;
  font-weight: 600;
}
li.footer{
	opacity: .7;
	font-size: 1rem;
}
p.footer-small{
	font-size:.75rem;
	line-height: .9rem;
	font-weight: normal;
}

.footer.form-control-lg{
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}


/*-- end footer --*/

/*-- sub-head page header --*/
.sub-head{
	width:100%;
}

.sub-head-bg, .sub-head-bg-b, .sub-head-bg-a{
	 width:100%;
	 margin:0;
	}

.sub-head-bg, .sub-head-bg-b, .sub-head-bg-a{
	top:0;
	left:0;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.sub-head-bg-b, .sub-head-bg-a{
    background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg-lg-gradient-b.svg") !important;
	}

.sub-head-bg::before, .sub-head-bg-b::before{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg-2-transp-poly.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-origin: border-box;
	content: "";
	position: absolute;
	height: 100%;
	opacity: .4;
	width: 100%;
	top:0;
	background-position-y: top;
	background-position-x: left;
}
.sub-head-container{
	margin:20px auto;
}
.sub-head-img{
	display:block;
	min-width: 240px;
	min-height: 220.2px;
	width:50%;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/platform-img2.svg");
	background-size: cover;
	z-index: 2;
}
.sub-head-h1{
	color:#fff;
	font-size:36px;
}
.sub-head-h2 {
	color:#0099ff;
	font-size: 24px;
}
.sub-head-p{
	color:#f1f4f8;
	font-size: 18px;
}
.head-h1{
	color:#fff;
	font-size:40px;
}
.head-h1-2{
	color:#fff;
	font-size:42px;
  font-weight:700;
}

.head-h2 {
	color:#0099ff;
	font-size: 28px;
  font-weight: 600;
}
.head-p{
	color:#f1f4f8;
	font-size: 22px;
  line-height:30px;
  font-weight: 500;
}

.head-p-2{
	color:#f1f4f8;
	font-size: 26px;
  line-height:30px;
  font-weight: 500;
}
hr.sub-head {
	background-color:rgba(241, 244, 248, .25);
}

/*-- sub-head end --*/


/*-- PAGE SPECIFIC--*/
/*-- Platform --*/
  
.unlock-bg {
	position: absolute;
	height: 720px;
	top: 700;
	right: 0;
	left: 0;
	width: 100%;
	background-color:#1e3363;
	transform: skewY(30deg);
	transform-origin: top left;
	margin-top:60px;
	overflow: hidden;
}

.unlock-bg::content{
	transform: skewY(-15deg);
	transform-origin: top left;
	overflow: hidden;
	
}

.unlock-h1, .customize-h1{
	color:#fff;
	font-size:36px;
}
	
.unlock-h2, .customize-h2 {
	color:#0099ff;
	font-size: 24px;
}
.unlock-p, .customize-p {
	color:#f1f4f8;
	font-size: 18px;
}
hr.unlock, hr.customize, hr.footer {
	background-color:rgba(241, 244, 248, .25);
}

a.unlock, a.unlock:visited {
	color:#f1f4f8;
}

a.unlock:hover, a.unlock:focus {
	color:#0099ff;
}

.unlock-img-container{
	margin-left:-15px;
	margin-right:-15px;
	
}


.customize-h1 {
	color:#1e3363;
}
	
.customize-h2 {
	color:#0099ff;
}
.customize-p {
	color:#486581
}
hr.customize {
	background-color:rgba(241, 244, 248, .25);
}

a.customize, a.customize:visited {
	color:#1E3363;
}

a.customize:hover, a.customize:focus {
	color:#0099ff;
}

.benefits-bg {
	background-color: #f1f4f8;
	display: block;
	width: 100%;
}


.setup-step {
	padding: 8px 16px;
	color:#f1f4f8;
	background-color: #1E3363;
	border-radius: 5px;
	margin:10px;
	font-size: 1rem;
}
.setup-rocket-icon, .setup-landmark-icon, .setup-flag-icon, .setup-file-icon {
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/rocket-circle.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 160px;
	height: 160px;
	display: block;
	margin: 10px auto;
	z-index: 1000;
}
.setup-landmark-icon {
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/landmark-circle.svg");
}
.setup-flag-icon {
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/flag-usa-circle.svg");
}
.setup-file-icon {
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/file-contract-circle.svg");
}

.setup-group {
	margin-top:0px;
}

.setup-bg {
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top:30px;
}

.setup-line {
	display: none;
}

/*--- cta --*/
.cta {
	display: block;
	background-color: #0099ff;
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,.25);
}
.cta-h1 {
	color:#1E3363;
}
.cta-p {
	color:#f1f4f8;
}
.cta-btn-1 {
	background-color: #1E3363;
	border: 2px solid #1e3363;
	color:#f1f4f8;
}
.cta-btn-1:hover {
	background-color: #f1f4f8;
	border: 2px solid #f1f4f8;
	color:#1E3363;
}

.cta-btn-2 {
	background-color: #f1f4f8;
	border: 2px solid #1E3363;
	color:#1E3363;
}

.cta-btn-2:hover {
	background-color: #1E3363;
	border: 2px solid #f1f4f8;
	color:#f1f4f8;
}

/*-- aet colors--*/
.white{
  color: #fff;
}

.white-bg{
  background-color: #fff;
}

.white-bg-grad{
 background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}

.light{
  color:#f1f4f8;
}

.light-bg{
  background-color: #f1f4f8;
}

.bg{
  background-color: #f9fbfd;
}
.blue{
  color: #1E3363;
}
.blue-bg{
  background-color: #1E3363;
}

.light-blue-bg{
  background-color: #0099ff;
}
.light-blue{
  color: #0099ff;
}

.sky-bg{
  background-color:#f2faff;
}

.success-bg{
  background-color: #28a745;
}
.success{
  color:#28a745;
}

.red{
  color:#C42127;
}
.red-bg{
  background-color:#C42127;
}

.default-text { 
  color: #334E68;
}

	/*--aet colors--*/


/*--buttons--*/

.btn-primary, .btn-primary:visited {
  color: #fff;
  background-color: #1E3363;
  border-color: #1E3363;
  border-radius:8px;
}

.btn-primary:hover, .btn-primary:active {
	color: #fff;
	background-color: #0099ff;
	border-color: #0099ff;
 }

.btn-sign-in, .btn-sign-in:visited{
  color: rgba(255,255,255, 1.0);
  background-color: rgba(241,244,248, .2);
  border-color: rgba(241,244,248, .2);
}

.btn-sign-in:hover, .btn-sign-in:active {
  background-color:#fff;
  color: #0099ff;
}

.btn-secondary, .btn-secondary:visited{
  color:#f1f4f8;
  background-color: #0099ff;
  border-color: #0099ff;
  font-weight:700;
}

.btn-secondary:hover, .btn-secondary:active{
  color: #f1f4f8;
  background-color: #28a745;
  border-color:#28a745;
}

.btn-secondary:hover,  .btn-secondary-outline:hover {
  box-shadow:  0px 2px 10px  rgba(30, 51, 99, .5);
}

.btn-secondary-outline, .btn-secondary-outline:visited{
  color:#0099ff;
  font-weight:700;
  background-color: #fff;
  border-color: #0099ff;
  border-width:2px;
}

.btn-secondary-outline:hover, .btn-secondary-outline:active{
  color: #f1f4f8;
  background-color: #28a745;
  border-color:#28a745;
}


/*faq*/
.btn-link:before{
	font-family: "Font Awesome 5 Free";
  font-size:16px;
  font-weight: 900; 
	content: "\f067";
	position: relative;
	opacity: 1;
	left:0px;
	padding-right: 16px;
}

.btn-link.open:before {
  font-family: "Font Awesome 5 Free";
	content: "\f068";
}
/*faq*/


  /*-- feature cards --*/

  .feature-boxes.card-title {
	font-size:1.3rem;
	color:#fff;
  }
  .feature-boxes.card-text {
	  font-size:1rem;
	  line-height: 1.3rem;
  }

  .key-feature-box {
	  background-color: #f1f4f8;
	  border: 1px solid #0099ff;
  }

  .key-feature-h1 {
	  font-size:1.6rem;
  }

  /*end feature cards --*/


/*--utilities--*/
.remove-underline{
  text-decoration:none !important;
}

.img-circle{
  border-radius:50%;
}

.opacity-0 {
	opacity:0!important;
  }
  .opacity-1 {
	opacity:0.2!important;
  }
  .opacity-2 {
	opacity:0.4!important;
  }
  .opacity-3 {
	opacity:0.6!important;
  }
  .opacity-4 {
	opacity:.8!important;
  }
  .opacity-5 {
	opacity:1!important;
  }
  
  /*-- hover opacity shifts --*/
  .opacity-0h5 {
	opacity:1!important;
	transition: opacity 200ms ease-in-out!important;
	-moz-transition: opacity 200ms ease-in-out!important;
	-webkit-transition: opacity 200ms ease-in-out!important;
  }
  .opacity-0h5:hover {
	opacity:0.7!important;
  }
  .nav-hidden{
	  display: none;
  }
  .nav-sales-sign-in{
	  display: block;
  }

  border-light{
    border-color:#1e3363;
  }

  .key-features-laptop-img {
	display: block;
	
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/laptop-mock-1.svg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	min-width: 240px;
	min-height: 160px;
	width: 100%;
	height: 100%;
	margin:0 auto;
	margin-top:-100px;
}


.api-cta-bg, .platform-cta-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/api-transp.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.api-request-key-cta{
	//*background-color: #E4EAEF;*/
	width: 100%;
	height: auto;	
}

.api-languages{
	min-width:30px;
	width: 100%;
	min-height:30px;
	height: 100%;
	background-repeat: no-repeat;
}

.platform-cta-bg {
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/plug-transp.svg");
}


/*debt*/
.legacy-bg{
	display: block;
	width: 100%;
	height:100%;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/legacy-bg.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: visible !important;
}

.debt-empower-bg, .debt-empower-bg-2{
	background-color:#fff;
	width:100%;  
	z-index:0;
	/*transform: skewY(-15deg);*/
	transform-origin:top;
}

.debt-empower-bg-2{
  transform: skewY(15deg);
}

.img-debt-laptop{ 
	width:280px; 
	height:auto;
	margin:0 auto;
}

.debt-ul, .ppm-ul, .home-ul, .home-ul-dark, .check-ul, .check-ul-light{
	font-size: 1rem;
	line-height: 1.2rem;
    list-style: none;
    padding-left: 0;
}
.debt-ul li, .ppm-ul li, .home-ul li, .home-ul-dark li, .check-ul li, .check-ul-light li {
    position: relative;
    padding-left: 40px;
}
.ppm-ul li, .home-ul li, .home-ul-dark li {
    position: relative;
    padding-left: 30px;
}

.check-ul, .check-ul-light{
	  font-size: 1rem;
	  line-height: 1.2rem;
    list-style: none;
    padding-left: 20;
}
.check-ul li, .check-ul-light li {
    padding-left: 15px;
}
.debt-ul li:before, .ppm-ul li:before, .home-ul li:before, .home-ul-dark li:before, .check-ul li:before, .check-ul-light li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-green.svg');
    background-size: cover;
    left: 0;
    
}
.ppm-ul li:before {
  width: 15px;
  height: 15px;
  background-image: url('https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-blue.svg');
}

.home-ul li:before {
  background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-blue-stroked.svg") !important;
}

.home-ul-dark li:before {
  background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-white-stroked.svg") !important;
}

.check-ul li:before, .check-ul-light li:before {
  width: 8px;
  height: 6px;
  background-image: url('https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-sm.svg');
}

.check-ul-light li:before {
  background-image: url('https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/check-sm-light.svg');
}

.home-lg-img{
  overflow-x:hidden;
}


 /*about page*/
    .border-right-lg{
      border:0px;
    }


/* home */
.legacy-bg-full{
	display: block;
	width: 100%;
	height:100%;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/legacy-bg-light.svg");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
	overflow: visible;
}

.swoop-bg{
  display: block;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/bg-swoop-shape.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible !important;
}



.sub-head{
	width:100%;
}

.sub-head-bg, .sub-head-bg-b, .sub-head-bg-a{
	 width:100%;
	 margin:0;
	 
	}

.sub-head-bg, .sub-head-bg-b, .sub-head-bg-a{
	top:0;
	left:0;
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.sub-head-bg-b, .sub-head-bg-a{
    background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg-lg-gradient-b.svg") !important;
	}



.white-bg-top, .bg-top, .blue-bg-top, .blue-bg-bottom, .white-bg-bottom, .about-top{
	width:100%;
  position: relative;
}
.white-bg-top::before, .bg-top::before, .blue-bg-top::before, .blue-bg-bottom::before, .white-bg-bottom::before, .about-top::before {
  content: "";
	position: absolute;
	background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/white-bg-top-f9fbfd.svg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  height: 0;
  padding: 0; /* reset */
  padding-bottom: calc(100% * 1 / 15);
  width:100%;
  z-index:0;
  overflow: visible !important
}

.bg-top::before{
  background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/bg-top-fff.svg);
}

.blue-bg-top::before, .blue-bg-bottom::before {
  background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/blue-bg-top-f9fbfd.svg);
  padding-bottom: calc(100% * 5 / 48);
}
.blue-bg-bottom::before {
  background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/blue-bg-bottom-fff.svg);
  margin-top:calc(-100% * 5 / 48);
  
}

.white-bg-bottom::before{
  background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/white-bg-bottom2-fff.svg);

}

.about-top2{
  margin-top:12px;
}

.blue-bg-top2, .white-bg-bottom2{
  width:100%;
  margin-top:-18px;
}


.wbg-bottom, .gbg-bottom {
	width:100%;
  position: relative;
}

.wbg-bottom::before, .gbg-bottom::before {
  content: "";
	position: absolute;
	background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/fff-bg-bottom-r.svg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  height: 0;
  padding: 0; /* reset */
  padding-bottom: calc(100% * 5 / 32);
  width:100%;
  z-index:0;
  overflow: visible !important
}
.wbg-bottom::before{
  margin-top:calc(-100% * 5 / 32);
  width:100%;
}

.gbg-bottom::before{
  background-image:url(https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/f1f4f8-bg-bottom-l.svg);
  margin-top:calc(-100% * 5 / 32);
  width:100%;
}

.home-border-box {
  border:1px solid #0099ff;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


@media (min-width:576px){
.blue-bg-top2, .white-bg-bottom2{
  width:100%;
  margin-top:-12px;
  }
}

@media (min-width:768px){
.blue-bg-top2, .white-bg-bottom2{
  width:100%;
  margin-top:-8px;
  }
}

@media (min-width:1400px){
.white-bg-top{
    margin-top:-5px;
  }
}

.blue-gradient-text {
  background-color: #0099ff;
  background-image: linear-gradient(117deg, #1E3363 0.7%, #09F 73.31%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.home-blue-bg-grad, .blue-bg-grad{
  background: linear-gradient(106.55deg, #1E3363 0.65%, #0099FF 202.15%);
}
.home-dk-blue-bg-grad{
  background: linear-gradient(34.24deg, #14234C 13.15%, #0F1A39 48.42%);
}

.bg-box-angle{
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/about-angle-rect.svg");
  background-size:cover;
  background-position: center center;
	background-repeat: no-repeat;
	overflow: visible !important;
}

.big-arrow{
  background-color:#D9EBF9;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/big-arrows.svg");
  width:auto;
  height:100%;
  background-size:contain;
  background-position: center right;
	background-repeat: no-repeat;
	overflow: visible !important;
}

.home p, .home li{
  font-size:20px;
  font-weight:400;
}


.lm-link, .lm-link-light, .lm-link:active, .lm-link:visited s{
  color:rgba(30, 51, 99, 0.6);
  text-transform: uppercase;
  text-decoration: none;
}

.lm-link:hover, .lm-link:focus {
  color:rgba(30, 51, 99, 1);
}

.lm-link-light, .lm-link-light:active, .lm-link-light:visited {
  color:rgba(241, 244, 248, 0.6);
}

.lm-link-light:hover, .lm-link-light:focus {
  color:rgba(241, 244, 248, 1); 
}

.lm-link span, .lm-link-light span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.2s;
	}

.lm-link span:after, .lm-link-light span:after {
		color:rgba(30, 51, 99, 0.6);
		content: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/right-angle.svg");
    width:10px;
    height:10px;
		position: absolute;
		opacity: .6;
		top: 1px;
		right: -20px;
		transition: all 0.2s;
	}

.lm-link-light span:after {
  content: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/right-angle-light.svg");
}

.lm-link:hover span:after, .lm-link-light:hover span:after {
		opacity: 1;
		right: -25px;
	  }



.service-boxes, .service-form-box, .asset-boxes, .asset-boxes2 {
  border: 1px solid #0099ff;
	box-shadow: 0px 0px 10px 0px rgba(0, 153, 255, 0.2);
}

.asset-boxes, .asset-boxes2 {
  border:0px;
}

.asset-boxes2 {
  border: 1px solid #0099ff;
	box-shadow: 0px 4px 20px 0px rgba(0, 153, 255, 0.2);
}

.service-boxes-icon{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-api-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: -30px;
}

.service-boxes-api{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-api-icon.svg");
}

.service-boxes-escrow{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-escrow-icon.svg");
}

.service-boxes-platform{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-aet-icon.svg");
}

.service-boxes-asset{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-asset-icon.svg");
}

.service-boxes-consult{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-consult-icon.svg");
}

.service-boxes-aml{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sm-aml-icon.svg");
}

.market-form-label{
	font-size: 1.25rem;
	color:#1e3363;

}

.market-form-input, .landing-form-input{
	border: #0099ff solid 1px;
	background-color:rgba(241, 244, 248, 0.2);
	margin-bottom: 15px ;
	font-size:1rem;
	color:#486581;
}
.market-form-input:active, .market-form-input:focus, .landing-form-input:active, .landing-form-input:focus{
  box-shadow: 0px 0px 10px 0px rgba(0, 153, 255, 0.2);
}
.landing-form-input{
  background-color:rgba(241, 244, 248, 0.8);
}


.api-cog-group-icon{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/api-cog-goup.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: -150px;
}
.api-cog-group{
	background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/api-cog-goup.svg");
}

.home-footer{
	font-size:.8rem;
}
.home-footer a{
	font-size:.8rem;
}


.home-click-box, .home-click-box:hover, .home-click-box:link, .home-click-box:active, .home-click-box:visited{
  border: solid 1px #0099ff;
  text-decoration:none;
}


.home-click-box:hover{
  text-decoration:none;
  transition: 200ms ease-in-out!important;
	-moz-transition: 200ms ease-in-out!important;
	-webkit-transition: 200ms ease-in-out!important;
  box-shadow: 0px 5px 20px 0px rgba(0, 153, 255, 0.5);
  cursor:pointer;
  
}
.home-click-box a{
  text-decoration:none;
  color: #334E68;
}


/* user-portal */
.user-portal-icons{
  width:40px; 
  height:40px; 
}
.user-quicklinks{
  text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	transition: 200ms ease-in-out!important;
	-moz-transition: 200ms ease-in-out!important;
	-webkit-transition: 200ms ease-in-out!important;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
	transform-style: preserve-3d; 
}

.user-quicklinks:hover{
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
  transform-style: preserve-3d;
}

  .screenshot {
	transition: 200ms ease-in-out!important;
	-moz-transition: 200ms ease-in-out!important;
	-webkit-transition: 200ms ease-in-out!important;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
	transform-style: preserve-3d;
    cursor: pointer;
  }
  .screenshot:hover {
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1.05) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg); 
  transform-style: preserve-3d;
  cursor:pointer;
  }

.modal-backdrop{ 
  background-color:#1e3663;
}


/*blog*/
.card-img-height{
  max-height:200px;
  overflow:hidden;
}

.blog-head-img1{
  max-height:20px;
  opacity:.25;
}

.blog-nav-icon{
  display:block;
  width:25px;
  height:25px;
  margin:0 auto;

}

.blog-nav-prev {
  color:#f1f4f8;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/blog/angle-left-solid.svg");
  background-repeat:no-repeat;
}

.blog-nav-next {
  color:#f1f4f8;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/blog/angle-right-solid.svg");
  background-repeat:no-repeat;
}

.blog-nav-home {
  color:#f1f4f8;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/blog/home-solid.svg");
  background-repeat:no-repeat;
}

/*landing page 1*/
.landing-sky-bg{
  background-image:linear-gradient( #97D4FE, #F9FBFD);
  min-height:500px; 
  width:100%;
}

.landing-sky-clouds{
 background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/landing/landing-clouds.svg");
  width:100%;
  height:100%;
}

.landing-artdeco-bg{
  background-color:#D9EBF9;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/landing/artdeco-bg.svg");
  background-repeat:none;
  background-size:cover;
  width:100%;
  height:auto;
}

.landing-screen-image{
  z-index:-1; 
  margin-top:-40px; 
}

.landing-sky-logo{
 width:180px;
 height:auto; 
}

.landing-email-butt {
    font-size:.8rem;
}

.landing-h1{
  font-size: 2rem;
  padding:0 15px;
}

.landing-h2{
  font-size: 1.75rem;
  padding:0 15px; 
}
.landing-fa-h2{
  color: #486581;
  font-size:42px;
  font-weight:500;
}

.landing-fa-h3{
  color: #486581;
  font-size:36px;
  font-weight:500;
}

/*fund admin*/
.regtype{
  background:#E6F5FF ; 
  border:0px solid; 
  border-radius:20px;
  margin-top:20px;
}

/*fund admin end*/

@media (min-width: 400px) {
	
	.light-menu-icon{
		width:35px;
		height:35px;
	}

}


@media (max-width: 767.98px) {
	.offcanvas-collapse {
	  position: fixed;
	  top: 87px; /* Height of navbar */
	  bottom: 0;
	  left: 100%;
	  width: 100%;
	  padding-right: 1rem;
	  padding-left: 1rem;
	  overflow-y: auto;
	  visibility: hidden;
	  background-color: #fff;
	  transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	  
	}
	.offcanvas-collapse.open {
	  visibility: visible;
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
}


@media (min-width: 768px) {

.head-h1-2{
	color:#fff;
	font-size:48px;
  font-weight:700;
}
  
  .split{
  background-color:#F1F4F8 ;
  background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/split-color.svg");
  width:100%;
  height:100%;
  background-size:cover;
  background-position: center center;
	background-repeat: no-repeat;
  margin-top:-1px;
	overflow: visible !important;
}
  
	.nav-hidden{
		display:block;
	}

	.nav-sales-sign-in{
		display:none;
	}

	/*.nav-logo{
		margin-top:-15px;
	}*/


	.nav-link span, .navlink:visited span:after {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}
	
	.nav-link span:after{
		font-family: "Font Awesome 5 Free";
		color:#1e3363;
		font-weight: 900; 
		content: "\f107";
		position: absolute;
		opacity: 0;
		top: 0;
		right: -5px;
		transition: 0.5s;
	}
	
	.nav-link:hover span{
		padding-right: 20px;
	}
	
	.nav-link:hover span:after {
		opacity: 1;
		right: 0;
	}
	
	.nav-link-sm:before {
		display: none;
		
	}
  
  .dropdown-menu-top{
		display: block;
		background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/down-menu.svg");
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
		width:15px;
		height:7.5px;
		margin:0 auto;
		margin-top:-6px;

	}
    
  .dropdown-menu-center {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.unlock-container{
		margin-top:0px;
	}
	.unlock-h1{
		color:#1E3363;
	}
	
	.unlock-p{
		color: #486581;
	}
	
	a.unlock, a.unlock:visited {
		color:#1E3363;
	}
	
	a.unlock:hover, a.unlock:focus {
		color:#0099ff;
	}

	.unlock-img-container{
		margin-left:-18px;
		margin-right:-12px;
		
	}

	.unlock-bg{
		display: none;
	}

	.customize-img-container{
		margin-top:0px;
	}
	

	.feature-boxes.card-title {
		font-size:1.5rem;
		color:#fff;
	}
    
  .debt-empower-bg, .debt-empower-bg-2{
    min-height:460px;
		/*transform: skewY(-12deg);*/
	}

	.img-debt-laptop{
		width:380px; 
		height:auto;
		
	}
    
 /*about page*/
    .border-right-lg{
      border-right:1px solid rgba(30, 51, 99, .2);
    }
    
  
 /*home page*/
    .service-boxes-icon{
	    margin-top: -30px;
    }
  
  
 /*blog*/
    .blog-head-img1{
      height:100px;
      opacity:.25;
    }
  
  
  /*landing page 1*/
  .landing-sky-bg{
    background-image:linear-gradient( #97D4FE, #F9FBFD);
    min-height:900px; 
    width:100%;
  }
  
  .landing-screen-image{
  z-index:-1; 
  margin-top:-100px; 
  }
  
  .landing-sky-logo{
   width:280px;
   height:auto; 
   }
  
  .landing-email-butt {
    font-size:1rem;
  }
  
  .landing-h1{
  font-size: 2.5rem;
  padding:0 15px;
}

.landing-h2{
  font-size: 2rem;
  padding:0 15px; 
}
  
}




@media (min-width: 996px){
  
    .home-lg-img{
   overflow-x:visible; 
  }
  
	.sub-head-bg, .sub-head-bg-b, .sub-head-bg-a{
		background-size: 100% 100%;
    background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg-lg-gradient.svg") !important;
	}
  .sub-head-bg-b, .sub-head-bg-a{
    background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/sub-head-bg-lg-gradient-b.svg") !important;
	}
	.sub-head-bg::before, .sub-head-bg-b::before{
		width: 100%;
		top:0;
		background-size: 1200px;
		background-position-y: top;
		background-position-x: center;
	}
  
  .sub-head-bg-b::before{
		width: 100%;
		background-size: 1440px;
  }

	.unlock-container{
		margin-top:20px;
	}

	.feature-boxes.card-title {
		font-size:1.6rem;
		color:#fff;
	  }

	.key-features-laptop-img {
		margin-top:0px;
		padding:0;
		margin: 0 auto;
		background-image:url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/laptop-mock-2.svg");
		background-size:inherit;
		overflow: visible;
		width:100%;
		height: 500px;
	}


	.setup-bg {
		background-image: url("https://5454409.fs1.hubspotusercontent-na1.net/hubfs/5454409/img-v2/setup-bg.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-position-y:100px;
		background-size: contain;
		
	}

	.setup-line {
		margin:0 auto;
		margin-top:150px;
		background-color: #486581;
		opacity: .2;
		display: block;
		width: 80%;
		height: 2px;
		z-index: 1;
	
	}

	.setup-group {
		margin-top:-110px;
	}
  
  .img-debt-laptop{
		width:460px;
	}

	ul .debt-ul, ul .ppm-ul{
		font-size: unset;
	}
  
    /*home page*/
    .service-boxes-icon{
	    margin-top: -50px;
    }
  
  /*fund admin*/
  .regtype{
    background: linear-gradient(90deg, #D3E0E9 0%, #E6F5FF 3.66%, #E6F5FF 102.12%); 
    border:0px solid; 
    border-radius:0px 20px 20px 0px;
  }

}

@media (min-width: 1200px){
  
	.unlock-container {
		margin-top: 60px;
	}

	.unlock-bg{
		display: none;
	}

	.customize-h1 {
		color:#1e3363;
	}
		
	.customize-h2 {
		color:#0099ff;
	}
	.customize-p {
		color:#486581
	}
	hr.customize {
		background-color:rgba(241, 244, 248, .25);
	}
	
	a.customize, a.customize:visited {
		color:#1E3363;
	}
	
	a.customize:hover, a.customize:focus {
		color:#0099ff;
	}

	.lg-blue{
		background-color: #1E3363;
		width:100%;
		margin-top:-5px;
	}

  .img-debt-laptop{
		width:600px;
		overflow: visible;
	}


}