@charset "utf-8";
/* CSS Document */

/*
font-family:'Dagny W01 Light', sans-serif;
font-family:'Dagny W01 Light Italic', sans-serif;
font-family:'Dagny W01 Regular', sans-serif;
font-family:'Dagny W01 Italic', sans-serif;
font-family:'Dagny W01 Bold', sans-serif;
font-family:'Dagny W01 Bold Italic', sans-serif;
font-family:'Dagny W01 Black', sans-serif;
font-family:'Dagny W01 Black Italic';, sans-serif
*/
html, body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	background-color: #ffffff;
	font-family: 'Dagny W01 Regular', sans-serif;
	min-height: 1200px;
}
#header {
}
#header nav a {
	text-transform: uppercase;
	color: #46acda;
	font-family: 'Dagny W01 Bold', sans-serif;
}

@media (max-width: 767px) {
#header nav a {
	font-size: .75rem;
}
}
#intro {
	padding: 5rem 0;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
#intro h1 {
	color: #ffffff;
	font-family: 'Dagny W01 Light', sans-serif;
	text-transform: uppercase;
	font-size: 3.6rem;
}

@media (max-width: 1880px) {
#intro h1 {
	font-size: 3.5rem;
}
}

@media (max-width: 1780px) {
#intro h1 {
	font-size: 3.2rem;
}
}

@media (max-width: 1610px) {
#intro h1 {
	font-size: 3rem;
}
}

@media (max-width: 1525px) {
#intro h1 {
	font-size: 2.8rem;
}
}

@media (max-width: 1425px) {
#intro h1 {
	font-size: 2.45rem;
}
}

@media (max-width: 1261px) {
#intro h1 {
	font-size: 2.2rem;
}
}

@media (max-width: 1200px) {
#intro h1 {
	font-size: 2.45rem;
}
}
#intro h1 strong {
	font-family: 'Dagny W01 Bold', sans-serif;
}
#intro p {
	color: #46acda;
	font-size: 2rem;
	line-height: 2.2rem;
}

@media (max-width: 1880px) {
#intro p {
	font-size: 1.7rem;
	line-height: 2rem;
}
}

@media (max-width: 1525px) {
#intro p {
	font-size: 1.4rem;
	line-height: 1.7rem;
}
}

@media (max-width: 1425px) {
#intro p {
	font-size: 1.2rem;
	line-height: 1.5rem;
}
}
#typewriter {
}
#intro {
	background-color: #3159af;
	margin-bottom: 7rem;
}
#intro:before {
	content: '';
	position: absolute;
	width: 150% !important;
	height: 600px;
	background-color: #3159af;
	bottom: -70px;
	left: -80px;
	margin: 0 auto;
	display: block;
	transform: rotate(-5.5deg);
}

@media (max-width: 767px) {
#intro:after {
	content: '';
	background-image: url("/img/intro-img-collage-xs.png");
	background-size: 767px 486px;
	background-position: top center;
	position: absolute;
	background-repeat: no-repeat;
	width: 100% !important;
	height: 486px;
	bottom: -360px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
}

@media (max-width: 576px) {
#intro:after {
	background-size: 576px 365px;
	height: 365px;
	bottom: -260px;
}
}
.anchor {
	position: relative;
}
.angle {
	padding: 10rem 0 20rem 0;
}
.angle:before {
	position: absolute;
	content: '';
	width: 120% !important;
	height: 200px;
	margin: 0 auto;
	display: block;
}
.angle-top-right:before {
	top: -110px;
	left: -5%;
	transform: rotate(-5.5deg);
}
.angle-top-left:before {
	top: -90px;
	left: -5%;
	transform: rotate(5.5deg);
}
.angle-white:before {
	background-color: #ffffff;
	xxxbackground-color: rgba(141,32,34,0.59);
}
.angle-l-blue:before {
	background-color: #3159af;
	xxxbackground-color: rgba(141,32,34,0.59);
}
.angle-d-blue:before {
	background-color: #323a7a;
	xxxbackground-color: rgba(141,32,34,0.59);
}

@media (max-width: 767px) {
.angle {
	padding: 5rem 0 10rem 0;
}
.angle:before {
	height: 100px;
}
.angle-top-right:before {
	top: -65px;
}
.angle-top-left:before {
	top: -45px;
}
}
#content {
	background-color: #ffffff;
	padding-top: 4rem;
}
#content h3 {
	color: #34505f;
}
#content h4 {
	color: #46acda;
	font-size: 2.8rem;
	font-family: 'Dagny W01 Bold', sans-serif;
}
#content h5 {
	color: #ffffff;
	font-size: 2.5rem;
	font-family: 'Dagny W01 Bold', sans-serif;
}
#content p {
	font-size: 1.55rem;
	line-height: 1.35;
}
#content p.small {
	font-size: .75rem;
	margin-bottom: 0;
	color: #3159af;
}
#content p.small a {
	color: #3159af;
}
#content #features p {
	color: #59c4ea;
}
#content #uses p {
	color: #34505f;
}
#uses {
	padding: 10rem 0 30rem 0;
	background-image: url("../img/map-graphic-01.svg");
	background-position: 0 440px;
	background-repeat: no-repeat;
	background-size: 1920px 1080px;
}

@media (max-width: 767px) {
#uses {
	padding: 10rem 0 15rem 0;
	background-image: url("../img/map-graphic-01.svg");
	background-position: -190px 600px;
	background-size: 1000px 562px;
}
#commerce h4 {
	font-size: 2rem;
}
}
#about {
	padding: 8.5rem 0 14rem 0;
}

@media (max-width: 767px) {
#about {
	padding: 7rem 0 7rem 0;
}
#about h4 {
	font-size: 2rem;
}
}
.btn {
	font-family: 'Dagny W01 Bold', sans-serif;
	text-transform: uppercase;
	border-radius: 25px;
	font-size: 1rem;
	padding: .75rem 1rem;
}
.btn-primary, .btn-primary:link, .btn-primary:visited {
	background-color: #08bf2f;
	color: #ffffff;
	border: 1px solid #08bf2f;
	box-shadow: 1px 4px 0 rgba(32,38,76,.5);
	transition: all ease .5s;
}
.btn-primary:hover {
	background-color: #323a7a;
	color: #ffffff;
	border: 1px solid #323a7a;
	box-shadow: 0px 0px 0 rgba(32,38,76,.25), inset 4px 1px 0px rgba(32,38,76,.5);
}
.border-sep {
	width: 100px;
	height: 4px;
	background-color: #323a7a;
	border-radius: 2px;
}
.bg-d-blue {
	background-color: #323a7a;
}
.bg-l-blue {
	background-color: #3159af;
}
.text-l-blue {
	color: #3a8fd3 !important;
}
.text-l-grey {
	color: #b4c8d2 !important;
}
.float-effect {
	animation: float 1.5s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(.5, .5, .5, .5);
	animation-iteration-count: infinite;
}
 @keyframes float {
 from {
transform: translate3d(0, 0, 0);
}
 to {
transform: translate3d(0, 15px, 0);
}
}
.float-effect {
	-webkit-animation-name: float;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: cubic-bezier(.5, .5, .5, .5);
	-webkit-animation-iteration-count: infinite;
}
 @-webkit-keyframes float {
 from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 to {
-webkit-transform: translate3d(0, 15px, 0);
transform: translate3d(0, 15px, 0);
}
}
form {
	margin-top: 30px;
}
.form-control {
	font-family: 'Dagny W01 Bold', sans-serif;
	border: none;
	box-shadow: inset 4px 1px 0px rgba(32,38,76,.5);
	background-color: #323a7a;
	color: #fff;
	border-radius: 25px;
}
form .btn {
	font-size: .85rem;
	padding: .46rem 1rem;
	margin-left: 10px;
}
.form-control::-webkit-input-placeholder {
 color: #fff;
}
 .form-control::-moz-placeholder {
 color: #fff;
}
 .form-control:-ms-input-placeholder {
 color: #fff;
}
 .form-control::-ms-input-placeholder {
 color: #fff;
}
 .form-control::placeholder {
 color: #fff;
}
.modal-content {
	background-color: #fff;
	border: none;
	border-radius: 1.25rem;
	box-shadow: 8px 8px 0 rgba(5,34,68,.25);
	background-image: url("/img/modal-content-bg-graphic-01.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 385px 452px;
}
.modal-backdrop {
	background-color: #3159af;
	background-image: url("/img/modal-bg-graphic-01.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 1920px 1200px;
}

@media (max-width: 992px) {
.modal-content {
	background-position: 250px 310px;
	background-size: 280px 329px;
}
.modal-backdrop {
	background-position: bottom left;
}
}

@media (max-width: 550px) {
.modal-content {
	background-position: 200px 285px;
}
}
.modal-backdrop.fade {
	transition: -webkit-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
	-webkit-transform: translate(0, 90%);
	transform: translate(0, 90%);
}
.modal-backdrop.show {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	box-shadow: -8px -8px 0 rgba(5,34,68,.25);
}
.modal-body {
	padding: 5rem 2.25rem;
}

@media (max-width: 767px) {
.modal-body {
	padding: 2.25rem;
}
}
.modal-body h2 {
	font-family: 'Dagny W01 Bold', sans-serif;
	color: #3159af;
	font-size: 2.12rem;
}
.modal-body p {
	color: #34505f;
	font-size: 1.14rem;
	line-height: 1.4rem;
}
#modal-close {
	text-align: right;
}

@media (max-width: 992px) {
.modal-body h2 {
	font-size: 1.75rem;
}
#modal-close {
	text-align: left;
	margin-left: 15px;
	margin-top: 45px;
}
}
#modal-close a {
	color: #b4c8d2;
	font-size: .85rem;
}

@media (min-width: 992px) {
.modal-lg {
	max-width: 800px;
}
}
.modal-content .form-control {
	font-family: 'Dagny W01 Light', sans-serif;
	border: none;
	box-shadow: inset 4px 0px 0px rgba(52,80,95,.1);
	background-color: #f1f3f4;
	border-radius: 25px;
	padding-left: 70px;
	color: #3159af;
	position: relative;
}
.form-group {
	position: relative;
}
.modal-content .form-group:before {
	display: block;
	color: #323a7a;
	position: absolute;
	top: 7px;
	left: 13px;
	width: 52px;
	height: 20px;
	font-family: 'Dagny W01 Bold', sans-serif;
	font-size: 1rem;
	z-index: 999;
}
.modal-content .form-name:before {
	content: 'Name';
}
.modal-content .form-email:before {
	content: 'Email';
}
.modal-content form .btn {
	font-size: .85rem;
	padding: .46rem 1rem;
	margin-left: 10px;
	box-shadow: none !important;
}
.modal-content .form-control::-webkit-input-placeholder {
 color: #34505f;
}
 .modal-content .form-control::-moz-placeholder {
 color: #34505f;
}
 .modal-content .form-control:-ms-input-placeholder {
 color: #34505f;
}
 .modal-content .form-control::-ms-input-placeholder {
 color: #34505f;
}
 .modal-content .form-control::placeholder {
 color: #34505f;
}
body.modal-open, body.modal-open .modal, body.modal-open #header {
	padding-right: 0px !important;
}
