h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 12px;
}

.column {
  min-height: 600px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.coverhome1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.coverlegal1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.coveradmin1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.covervirtual1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.coverbackoffice1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.covercompliance1 {
  min-height: 400px;
  background-image: url('../images/sflv-small-img3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.coverhome2 {
  min-height: 400px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/sflv-small-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  max-width: 550px;
  margin: 40px auto;
  padding-left: 0px;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/cover-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2 {
  min-height: 500px;
  background-image: url('../images/sflv-small-img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2.coverhome2 {
  min-height: 400px;
}

.container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-2 {
  background-color: #fff;
}

.nav-menu {
  background-color: #fff;
}

.navbar {
  background-color: #fff;
}

.container-4 {
  position: static;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image {
  margin-bottom: 20px;
}

.body {
  clear: both;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  -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: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: left;
}

.button:hover {
  background-color: #314c79;
}

.button.ctabtn {
  background-color: #098349;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.button.ctabtn:hover {
  background-color: #16aa63;
}

.paragraph {
  text-align: center;
}

.heading {
  text-align: center;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.heading-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.separatorblock {
  width: 100px;
  height: 3px;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #000;
}

.image-2 {
  padding-bottom: 40px;
}

.paragraph-2 {
  padding-bottom: 40px;
}

.text-block {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.column-3 {
  margin-top: 20px;
  margin-bottom: 50px;
}

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

.dropdown-link {
  padding: 7px 20px;
  border-bottom: 1px solid #c9c9c9;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

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

.dropdown-link.w--current {
  background-color: #c9c9c9;
  color: #000;
  cursor: default;
}

.dropdown-list {
  min-height: auto;
  background-color: #f5f5f5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #f5f5f5;
  -webkit-filter: none;
  filter: none;
  color: #000;
}

.all-h2-headings {
  color: grey;
  font-weight: 300;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 80%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.featurelist {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-4 {
  position: relative;
  display: block;
  overflow: visible;
  clear: none;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.link {
  display: block;
}

.link-2 {
  display: block;
}

.footermenu {
  display: block;
  padding-bottom: 3px;
  color: grey;
  font-size: 14px;
  line-height: 24px;
}

.footermenu:hover {
  color: #000;
  text-decoration: none;
}

.footermenu.w--current {
  text-decoration: none;
}

.footertext {
  color: grey;
  font-size: 14px;
  line-height: 24px;
}

.heading-6 {
  font-style: normal;
}

.heading-7 {
  font-style: normal;
}

.heading-8 {
  font-weight: 300;
}

.heading-9 {
  font-weight: 300;
}

.linkmenu {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: margin 500ms ease;
  transition: margin 500ms ease;
  color: #000;
  text-decoration: none;
}

.linkmenu:hover {
  margin-left: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
  text-decoration: none;
}

.text-block-2 {
  margin-bottom: 30px;
}

.container-6 {
  position: static;
  overflow: visible;
  clear: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-3 {
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}

.div-block-2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #444;
}

.nav-link.w--current {
  color: silver;
}

.nav-link.ctabutton {
  background-color: #098349;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.nav-link.ctabutton:hover {
  background-color: #16aa63;
  color: #f5f5f5;
}

.nav-link.languagelink {
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link.languagelink.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f5f5f5;
  color: #777;
}

.nav-link.languagelinkcurrent {
  padding-right: 10px;
  padding-left: 10px;
  color: silver;
  cursor: default;
}

.dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dropdown-toggle:hover {
  color: #444;
}

.dropdown-toggle.w--open {
  margin-bottom: 0px;
  background-color: #f5f5f5;
  color: #444;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 400;
}

.heading-10 {
  font-size: 36px;
}

.heading-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-12 {
  text-align: center;
}

.list-item-2 {
  padding-bottom: 10px;
}

.div-block-3 {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5f5f5;
}

.heading-13 {
  margin-top: 0px;
}

.text-block-4 {
  margin-bottom: 20px;
  font-style: italic;
}

.terms {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.success-message {
  background-color: #16aa63;
  color: #fff;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.map {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.submit-button {
  background-color: #098349;
}

.submit-button:hover {
  background-color: #16aa63;
}

.submit-button-2 {
  background-color: #098349;
}

.body-2 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
}

.textfield {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.textfield:hover {
  border: 1px solid #aaa;
  background-color: #f5f5f5;
}

.textfield:focus {
  border: 1px solid #aaa;
  background-color: #f5f5f5;
}

html.w-mod-js *[data-ix="dropdown-list-initial-state"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .column {
    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;
  }
  .column-2 {
    position: relative;
  }
  .column-2.coverhome2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-4 {
    display: block;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .nav-menu {
    background-color: #eee;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .23);
  }
  .container-3 {
    background-color: #fff;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    position: relative;
    background-color: transparent;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 32px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    box-shadow: none;
  }
  .separatorblock {
    width: 70px;
    height: 5px;
  }
}

