.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1, .form-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #0066a5;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 50px;
  line-height: 30px;
  font-weight: 300;
}

a {
  font-family: 'Open Sans', sans-serif;
  color: #003772;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navbar {
  z-index: 99999999;
  height: 140px;
  padding-top: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 19px -12px #000;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  text-align: center;

}

.nav-link {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.banner-container {
  display: block;
  padding: 40px 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.home-banner-container {
  margin-top:-120px
}

.body {
  background-color: transparent;
}

.nav-menu {
  background-color: transparent;
}

.feature-wrapper {
  display: block;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: hsla(202.28571428571428, 26.32%, 73.92%, 1.00);
  text-align: center;
}

.product {
  padding-bottom: 20px;
}

.button, .nf-form-content input[type=button] {
  border-radius: 8px;
  background-color: #999;
  color: #003772;
  font-weight: 700;
}

.column {
  display: block;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.step1 {
  display: block;
  width: auto;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  border-radius: 10px;
  background-color: #e5e5e5;
}

.ourproducts-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  clear: none;
  text-align: center;
}

.paragraph {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.stepcontent {
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.stephead2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #0066a5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 5px;
}

.stephead3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #003773;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 5px;
}

.step2 {
  display: block;
  width: auto;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  border-radius: 10px;
  background-color: #bfd9e9;
}

.step3 {
  display: block;
  width: auto;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  float: none;
  border-radius: 10px;
  background-color: #d9e1ea;
}

._3col_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.background-video {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(82%, hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 82%, #fff);
  color: #333;
}

.banner_logo {
  padding-bottom: 40px;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.testimonial-wrapper {
  min-height: 580px;
  margin-bottom: 0px;
  padding-bottom: 42px;
  background-color: hsla(202.40963855421685, 98.81%, 32.94%, 1.00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#abc1ce), color-stop(49%, rgba(1, 105, 167, .65)), to(rgba(1, 105, 167, .65))), url('../images/hands.jpg');
  background-image: linear-gradient(180deg, #abc1ce, rgba(1, 105, 167, .65) 49%, rgba(1, 105, 167, .65)), url('../images/hands.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonial-container {
  padding: 40px 20px;
  text-align: center;
}

.white {
  color: #fff;
}

.testimonial {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
}
.testimonial-home {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  font-weight: 300;
}

.test-name {
  font-size: 20px;
  font-weight: 600;
  color:#04A4CC;
}
.testimonial-home .test-name {
  color:#fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top:solid 2px #fff;
  background-color: hsla(202.28571428571428, 26.32%, 73.92%, 1.00);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}

.whitearc {
  height: auto;
  margin-top: -42px;
  margin-bottom: -5px;
  padding-bottom: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.bluearc {
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.a {
  color: #0066a5;
  font-weight: 700;
  text-decoration: none;
}

.footer .container {
  padding-top:0px;
  padding-bottom: 0px;
}
.footerLogo {
  width: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.footerAddress {
  width: 150px;
  margin:0 20px;
  float: left;
}
.footerCopy {
  width:150px;
  float: right;
  margin:0 20px;
  text-align: right;
}
.footerNav {
  max-width: 360px;
  float: left;
  margin-right: 20px;
}
.footerNav ul {
  list-style-type:none;
  padding-left: 0px;
}
.footerNav li {
	float:left;
	width:180px;
}

.grid, .grid4 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 30px 0px;
  grid-template-rows: auto 0px;
  text-align: left;
}
.grid4 {
  -ms-grid-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
  grid-template-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
}

.nav_logo {
  display: inline-block;
  width: 48px;
  height: 36px;
  margin-right: 30px;
}

.product_link {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ccc;
  font-family: 'Open Sans', sans-serif;
  color: #003772;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.text-span {
  text-decoration: none;
}

.productcol {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #0066a5;
  font-size: 20px;
  font-weight: 600;
}

.start-wrapper {
  background-color: #d2f1fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4f1fc), color-stop(52%, hsla(197.14285714285717, 91.30%, 95.49%, 0.50)), to(#fff)), url('../images/iStock-185212697_wide.jpg');
  background-image: linear-gradient(180deg, #d4f1fc, hsla(197.14285714285717, 91.30%, 95.49%, 0.50) 52%, #fff), url('../images/iStock-185212697_wide.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.lightbluearc {
  height: auto;
  margin-top: -42px;
  margin-bottom: -2px;
  padding-bottom: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.intro {
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300; 

  margin-bottom: 0px;
  color: #666;
  font-weight: 300;
}

.feature {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 300;
}

.stephead1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #666;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 5px;
}

.container {
  display: block;
  padding: 40px 20px;
  background-color: transparent;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav_container {
  display: inline-block;
}

.mobile_logo {
  display: none;
}

.background-video2 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(82%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 82%, hsla(0, 0%, 100%, 0));
  color: #333;
}

.dropdown-list {
  margin-top: 2px;
}

.dropdown-list.w--open {
  margin-top: 40px;
}

.icon {
  margin-top: 22px;
}

.dropdown-toggle {
  padding-bottom: 60px;
}

.table {
	font-family: 'Open Sans', sans-serif;
	border-radius:8px;
	background:#E5E5E5;
	margin:30px 0;
}
.table .head {
	font-family: 'Open Sans', sans-serif;
	background:#666;
	text-transform:uppercase;
	color:#FFF;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	padding:15px;
	text-align:center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
.table .row {
	padding:15px 15px 5px 15px;	
}
.table .mobile {
	display:none;
	font-weight:700;
	color:#333;	  
}
.table .col {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:16px;
	color:#666;
	text-align:left;
	margin: 0 20px 0 0;
	float:left;
}
.table .bold {
	font-weight:700;
	color:#333;	
}
.table .item1 {
	width:70px;	
}
.table .item2 {
	width:200px;	
}
.table .item3 {
	width:60px;	
}
.table .item4 {
	width:65px;	
}
.table .item5 {
	width:180px;
	margin:0;	
}
.table .last {
	padding-bottom:15px;
}
.clearfloat, .clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

@media (max-width: 991px) {
  .navbar {
    height: 60px;
    padding-top: 0px;
  }
  .banner-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    background-color: #ccc;
  }
  .step1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .step2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .step3 {
    margin-right: 0px;
    margin-left: 0px;
  }
  ._3col_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .testimonial-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#abc1ce), color-stop(25%, rgba(77, 145, 185, .81)), to(rgba(1, 105, 167, .65))), url('../images/hands.jpg');
    background-image: linear-gradient(180deg, #abc1ce, rgba(77, 145, 185, .81) 25%, rgba(1, 105, 167, .65)), url('../images/hands.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .whitearc {
    margin-top: -42px;
  }
  .grid {
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 1fr 0.75fr 0.75fr 1fr;
    grid-template-columns: 0.25fr 1fr 0.75fr 0.75fr 1fr;
  }
  .grid4 {
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
    grid-template-columns: 0.25fr 0.25fr 0.5fr 0.5fr;
  }
  .nav_logo {
    display: none;
  }
  .navbar-second {
    height: 60px;
    padding-top: 0px;
    text-align: left;
  }
  .lightbluearc {
    margin-top: -42px;
  }
  .mobile_logo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 10px;
    margin-left: 40px;
    text-align: left;
  }

  .footerCopy {
    width:100%;
    float: none;
    margin:0;
    padding-top:20px;
    text-align: center;
    clear: both;
  }
}

@media (max-width: 767px) {
  .navbar {
    height: 60px;
    padding-top: 0px;
  }
  .background-video video, .background-video2 video {
    display:none;
  }
  .background-video, .background-video2 {
    background: url(../videos/video_bg.jpg) no-repeat;
    background-size: cover;
  }
  .w-background-video {
    position: inherit;
  }
  
  .banner-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .button {
    margin-bottom: 30px;
  }
  .column {
    position: static;
    display: block;
    padding-right: 30px;
    padding-left: 20px;
    clear: both;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .step1 {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    clear: both;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .stepcontent {
    padding: 20px 20px 30px;
    float: none;
    clear: both;
  }
  .step2 {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .step3 {
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._3col_wrapper {
    display: block;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    text-align: center;
  }
  .testimonial-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#abc1ce), color-stop(25%, rgba(77, 145, 185, .81)), to(rgba(1, 105, 167, .65))), -webkit-gradient(linear, left top, left bottom, from(rgba(1, 105, 167, .65)), to(rgba(1, 105, 167, .65))), url('../images/hands.jpg');
    background-image: linear-gradient(180deg, #abc1ce, rgba(77, 145, 185, .81) 25%, rgba(1, 105, 167, .65)), linear-gradient(180deg, rgba(1, 105, 167, .65), rgba(1, 105, 167, .65)), url('../images/hands.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .footerLogo {
    padding-bottom:20px;
    float: none;
    clear: both;
    text-align: center;
    margin:0px auto;
  }
  .footerAddress {
    padding-bottom:20px;
    float: none;
    clear: both;
    text-align: center;
    margin:0px auto;
  }
  .footerCopy {
    margin:0px auto;
    padding:0px;
  }
  .footerNav {
    display:none;
  }
  .grid, .grid4 {
    display: inline-block;
    text-align: center;
  }
  .nav_logo {
    display: none;
  }
  .navbar-second {
    text-align: left;
  }
  .container {
    display: block;
  }
  .text-block-7 {
    padding-bottom: 20px;
  }
  .text-block-8 {
    padding-top: 20px;
  }
  
  .table {
	font-family: 'Open Sans', sans-serif;
	border-radius:8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background:#E5E5E5;
	margin:30px 0;
	}
	.table .head {
		font-family: 'Open Sans', sans-serif;
		background:#666;
		text-transform:uppercase;
		color:#FFF;
		font-size:14px;
		line-height:16px;
		font-weight:700;
		padding:15px;
		text-align:center;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px
	}
	  .table .row {
		padding:15px;
		border-bottom:1px solid #CCC;
	  }
	  .table .mobile {
		display:block;
	  }
	  .table .col {
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		line-height:16px;
		color:#666;
		text-align:left;
		margin: 0 0 10px 0;
		float:none;
		}
		.table .item1 {
			width:auto;	
		}
		.table .item2 {
			width:auto;	
		}
		.table .item3 {
			width:auto;	
		}
		.table .item4 {
			width:auto;	
		}
		.table .item5 {
			width:auto;
			margin:0;	
		}
		.table .last {
		padding-bottom:0;
		}
		.table .hide {
			display:none;	
		}
		.table .bold {
		font-weight:700;
		color:#333;	
		}
}

@media (max-width: 479px) {
  h3 {
    line-height: 45px;
  }
  .navbar {
    height: 60px;
    padding-top: 0px;
  }
  .nav-link {
    background-color: #ccc;
  }
  .feature-wrapper {
    padding-bottom: 3px;
  }
  .column {
    padding-bottom: 40px;
  }
  .step1 {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .stepcontent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .step2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .step3 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  ._3col_wrapper {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial.name {
    font-size: 20px;
    line-height: 30px;
  }
  .footer {
    text-align: center;
  }
  .whitearc {
    margin-top: -30px;
  }
  .paragraph-6 {
    text-align: center;
  }
  .paragraph-7 {
    text-align: center;
  }
  .footerLogo {
    float: none;
    clear: both;
    text-align: center;
  }
  .grid {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 0.25fr 0.75fr 0.75fr 0.75fr 1fr;
    grid-template-columns: 0.25fr 0.75fr 0.75fr 0.75fr 1fr;
    -ms-grid-rows: minmax(0px, 1fr) 0px;
    grid-template-rows: minmax(0px, 1fr) 0px;
    text-align: center;
  }
  .grid4 {
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 0.5fr 0.75fr 0.5fr;
    grid-template-columns: 0.25fr 0.5fr 0.75fr 0.5fr;
  }
  .nav_logo {
    display: none;
  }
  .navbar-second {
    text-align: left;
  }
  .lightbluearc {
    margin-top: -30px;
  }
  .intro {
    font-size: 18px;
    line-height: 28px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-7 {
    padding-bottom: 20px;
    text-align: center;
  }
  .text-block-8 {
    padding-top: 20px;
    text-align: center;
  }
  .mobilehead {
    font-size: 25px;
    line-height: 30px;
  }
  .mobile_logo {
    margin-top: 15px;
    text-align: left;
  }
}

#w-node-9c22af1be732-cfc13f28 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-9c22af1be732-cfc13f28 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-22e79d8703d2-cfc13f28 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-27fa0514f45a-1dc13f2e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f348d6114d81-1dc13f2e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-878aa1b600b9-1dc13f2e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b94c169bacee-1dc13f2e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2e5ef57e3a39-1dc13f2e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-45c5346da4ae-1dc13f2e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cff16517e62b-1dc13f2e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-9c22af1be732-1dc13f2e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5727359cf0f1-1dc13f2e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-22e79d8703d2-1dc13f2e {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-5a368e1691ea-1dc13f2e {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4e12f7c259e5-1dc13f2e {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}