.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 10px 10px 20px;
  background-color: transparent;
}

.brand {
  width: 250px;
  margin-top: 7px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(195deg, hsla(0, 0%, 100%, 0) 57%, #fff), url('../images/newhero.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-div.centered {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button {
  min-width: 250px;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  background-color: #ffc423;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-image: linear-gradient(153deg, #0f4283, rgba(45, 103, 178, 0.91));
  color: #fff;
}

.button.reverse {
  margin-top: 19px;
  background-color: transparent;
  background-image: linear-gradient(153deg, #0f4283, rgba(45, 103, 178, 0.91));
  color: #fff;
}

.button.reverse:hover {
  background-color: #fff;
  background-image: none;
  color: #2d67b2;
}

.overview-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0vh;
  padding: 100px;
  -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;
}

.overview-div {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 33px;
  font-family: Lato, sans-serif;
  color: #2d67b2;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-3.black {
  color: #143b6d;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 300px;
  margin-right: 20px;
}

.image-2 {
  width: 250px;
  margin-left: 20px;
}

.paragraph {
  margin-bottom: 26px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 100px 50px;
  -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;
  background-color: #143b6d;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 600px;
  padding: 50px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2d67b2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 103, 178, 0.89)), to(rgba(45, 103, 178, 0.89))), url('../images/backgroubd.jpg');
  background-image: linear-gradient(180deg, rgba(45, 103, 178, 0.89), rgba(45, 103, 178, 0.89)), url('../images/backgroubd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.heading-4.blue {
  margin-bottom: 0px;
  color: #2d67b2;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.bullet-text {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.list {
  font-family: Lato, sans-serif;
  color: #fff;
}

.wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 50px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  background-color: #fff;
}
.flex-wrapper{
  display:flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap:wrap;
justify-content:space-between;
}
.image-3 {
  width: 22%;
  margin: 20px;
}

.image-4 {
  width: 25%;
  margin: 20px;
}

.image-5 {
  width: 20%;
  margin: 20px;
}

.image-6 {
  width: 15%;
  margin: 20px;
}

.image-7 {
  width: 25%;
  margin: 20px;
}

.image-8 {
  width: 22%;
  margin: 20px;
}

.div-block {
  width: 200px;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  background-color: #143258;
}

.wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  padding: 50px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #2d67b2;
  font-size: 45px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-4-copy.last {
  margin-bottom: 40px;
}

.blue-text {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.blue-text.less {
  margin-bottom: 10px;
}

.list-2 {
  padding-left: 25px;
  font-family: Lato, sans-serif;
  color: #2d67b2;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 6px 5px rgba(0, 0, 0, 0.23);
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 100px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 500px;
  margin-bottom: 5px;
}

.choose-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 300px;
  margin: 55px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  padding: 24px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2d67b2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2d67b2, #143b6d);
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image-10 {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.image-10.opt {
  margin-left: 20px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 100px 50px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #143b6d;
}

.image-11 {
  width: 25%;
  margin: 20px;
}

.image-12 {
  width: 15%;
  margin: 20px;
}

.image-13 {
  width: 25%;
  margin: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-14 {
  width: 10%;
  margin: 20px;
}

.logo-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 6px 5px rgba(0, 0, 0, 0.23);
}

.quote-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 600px;
  padding: 50px 25px 50px 40px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(153deg, #2d67b2, #143b6d 97%);
}

.logo-right {
  width: 70%;
  min-height: 600px;
}

.columns {
  min-height: 500px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph-2 {
  margin-bottom: 22px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.text-block-2 {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  padding: 23px 15px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3part-section {
  padding: 50px 0px;
}

._3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-1 {
  width: 30%;
  min-height: 500px;
  padding: 30px;
  background-color: #c4c7c9;
}

.image-left {
  width: 50%;
  background-color: #fff;
  background-image: url('../images/capturedm.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-left.com {
  background-image: url('../images/communicatedm.jpg');
}

.image-left.conv {
  background-image: url('../images/convertdm.jpg');
  background-size: contain;
}

._3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 100px 50px 50px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 50px 50px 100px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  color: #2d67b2;
  font-size: 45px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-5.last {
  margin-bottom: 40px;
}

.h2-centered {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
}

.image-15 {
  width: 250px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form-section {
  padding: 75px;
  background-color: #23bec8;
  background-image: linear-gradient(299deg, rgba(45, 103, 178, 0.8), rgba(20, 59, 109, 0.87)), url('../images/backgroubd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bold-text-8 {
  color: #f05e0a;
}

.callout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 16px;
  padding-right: 25px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: #38aee3;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0));
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.callout_btn:hover {
  background-color: #000;
}

.callout_btn._2 {
  position: static;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 5%;
  z-index: 1000;
  display: block;
  width: 350px;
  height: auto;
  margin: 35px auto 10px;
  padding: 18px 44px;
  background-color: #f05e0a;
  background-image: linear-gradient(315deg, #af0a04, rgba(175, 10, 4, 0));
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.callout_btn._2:hover {
  background-color: #23bec8;
  background-image: linear-gradient(316deg, rgba(0, 61, 121, 0.66), #23bec8);
}

.phone-link {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.phone-link:hover {
  color: #2d67b2;
}

.text-field {
  height: 200px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.address-text {
  font-family: Lato, sans-serif;
  text-align: center;
}

.text-field-2 {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-5 {
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.46);
  text-align: center;
}

.cta-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc423;
}

.image-16 {
  position: absolute;
  left: 50px;
  top: -103px;
  right: 0%;
  bottom: 0%;
  width: 600px;
}

.cta-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #143b6d;
  font-weight: 300;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Lato, sans-serif;
  color: #143b6d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-5 {
  padding: 25px;
  background-color: #143b6d;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.text-block-5 {
  margin-top: 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-17 {
  display: none;
}

.image-18 {
  display: none;
}

.image-19 {
  display: none;
}
.vid_container {
  padding: 1.5rem;
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .navbar {
    background-color: hsla(0, 0%, 100%, 0.7);
  }
  .section {
    height: 800px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 39%, hsla(0, 0%, 100%, 0.91)), linear-gradient(195deg, hsla(0, 0%, 100%, 0) 57%, #fff), url('../images/newhero.jpg');
    background-position: 0px 0px, 0px 0px, 80% 50%;
    background-size: auto, auto, cover;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #ffc423;
  }
  .hero-text-wrapper {
    margin-bottom: 38px;
  }
  .heading {
    margin-bottom: 7px;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }
  .button-div {
    min-height: 0px;
  }
  .overview-section {
    padding: 50px;
  }
  .heading-3 {
    margin-bottom: 26px;
    font-size: 40px;
    line-height: 45px;
  }
  .heading-3.black {
    color: #143b6d;
    font-size: 35px;
    line-height: 40px;
  }
  .image {
    width: 250px;
  }
  .image-2 {
    width: 225px;
  }
  .section-2 {
    min-height: 0vh;
    padding: 35px;
  }
  .wrapper {
    padding: 20px;
  }
  .heading-4 {
    margin-top: 10px;
  }
  .bullet-text {
    margin-bottom: 10px;
  }
  .list {
    padding-left: 20px;
  }
  .wrapper-2 {
    min-height: 0px;
    padding: 0px 20px 20px;
  }
  .image-4 {
    width: 26%;
  }
  .wrapper-right {
    padding: 20px;
  }
  .heading-4-copy {
    font-size: 35px;
    line-height: 35px;
  }
  .heading-4-copy.last {
    margin-bottom: 20px;
  }
  .blue-text {
    margin-bottom: 10px;
  }
  .section-3 {
    min-height: 0vh;
    padding: 50px 35px;
  }
  .choose-div {
    min-height: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .div-block-3 {
    width: 200px;
    height: 200px;
    padding: 13px;
  }
  .text-block {
    letter-spacing: 0px;
  }
  .image-10 {
    width: 50px;
  }
  .section-4 {
    min-height: 0vh;
    padding: 50px;
  }
  .image-13 {
    width: 26%;
  }
  .logo-quote-wrapper {
    margin-right: 1px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quote-left {
    width: 100%;
    min-height: 300px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-right {
    width: 100%;
    min-height: 0px;
  }
  .paragraph-2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  .div-block-4 {
    position: static;
    padding-top: 15px;
  }
  ._3part-section {
    padding-top: 0px;
  }
  ._3-wrapper {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-left {
    display: none;
    width: 100%;
    height: 400px;
    background-position: 50% 0%;
  }
  ._3-right {
    width: 100%;
    padding-top: 0px;
    padding-right: 50px;
  }
  ._3-left {
    width: 100%;
    padding-top: 0px;
    padding-left: 50px;
  }
  .heading-5 {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .h2-centered {
    line-height: 45px;
  }
  .form-section {
    padding: 25px;
  }
  .callout_btn {
    width: 49%;
  }
  .callout_btn._2 {
    width: 32%;
  }
  .div-block-5 {
    width: 100%;
    margin: 26px 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta-section {
    min-height: 300px;
    padding: 45px;
  }
  .image-16 {
    left: 18px;
    top: -13px;
    width: 40%;
  }
  .cta-text-wrapper {
    width: 50%;
  }
  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-7 {
    font-size: 35px;
    line-height: 35px;
  }
  .text-block-5 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    background-color: #143b6d;
  }
  .image-17 {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-18 {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-19 {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .section {
    height: 500px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.91)), linear-gradient(195deg, hsla(0, 0%, 100%, 0) 57%, #fff), url('../images/newhero.jpg');
    background-position: 0px 0px, 0px 0px, 80% 50%;
    background-size: auto, auto, cover;
  }
  .hero-text-wrapper {
    margin-bottom: 25px;
  }
  .heading {
    font-size: 30px;
    line-height: 32px;
  }
  .button-div {
    width: 100%;
    margin-top: 13px;
  }
  .button-div.centered {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    min-width: 225px;
    margin-bottom: 11px;
  }
  .overview-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .heading-3 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }
  .heading-3.black {
    letter-spacing: 0px;
  }
  .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    margin-right: 0px;
    margin-bottom: 17px;
  }
  .image-2 {
    margin-left: 0px;
  }
  .paragraph {
    margin-bottom: 15px;
  }
  .wrapper {
    width: 100%;
    min-height: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-4.blue {
    letter-spacing: 2px;
  }
  .image-3 {
    width: 20%;
  }
  .wrapper-right {
    width: 100%;
    min-height: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-4-copy {
    margin-bottom: 6px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .choose-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    margin-bottom: 11px;
  }
  .section-4 {
    padding: 25px;
  }
  .image-11 {
    width: 23%;
  }
  .quote-left {
    padding: 16px;
  }
  .paragraph-2 {
    font-size: 30px;
    line-height: 35px;
  }
  ._3-right {
    padding: 0px 25px 25px;
  }
  ._3-left {
    padding: 0px 25px 25px;
  }
  .heading-5 {
    margin-bottom: 15px;
  }
  .callout_btn._2 {
    width: 300px;
    margin-top: 25px;
    padding-right: 19px;
    padding-left: 19px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
  }
  .image-16 {
    top: 60px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .text-block-5 {
    width: 100%;
  }
  .image-17 {
    width: 70%;
  }
  .image-18 {
    width: 70%;
  }
  .image-19 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .brand {
    width: 200px;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .section {
    height: 100vh;
    min-height: 650px;
    background-position: 0px 0px, 0px 0px, 75% 50%;
  }
  .heading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
  }
  .button-div {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-div.centered {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .button {
    width: 100%;
  }
  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }
  .heading-3.black {
    font-size: 30px;
    line-height: 35px;
  }
  .section-2 {
    padding: 15px;
  }
  .wrapper {
    padding: 15px 20px;
  }
  .heading-4 {
    letter-spacing: 3px;
  }
  .heading-4.blue {
    letter-spacing: 1px;
  }
  .bullet-text {
    font-size: 17px;
    line-height: 24px;
  }
  .wrapper-2 {
    overflow: hidden;
  }
  .image-3 {
    width: 35%;
    margin: 6px 6px 10px;
  }
  .image-4 {
    width: 40%;
    margin: 10px 6px;
  }
  .image-5 {
    width: 40%;
    margin: 10px 6px;
  }
  .image-6 {
    width: 35%;
    margin: 5px 5px 10px;
  }
  .image-7 {
    width: 40%;
    margin: 10px 5px;
  }
  .image-8 {
    width: 40%;
    margin: 10px 5px;
  }
  .wrapper-right {
    padding: 15px;
  }
  .heading-4-copy {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
  }
  .blue-text {
    font-size: 17px;
    line-height: 24px;
  }
  .blue-text.less {
    font-weight: 400;
  }
  .section-3 {
    padding-bottom: 70px;
  }
  .section-4 {
    padding: 0px;
  }
  .image-11 {
    width: 50%;
    margin: 5px 5px 10px;
  }
  .image-12 {
    width: 25%;
    margin: 5px 5px 10px;
  }
  .image-13 {
    width: 40%;
    margin: 5px 5px 10px;
  }
  .image-14 {
    width: 30%;
    margin: 10px 5px;
  }
  .logo-quote-wrapper {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    box-shadow: none;
  }
  .quote-left {
    width: auto;
    min-height: 0px;
    padding: 30px;
  }
  .paragraph-2 {
    font-size: 25px;
    line-height: 30px;
  }
  ._3part-section {
    padding-bottom: 25px;
  }
  ._3-right {
    padding-top: 25px;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .h2-centered {
    font-size: 35px;
    line-height: 35px;
  }
  .form-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .callout_btn {
    width: 100%;
  }
  .callout_btn._2 {
    right: auto;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-5 {
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-section {
    min-height: 600px;
    padding: 25px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-16 {
    left: 10px;
    top: -4%;
    right: -14%;
    bottom: auto;
    width: 90%;
  }
  .cta-text-wrapper {
    width: 100%;
  }
  .heading-6 {
    text-align: center;
  }
  .heading-7 {
    text-align: center;
  }
  .image-17 {
    width: 80%;
  }
  .image-18 {
    width: 80%;
  }
  .image-19 {
    width: 80%;
  }
}

