a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

li {
  padding-top: 12px;
}

.heading {
  display: block;
  width: 100%;
  margin-right: 35px;
  margin-bottom: 0px;
  margin-left: -4px;
  padding-top: 10px;
  padding-right: 37px;
  padding-left: 1px;
  font-family: Circularstd, sans-serif;
  color: #0B4F6C;
  font-size: 60px;
  line-height: 65px;
  text-align: left;
}

.section {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 0px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF0F1), to(#ECF0F1));
  background-image: linear-gradient(180deg, #ECF0F1, #ECF0F1);
}

.container {
  display: block;
  width: 100%;
  padding-right: 14px;
}

.subheading {
  display: block;
  width: 80%;
  margin-top: 4px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 1px;
  font-family: Circularstd, sans-serif;
  color: #0B4F6C;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF0F1), to(#ECF0F1));
  background-image: linear-gradient(180deg, #ECF0F1, #ECF0F1);
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Circularstd, sans-serif;
  color: #0B4F6C;
}

.nav-link:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.nav-link-2 {
  font-family: Circularstd, sans-serif;
  color: #000;
}

.nav-link-3 {
  font-family: Circularstd, sans-serif;
  color: #0B4F6C;
}

.div-block {
  display: block;
  width: 75%;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #0B4F6C;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  margin-left: 0px;
  padding: 6px 16px;
  border-width: 5px;
  border-color: #0B4F6C;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  color: 0B4F6C;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #5d9ed5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9ed5), to(#5d9ed5));
  background-image: linear-gradient(180deg, #5d9ed5, #5d9ed5);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: white;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px 24px;
  border-radius: 10px;
  background-color: #0a0a0a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.div-block-2 {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 45px;
  text-align: left;
}

.brand {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  -webkit-transition: all 225ms cubic-bezier(.6, -.28, .735, .045);
  transition: all 225ms cubic-bezier(.6, -.28, .735, .045);
}

.image:hover {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 15px;
  margin-top: 27px;
  padding: 0px 0px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
align-items: baseline;
  font-family: Circularstd, sans-serif;
  color: #0B4F6C;
  font-size: 16px;
  font-weight: 700;
}

.heading-2.top {
  margin-top: 23px;
}

.section-2 {
  margin-top: 0px;
  padding-top: 81px;
  padding-bottom: 81px;
  padding-left: 0px;
  border-bottom: 10px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .39)), to(rgba(0, 0, 0, .39))), url('../images/wes-hicks-1103983-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('../images/wes-hicks-1103983-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.div-block-3 {
  position: static;
  left: -128px;
  top: -156px;
  width: 30%;
  height: 375px;
  margin-right: 9px;
  margin-left: 9px;
  float: none;
  border: 7px solid #0a0a0a;
  border-radius: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefdf7), to(#fefdf7));
  background-image: linear-gradient(180deg, #fefdf7, #fefdf7);
  color: #333;
}

.div-block-3.left {
  margin-left: 0px;
}

.div-block-3.right {
  margin-right: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 30px 0px;
  font-family: Circularstd, sans-serif;
  color: #0a0a0a;
  line-height: 42px;
  font-weight: 700;
}

.heading-3.subheading {
  padding-top: 12px;
  padding-right: 23px;
  font-family: Circularstd, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.div-block-5 {
  display: block;
}

.image-2 {
  position: static;
  left: -97px;
  top: -472px;
  float: none;
  border-radius: 250px;
  box-shadow: none;
}

.section-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 91px;
  padding-bottom: 91px;
  float: none;
  -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;
}

.heading-4 {
  width: 100%;
  margin-right: 74px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 81px;
}

.bold-text {
  color: #fef1b0;
}

.row-of-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-5 {
  margin-top: 39px;
  margin-bottom: 39px;
  font-family: Circularstd, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.div-block-6 {
  width: 30%;
  height: 100%;
  max-height: 416.390625px;
  min-height: 416px;
  margin-right: 22px;
  margin-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  box-shadow: 4px 8px 13px -4px rgba(0, 0, 0, .15);
}

.div-block-6.just-text {
  min-height: 416px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph {
  max-height: 416px;
  padding: 10px 23px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 19px;
  font-weight: 200;
}

.image-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: -6px -17px 28px -7px #fff;
}

.paragraph-2 {
  margin-top: 44px;
  margin-bottom: 1px;
  padding: 20px 79px;
  border-top: 1px none #f2f2f2;
  border-bottom: 1px none #f2f2f2;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 1px 1px 4px 0 #6d6c6c;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #525252;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-6 {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 23px;
  color: #1d2e4f;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

.heading-6.just-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 17px;
  font-size: 30px;
  line-height: 32px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(180deg, #f4f4f4, #f4f4f4);
}

.section-5 {
  padding-top: 73px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.heading-7 {
  display: block;
  margin: 10px auto 11px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 60px;
  -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;
  color: #203459;
  font-size: 59px;
  line-height: 72px;
  text-align: center;
}

.container-2 {
  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;
}

.link-2 {
  padding: 18px 34px;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 292ms ease;
  transition: -webkit-transform 292ms ease;
  transition: transform 292ms ease;
  transition: transform 292ms ease, -webkit-transform 292ms ease;
  font-size: 15px;
  font-weight: 700;
}

.link-2:hover {
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
}

.container-3 {
  margin-bottom: 53px;
}

.heading-copy {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
  color: #0a0a0a;
  font-size: 45px;
  line-height: 59px;
  font-weight: 400;
  text-align: left;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin: 13px auto 33px;
  padding-top: 24px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px none #787878;
  line-height: 15px;
}

.secondh {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -4px;
  font-family: Circularstd, sans-serif;
  color: #3f5eab;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
}

.seemore {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #ECF0F1;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #ECF0F1;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.seemore:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.seemore.all-caps {
  margin-left: 0px;
  padding: 6px 16px;
  border: 5px solid #0B4F6C;
  border-radius: 10px;
  background-color: #0B4F6C;
  font-family: Montserrat, sans-serif;
  color: ECF0F1;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.seemore.all-caps:hover {
  border-color: #5d9ed5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9ed5), to(#5d9ed5));
  background-image: linear-gradient(180deg, #5d9ed5, #5d9ed5);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: white;
}

.subheading-copy {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 1px;
  font-family: Circularstd, sans-serif;
  color: rgba(63, 94, 171, .56);
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

.div-block-10 {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e6e6e6;
}

.div-block-10.small {
  width: 50%;
  margin-top: 11px;
  margin-bottom: 17px;
}

.seemore-copy {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.seemore-copy:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.seemore-copy.all-caps {
  display: none;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 16px;
  border: 5px none #0a0a0a;
  border-radius: 10px;
  background-color: #3f5eab;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.seemore-copy.all-caps:hover {
  border-color: #5d9ed5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9ed5), to(#5d9ed5));
  background-image: linear-gradient(180deg, #5d9ed5, #5d9ed5);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.viewsuite {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.viewsuite:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.viewsuite.all-caps {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 16px;
  border: 5px none #0a0a0a;
  border-radius: 10px;
  background-color: #3f5eab;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.viewsuite.all-caps:hover {
  border-color: #5d9ed5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d9ed5), to(#5d9ed5));
  background-image: linear-gradient(180deg, #5d9ed5, #5d9ed5);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  width: 30%;
}

.div-block-13 {
  width: 30%;
}

.div-block-14 {
  width: 30%;
}

.list {
  font-family: 'Circularstd book', sans-serif;
  list-style-type: square;
  -webkit-column-count: 1;
  column-count: 1;
}

.list-2 {
  font-family: 'Circularstd book', sans-serif;
}

.list-3 {
  font-family: 'Circularstd book', sans-serif;
}

.paragraph-3 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.list-item-2 {
  font-family: 'Circularstd book', sans-serif;
  color: white;
}

.bold-text-2 {
  font-weight: 700;
}

.heading-8 {
  margin-top: 52px;
  color: #fff;
}

.footer {
  margin-top: 45px;
  padding-top: 21px;
  padding-bottom: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF0F1), to(#ECF0F1));
  background-image: linear-gradient(180deg, #ECF0F1, #ECF0F1);
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 17px;
  -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;
}

.unordered-list {
  margin-top: 0px;
  margin-bottom: 19px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  margin-left: 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;
  border: 1px none #000;
}

.heading-2-copy {
  width: 100%;
  margin-top: -12px;
  margin-right: 60px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-right: auto;
  padding-bottom: 0px;
  border-right: 1px none #000;
  font-family: 'Circularstd book', sans-serif;
  color: #0B4F6C;
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-4 {
  display: block;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Circularstd book', sans-serif;
  color: 0B4F6C;
  font-size: 15px;
  text-align: left;
}

.bold-text-3 {
  display: block;
  color: 0B4F6C;
  line-height: 28px;
}

.div-block-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-field-4 {
  border-radius: 8px;
}

.form-block {
  padding: 18px 24px;
}

.checkin {
  border-radius: 8px;
  font-family: 'Circularstd book', sans-serif;
}

.heading-9 {
  display: block;
  width: 65%;
  margin: 4px auto 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #807d7d;
  line-height: 18px;
  text-align: center;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 33px;
  border-radius: 10px;
  background-color: #5d9ed5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Circularstd book', sans-serif;
  font-size: 19px;
  cursor: pointer;
}

.submit-button:hover {
  -webkit-transform: scale(1.19);
  -ms-transform: scale(1.19);
  transform: scale(1.19);
}

.submit-button:active {
  background-color: #69d891;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.select-field {
  font-family: 'Circularstd book', sans-serif;
}

.text-field-3 {
  border-radius: 8px;
  font-family: 'Circularstd book', sans-serif;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 16px 5px;
  font-family: Circularstd, sans-serif;
  color: #575757;
  font-size: 33px;
  line-height: 37px;
  text-align: center;
}

.checkout {
  border-radius: 8px;
  font-family: 'Circularstd book', sans-serif;
}

.form {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-17 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.heading-11 {
  font-family: 'Circularstd book', sans-serif;
  font-size: 28px;
  line-height: 29px;
}

.bold-text-4 {
  font-size: 18px;
}

.bold-text-5 {
  font-size: 21px;
  line-height: 19px;
}

.bold-text-6 {
  font-size: 18px;
}

.div-block-18 {
  display: block;
  width: 90%;
  margin: 26px auto 15px;
  padding-bottom: 29px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #dedede;
}

.clients {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  padding-left: 1px;
  font-family: 'Circularstd book', sans-serif;
  color: #0a0a0a;
  font-size: 35px;
  line-height: 59px;
  text-align: left;
}

.div-block-19 {
  margin-bottom: 37px;
}

.paragraph-5 {
  width: 60%;
  padding-bottom: 0px;
  border-right: 1px none #d4d4d4;
  border-bottom: 1px none #d4d4d4;
  font-family: 'Circularstd book', sans-serif;
  color: #575555;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

.div-block-20 {
  width: 30%;
  margin-left: 62px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-22 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
  .hollow-button.all-caps {
    margin-top: 11px;
  }
  .seemore.all-caps {
    margin-top: 11px;
  }
  .seemore-copy.all-caps {
    margin-top: 11px;
  }
  .viewsuite.all-caps {
    margin-top: 11px;
  }
  .form {
    margin-top: 13px;
  }
}

@media (max-width: 767px) {
  .div-block-6 {
    width: 90%;
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .div-block-7 {
    width: 100%;
    -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;
  }
}

@media (max-width: 479px) {
  .heading {
    width: 100%;
    font-size: 35px;
    line-height: 38px;
  }
  .section {
    padding-right: 13px;
    padding-left: 13px;
  }
  .subheading {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
  }
  .nav-link.w--current {
    color: #0B4F6C;
  }
  .nav-link.color {
    background-color: white;
      color:#0B4F6C;
  }
  .nav-link-3 {
    background-color: #fff;
  }
  .div-block {
    width: 100%;
  }
  .hollow-button.all-caps {
    margin-top: 1px;
    margin-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .button {
    margin-bottom: 25px;
  }
  .div-block-2 {
    margin-top: 18px;
  }
  .brand {
    margin-left: -1px;
  }
  .image {
    margin-top: 6px;
  }
  .heading-2 {
    font-weight: 300;
  }
  .heading-2.top {
    display: none;
  }
  .div-block-6 {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .paragraph-2 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .div-block-7 {
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    -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;
  }
  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    font-size: 49px;
    line-height: 53px;
    text-align: center;
  }
  .menu-button {
    margin-left: 50px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .heading-copy {
    width: 100%;
    font-size: 35px;
    line-height: 38px;
  }
  .secondh {
    width: 100%;
    font-size: 35px;
    line-height: 38px;
  }
  .seemore.all-caps {
    margin-top: 1px;
    margin-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .subheading-copy {
    width: 100%;
    padding-top: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .seemore-copy.all-caps {
    width: 50%;
    margin-top: 1px;
    margin-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .viewsuite.all-caps {
    margin-top: 1px;
    margin-bottom: 15px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block-11 {
    width: 100%;
  }
  .list {
    padding-left: 15px;
    font-size: 12px;
  }
  .div-block-8-copy {
    display: none;
  }
  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .heading-9 {
    margin-top: 9px;
  }
  .heading-10 {
    padding-top: 13px;
    font-size: 39px;
    line-height: 39px;
  }
  .clients {
    width: 100%;
    font-size: 35px;
    line-height: 38px;
  }
  .div-block-19 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .paragraph-5 {
    width: 100%;
    margin-top: 8px;
  }
  .div-block-21 {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-4 {
    padding-bottom: 20px;
  }
  .div-block-22 {
    width: 100%;
  }
  .image-5 {
    padding-bottom: 21px;
  }
  .image-6 {
    padding-bottom: 18px;
  }
  .image-7 {
    padding-bottom: 22px;
  }
  .nav-menu {
    background-color: #fff;
  }
}

@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}