body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #545797;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7174b6;
  color: #545797;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #545797;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #504f4f;
}

a {
  color: #6063ad;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #2b2f86;
}

ul {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  color: #2b2f86;
}

strong {
  color: #595c99;
  font-weight: 600;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  border-left: 5px none #e2e2e2;
  border-radius: 8px;
  background-color: rgba(113, 116, 182, 0.3);
  color: #595c99;
  font-size: 15px;
  line-height: 19px;
  font-style: italic;
}

.web-icon {
  width: 34px;
  margin-right: 10px;
  margin-left: 10px;
}

.brand-logo {
  width: 140px;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.section-2.brand-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-text {
  color: #1d3a6c;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding-left: 20px;
  -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-color: #fff;
}

.flex-container {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.flex-container.right {
  text-decoration: none;
}

.flex-container.left {
  text-decoration: none;
}

.flex-container.brand {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.brand-logo-text {
  padding-top: 8px;
  color: #545797;
  font-size: 18px;
  font-weight: 500;
}

.flex-navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2b2f86;
}

.new-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.new-nav-link:hover {
  background-color: #a6c513;
}

.new-nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.main-heading {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.container-full-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-full-frame.hero {
  height: 600px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button {
  padding: 8px 30px;
  border: 2px none #a6c513;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #3f4281;
  font-size: 14px;
  font-weight: 400;
}

.button:hover {
  border-color: #fff;
  background-color: #545797;
  color: #fff;
}

.button.hero {
  font-size: 18px;
}

.section {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
}

.section.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.flex-wrapper.hero {
  height: 700px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: linear-gradient(180deg, rgba(0, 2, 44, 0.76) 6%, transparent 35%), url('../images/Words-hero-image-alt-tinted2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.flex-wrapper.contact-section {
  background-color: rgba(113, 116, 182, 0.15);
}

.section.flex-wrapper.footer {
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  background-color: #494c8b;
}

.flex-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

.flex-content-wrapper.split-colums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-content-wrapper.essential-info {
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-content-wrapper.split-colums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-block {
  margin-top: 30px;
  margin-bottom: 40px;
}

.list-item {
  margin-bottom: 12px;
  color: #2b2f86;
}

.link-text {
  color: #4b4d70;
  font-weight: 600;
  text-decoration: underline;
}

.body-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #504f4f;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

.body-text.customer-quote {
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(113, 116, 182, 0.3);
  font-family: Montserrat, sans-serif;
  color: #595c99;
  line-height: 19px;
  font-style: italic;
  font-weight: 400;
}

.body-text.bold {
  color: #595c99;
  font-weight: 600;
}

.heading-1 {
  display: block;
  margin-bottom: 30px;
  color: #545797;
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
}

.full-width-image {
  width: 100%;
}

.italic-text {
  line-height: 20px;
}

.heading-3 {
  color: #545797;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.heading-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0%;
  padding-bottom: 5px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #7174b6;
  color: #545797;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.column-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 66.6666%;
  -ms-flex: 0 66.6666%;
  flex: 0 66.6666%;
}

.column-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333%;
  -ms-flex: 0 33.333%;
  flex: 0 33.333%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  width: 120px;
  padding-top: 10px;
  float: left;
}

.image.column {
  width: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  clear: none;
  border-radius: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image.column {
  width: auto;
  padding-bottom: 10px;
  border-radius: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.full-width-image-2 {
  width: 100%;
}

.professional-bodies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.professonal-body-logo {
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 12%;
  -ms-flex: 0 12%;
  flex: 0 12%;
}

.flex-essential-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5%;
  margin-bottom: 20px;
  margin-left: 0.5%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  border-radius: 0px;
  background-color: rgba(113, 116, 182, 0.15);
}

.text-block {
  width: 50%;
  float: right;
}

.text-block.essential-info {
  width: auto;
  margin-bottom: 10px;
  color: #3f4281;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.text-block.footer {
  width: auto;
  padding-top: 0px;
  padding-bottom: 12px;
  color: #fff;
  text-align: center;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}

.form-block {
  margin-top: 30px;
  padding-top: 1px;
}

.field-label {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

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

.dropdown-link {
  background-color: #4448a7;
  color: #fff;
}

.dropdown-link:hover {
  background-color: #a6c513;
}

.dropdown-link.w--current {
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  background-color: rgba(113, 116, 182, 0.15);
  list-style-type: none;
}

.essential-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.link {
  color: #6063ad;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  h3 {
    line-height: 26px;
  }
  p {
    color: #504f4f;
  }
  li {
    margin-bottom: 10px;
  }
  blockquote {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .web-icon {
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .brand-logo {
    width: 125px;
  }
  .flex-wrapper.brand {
    padding-right: 20px;
  }
  .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .flex-container.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }
  .flex-container.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }
  .flex-container.brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-logo-text {
    font-size: 17px;
    line-height: 19px;
    text-align: center;
  }
  .icon-2 {
    color: #fff;
    font-size: 28px;
  }
  .new-nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .main-heading {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .container-full-frame.hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .button {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }
  .button.hero {
    padding-right: 22px;
    padding-left: 22px;
  }
  .section.flex-wrapper {
    padding-left: 0px;
  }
  .section.flex-wrapper.hero {
    height: 430px;
    padding-top: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 2, 44, 0.76)), color-stop(35%, transparent)), url('../images/Words-hero-image-alt-tinted2-tablet.jpg'), none;
    background-image: linear-gradient(180deg, rgba(0, 2, 44, 0.76) 6%, transparent 35%), url('../images/Words-hero-image-alt-tinted2-tablet.jpg'), none;
    background-position: 0px 0px, 50% 0%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, repeat;
  }
  .flex-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-block {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .list-item {
    margin-bottom: 10px;
  }
  .body-text {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .body-text.customer-quote {
    margin-bottom: 10px;
  }
  .heading-1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .heading-3 {
    line-height: 26px;
  }
  .heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .column-a {
    padding-right: 20px;
  }
  .image {
    width: 116px;
  }
  .flex-essential-info {
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block.essential-info {
    font-size: 14px;
    line-height: 18px;
  }
  .icon-3 {
    margin-right: 5px;
  }
  .special {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
  p {
    font-size: 13px;
    line-height: 18px;
  }
  li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  blockquote {
    font-size: 13px;
    line-height: 18px;
  }
  .brand-logo {
    width: 110px;
  }
  .brand-text {
    display: none;
  }
  .flex-wrapper.brand {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-container.right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-container.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-container.brand {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand-logo-text {
    padding-top: 7px;
    font-size: 16px;
    line-height: 17px;
  }
  .menu-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #545797;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .new-nav-link {
    background-color: #545797;
  }
  .main-heading {
    display: block;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 30px;
  }
  .container-full-frame.hero {
    height: 330px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  .button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.flex-wrapper {
    padding-top: 25px;
  }
  .section.flex-wrapper.hero {
    height: 330px;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 2, 44, 0.76)), color-stop(35%, transparent)), url('../images/Words-hero-image-alt-tinted2-mobile-L.jpg');
    background-image: linear-gradient(180deg, rgba(0, 2, 44, 0.76) 6%, transparent 35%), url('../images/Words-hero-image-alt-tinted2-mobile-L.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .flex-content-wrapper {
    margin-top: 11px;
    margin-bottom: 12px;
  }
  .flex-content-wrapper.split-colums {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-content-wrapper.split-colums {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .list-block {
    padding-left: 30px;
  }
  .list-item {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .body-text {
    font-size: 13px;
    line-height: 18px;
  }
  .body-text.customer-quote {
    line-height: 18px;
  }
  .heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
  }
  .full-width-image {
    width: 100%;
  }
  .heading-3 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .column-a {
    padding-right: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .column-b {
    margin-bottom: 12px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image {
    display: block;
    width: 90px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .image.column {
    width: 50%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image.column {
    width: 50%;
    padding-bottom: 0px;
  }
  .full-width-image-2 {
    width: 100%;
  }
  .flex-essential-info {
    margin-bottom: 10px;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .text-block.essential-info {
    margin-bottom: 10px;
  }
  .special {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
    line-height: 25px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  p {
    line-height: 17px;
  }
  ul {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 20px;
  }
  li {
    line-height: 17px;
  }
  blockquote {
    line-height: 16px;
  }
  .web-icon {
    width: 28px;
  }
  .brand-logo {
    width: 100px;
  }
  .flex-wrapper.brand {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-container.brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brand-logo-text {
    padding-top: 5px;
    font-size: 13px;
  }
  .main-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .section.flex-wrapper {
    padding-top: 30px;
  }
  .section.flex-wrapper.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 2, 44, 0.76)), color-stop(35%, transparent)), url('../images/Words-hero-image-alt-tinted2-Mobile-P.jpg'), url('../images/Words-hero-image-alt-tinted2-mobile-L.jpg');
    background-image: linear-gradient(180deg, rgba(0, 2, 44, 0.76) 6%, transparent 35%), url('../images/Words-hero-image-alt-tinted2-Mobile-P.jpg'), url('../images/Words-hero-image-alt-tinted2-mobile-L.jpg');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .flex-content-wrapper.split-colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .flex-content-wrapper.split-colums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .list-block {
    padding-left: 20px;
  }
  .list-item {
    line-height: 17px;
  }
  .body-text {
    font-size: 13px;
    line-height: 17px;
  }
  .body-text.customer-quote {
    line-height: 18px;
  }
  .heading-1 {
    margin-bottom: 15px;
    font-weight: 500;
  }
  .heading-3 {
    font-size: 16px;
    line-height: 22px;
  }
  .column-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .image {
    width: 82px;
    padding-top: 0px;
    float: left;
  }
  .image.column {
    width: 50%;
  }
  .image.column {
    width: 60%;
  }
  .bodies-logo {
    margin-bottom: 10px;
  }
  .professional-bodies-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .professonal-body-logo {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .flex-essential-info {
    -webkit-flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%;
  }
  .text-block.essential-info {
    margin-bottom: 10px;
  }
  .special {
    -webkit-flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%;
  }
}