.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 2px solid #e2e2e2;
  font-size: 18px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #f3580b;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px 10px 0px;
  border-left: 0px solid #e2e2e2;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 80vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: url('../images/shutterstock_306104348-min.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.hero.about {
  background-image: url('../images/shutterstock_1490212946-1-min.jpg');
  background-position: 50% 100%;
}

.hero.commercial {
  background-image: url('../images/shutterstock_1277552710-min.jpg');
  background-size: cover;
}

.navbar {
  background-color: #fff;
}

.button {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 2px solid #f3580b;
  border-radius: 2px;
  background-color: #f3580b;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
}

.button:hover {
  border-bottom-color: #b54203;
  background-color: #fc925d;
  text-decoration: none;
}

.button:visited {
  color: #fff;
}

.button.secondary {
  border-bottom-color: #1c2a6b;
  background-color: #1c2a6b;
}

.button.secondary:hover {
  border-bottom-color: #0d1433;
  background-color: #5c6799;
}

.button.white {
  background-color: #fff;
  color: #f3580b;
}

.button.white:hover {
  border-bottom-color: #b54203;
  color: #b54203;
}

.nav-link {
  border-bottom: 2px solid #fff;
  -webkit-transition: color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #1c2a6b;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: left;
}

.nav-link:hover {
  border-bottom: 2px solid #f3580b;
  color: #f3580b;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: #f3580b;
  color: #1c2a6b;
}

.nav-link.w--current:hover {
  color: #f3580b;
}

.nav-link.orange {
  color: #f3580b;
}

.nav-link.dropdown {
  padding-right: 30px;
  border-bottom-style: none;
}

.nav-link.dropdown:hover {
  border-bottom-style: none;
}

.logo-container.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-block {
  padding: 120px 10% 160px;
}

.section-line {
  width: 200px;
  height: 2px;
  margin: 20px auto 30px;
  border-radius: 20px;
  background-color: #1c2a6b;
  opacity: 0.3;
}

.section-line.half {
  margin-left: 0px;
}

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

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

.heading-hero {
  width: 660px;
  color: #333;
  font-size: 48px;
  line-height: 64px;
}

.container-left-align {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-heading {
  color: #1c2a6b;
}

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

.icon-line-item {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.col-title {
  padding-right: 100px;
}

.col-title.right {
  padding-right: 100px;
  padding-left: 100px;
}

.col-title.less-padding {
  padding-right: 80px;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 80vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: url('../images/shutterstock_1414855517-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block.second-image {
  -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: url('../images/shutterstock_1100540591-min.jpg');
}

.image-block.third-image {
  padding-left: 10%;
  background-image: url('../images/shutterstock_1496186012-min.jpg');
}

.image-block.services {
  background-image: url('../images/shutterstock_430168801-min.jpg');
}

.image-block.legals {
  background-image: url('../images/shutterstock_1607872516-min.jpg');
}

.footer3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1a1a1a;
  color: #fff;
}

.link-list {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link3 {
  margin-bottom: 10px;
  color: #fff;
}

.footer-link3:visited {
  color: #d9d9d9;
}

.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0))), url('../images/shutterstock_21809515-min.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0)), url('../images/shutterstock_21809515-min.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
}

.content-overlay {
  max-width: 400px;
  padding: 10px 30px 30px 20px;
  background-color: hsla(0, 0%, 100%, 0.87);
  box-shadow: 3px 3px 0 0 rgba(28, 42, 107, 0.2);
}

.login-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: #ffb900;
}

.col-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input {
  margin-bottom: 20px;
}

.input.message {
  min-height: 100px;
}

.form-container {
  margin-top: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form-container.legals {
  margin-top: 0px;
}

.hero-content {
  max-width: 660px;
}

.hide {
  display: none;
}

.services-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 80vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: url('../images/shutterstock_1277552710-min.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.bullet {
  margin-right: 10px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 10px solid rgba(28, 42, 107, 0.3);
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #f3580b;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link:visited {
  color: #f3580b;
}

.secondary-link {
  color: #1c2a6b;
}

.secondary-link:visited {
  color: #1c2a6b;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.tabs-titles {
  margin-right: 10px;
}

.tabs-titles.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tab-link {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  clear: left;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #1c2a6b;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link.w--current {
  border-bottom: 2px solid rgba(28, 42, 107, 0.5);
  border-radius: 2px;
  background-color: rgba(28, 42, 107, 0.1);
}

.tab-link.full {
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-content-wrapper {
  padding-left: 20px;
}

.tab-content-wrapper.form {
  padding-top: 20px;
  padding-left: 0px;
}

.western-legal-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 80vh;
  padding-right: 10%;
  padding-left: 10%;
  -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: url('../images/shutterstock_1277552710-min.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.vertical-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item {
  margin-bottom: 10px;
}

.col-align-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer-copyright {
  font-size: 12px;
  line-height: 18px;
}

.dropdown-list.w--open {
  background-color: #f5f5f5;
}

.reason-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.reason-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-content-wrap.grey {
  background-color: #f5f5f5;
}

.img-content-wrap.form {
  position: relative;
  height: auto;
}

.half-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/shutterstock_1414855517-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image.second-image {
  -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: url('../images/shutterstock_1100540591-min.jpg');
}

.half-image.third-image {
  padding-left: 10%;
  background-image: url('../images/shutterstock_1496186012-min.jpg');
}

.half-image.services {
  background-image: url('../images/shutterstock_430168801-min.jpg');
}

.half-image.legals {
  background-image: url('../images/shutterstock_1607872516-min.jpg');
}

.half-image.margin {
  height: auto;
  margin-top: 80px;
  margin-right: 10%;
  margin-bottom: 80px;
  background-image: url('../images/shutterstock_489420001-min.jpg');
  background-position: 0% 50%;
}

.half-image.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-image: url('../images/shutterstock_1750783631-min.jpg');
}

.half-image.img2 {
  background-image: url('../images/shutterstock_1043656987-min.jpg');
}

.half-image.img3 {
  background-image: url('../images/shutterstock_1038948943-min.jpg');
}

.half-image.img4 {
  background-image: url('../images/shutterstock_1666921558-min.jpg');
}

.content-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 10%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-half.flip {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.reason-icon {
  height: 80px;
  margin-bottom: 10px;
}

.radio-button {
  margin-bottom: 10px;
}

.form-section-heading {
  margin-top: 30px;
  color: #1c2a6b;
}

.form-section-heading.center {
  text-align: center;
}

.img-article {
  max-height: 300px;
}

.icon-small {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.wrapper-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h4 {
    direction: ltr;
    font-size: 16px;
  }

  .nav-link {
    display: block;
  }

  .nav-link:hover {
    border-bottom-color: #fff;
  }

  .heading-hero {
    width: auto;
  }

  .col-title {
    padding-right: 20px;
  }

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

  .menu-button {
    background-color: #fff;
    color: #333;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #f3580b;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .half-image.fixed {
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .content-block {
    padding: 100px 5%;
  }

  .heading-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .icon-line-item {
    margin-top: 20px;
  }

  .col-title {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .image-block.third-image {
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-hero {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .content-overlay {
    max-width: 70%;
  }

  .login-hero {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .col-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-hero {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .footer-logo-link.w--current {
    max-height: 80px;
    margin-bottom: 20px;
  }

  .footer-image {
    max-height: 60px;
    max-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .horizontal-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-titles {
    margin-right: 0px;
  }

  .tab-link {
    max-width: none;
    text-align: center;
  }

  .tab-content-wrapper {
    padding-top: 20px;
    padding-left: 0px;
    border-top: 5px solid rgba(28, 42, 107, 0.3);
  }

  .western-legal-hero {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .vertical-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-align-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reason-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .img-content-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-content-wrap.grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .half-image {
    min-height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .half-image.third-image {
    padding-right: 5%;
    padding-left: 5%;
  }

  .half-image.margin {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 10%;
    padding-left: 0%;
  }

  .half-image.fixed {
    position: static;
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content-half {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  .image-block.third-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-overlay {
    max-width: 80%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .half-image.third-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .half-image.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-half {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

