.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.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;
}

p {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c8007a;
  text-decoration: none;
}

a:hover {
  color: #1c3361;
}

img {
  display: inline-block;
  max-width: 100%;
  background-image: url('../images/staff-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-inner {
  height: 450px;
  background-image: url('../images/Kai-Iwi-Beach-Scene.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-transform: none;
}

.navbar {
  margin-right: 0px;
  background-color: rgba(28, 51, 97, 0.1);
  text-align: center;
}

.brand {
  display: block;
  width: 250px;
  height: 74px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  float: none;
  background-image: url('../images/cura-logo-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.nav-menu {
  margin-top: 0px;
  margin-right: 0px;
  float: none;
  text-align: center;
}

.nav-link-2 {
  font-family: houschka-pro, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav:hover {
  color: #fff;
}

.nav.w--current {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.nav.home {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  padding-top: 30px;
  background-image: url('../images/home-icon.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-size: 0px;
}

.nav.home.w--current {
  padding-top: 31px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  line-height: 0px;
}

.nav.facebook {
  display: inline-block;
  margin-left: 5px;
  padding-top: 30px;
  padding-left: 20px;
  background-image: url('../images/facebook_logo.svg');
  background-position: 50% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.container {
  display: block;
  margin-top: 20px;
}

.home-heading {
  margin-top: 140px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.container-2 {
  position: relative;
  width: 100%;
  margin-top: -90px;
  margin-bottom: 40px;
  text-align: left;
}

.image {
  display: block;
  width: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  text-align: center;
}

.container-3 {
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.heading {
  margin-top: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.big-para {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.big-para.white {
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  text-align: center;
}

.big-para.testimonial {
  font-size: 18px;
  line-height: 22px;
}

.pink-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
}

.h3-blue-caps {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.image-2 {
  background-image: url('../images/pink-cura-sheild.svg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.home-column {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.pink-button {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: uppercase;
}

.pink-button:hover {
  background-color: #f2f2f2;
}

.columns {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.journey-section {
  display: block;
  margin-right: 100px;
  margin-bottom: 40px;
  margin-left: 100px;
  padding: 40px 20px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c3361), to(#c8007a));
  background-image: linear-gradient(90deg, #1c3361, #c8007a);
  text-align: center;
}

.image-3 {
  margin-bottom: 20px;
  background-image: none;
  text-align: center;
}

.whiye-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.big-para-white {
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.big-para-white.white {
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  text-align: center;
}

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

.image-4 {
  margin-bottom: 20px;
  background-image: none;
}

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

.image-5 {
  margin-bottom: 20px;
  background-image: none;
}

.white-button {
  display: block;
  width: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-5 {
  height: 500px;
  background-image: url('../images/cura-girls-holding-hands.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.slide {
  height: 360px;
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slide-nav {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #c8007a;
}

.slide-nav:hover {
  border-style: none;
  border-width: 0px;
  border-color: #c8007a;
}

.container-6 {
  height: 40px;
}

.slider-arrow {
  color: #c8007a;
}

.slider-arrow:hover {
  color: #1c3361;
}

.container-7 {
  padding-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
}

.slide-heading {
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.container-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/cura-logo-full.svg');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
}

.div-block {
  background-color: #f2f2f2;
}

.grey-footer {
  height: 100px;
  background-color: #f2f2f2;
}

.footer-tag {
  margin-top: 35px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.section-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: block;
}

.footer-logo {
  height: 90px;
  margin-bottom: 20px;
  background-image: url('../images/cura-logo-full.svg');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  text-align: center;
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
}

.container-9 {
  margin-top: 30px;
}

.footer-contacts {
  margin-top: 10px;
  margin-bottom: 100px;
  clear: both;
  text-align: center;
}

.pink-button-contact {
  margin-top: 20px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/phone-icon.svg');
  background-position: 5% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: uppercase;
}

.pink-button-contact:hover {
  background-color: #f2f2f2;
}

.pink-button-email {
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/email-icon.svg');
  background-position: 5% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: uppercase;
}

.pink-button-email:hover {
  background-color: #f2f2f2;
}

.paragraph {
  margin-top: 20px;
}

.footer-contact-text {
  margin-top: 40px;
}

.rich-text-block {
  margin-top: 30px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 16px;
}

.icon-2 {
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-weight: 600;
}

.personal-dropdown.w--open {
  width: 200px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.personal-dropdown.w--open:hover {
  background-color: #c8007a;
}

.dropdown-link {
  height: 45px;
  padding-top: 12px;
  background-color: #c8007a;
  color: #fff;
}

.dropdown-link---personal {
  height: 45px;
  padding-top: 12px;
  background-color: #c8007a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.dropdown-link---personal:hover {
  background-color: #1c3361;
  color: #fff;
}

.dropdown-link---personal.w--current {
  color: #fff;
}

.dropdown-link---personal.long-title {
  height: 60px;
}

.dropdown-toggle-personal {
  margin-right: -15px;
  padding-right: 30px;
  padding-left: 10px;
  background-color: transparent;
}

.dropdown-toggle-personal:hover {
  background-color: #c8007a;
}

.dropdown-toggle-personal:focus {
  background-color: transparent;
}

.dropdown-link---business {
  height: 45px;
  padding-top: 12px;
  background-color: #1c3361;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

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

.image-7 {
  display: block;
  width: 320px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  text-align: center;
}

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

.link-block.w--current {
  margin-top: 0px;
}

.header-logo {
  margin-top: -400px;
  text-align: center;
}

.dropdown-toggle-business {
  margin-right: -15px;
  padding-right: 30px;
  padding-left: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-toggle-business:hover {
  background-color: #1c3361;
}

.dropdown-toggle-business:active {
  background-color: #1c3361;
}

.dropdown-toggle-business:focus {
  background-color: transparent;
}

.dropdown-toggle-business.w--open:hover {
  background-color: transparent;
}

.image-8 {
  background-image: none;
}

.image-9 {
  background-image: none;
}

.section-3 {
  height: 450px;
  background-image: url('../images/Kai-Iwi-Beach-Scene.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-home {
  height: 100vh;
  margin-top: -60px;
  background-image: url('../images/home-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-transform: none;
}

.section-4 {
  height: 60px;
}

.pink-h1 {
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.sarah-section {
  height: 200px;
  margin-top: 220px;
  margin-right: 140px;
  margin-left: 140px;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #1c3361, #c8007a);
  text-align: center;
}

.sarah-div {
  height: 100px;
}

.column-7 {
  text-align: left;
}

.sarah-pic {
  margin-top: -126px;
  background-image: none;
  text-align: left;
}

.staff-title {
  margin-top: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 58px;
  font-weight: 600;
  text-align: left;
}

.staff-qualification {
  margin-top: 127px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.sarah-profile {
  margin-top: 40px;
}

.body {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 0px;
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.body.padding-at-bottom {
  margin-bottom: 40px;
}

.columns-2 {
  width: auto;
}

.stacey-section {
  height: 200px;
  margin-top: 220px;
  margin-right: 140px;
  margin-left: 140px;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #1c3361, #c8007a);
  text-align: center;
}

.stacey-pic {
  margin-top: -100px;
  background-image: none;
  text-align: left;
}

.stacey-profile {
  margin-top: 40px;
}

.stacey-email-button {
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/email-icon.svg');
  background-position: 5% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: none;
}

.stacey-email-button:hover {
  background-color: #f2f2f2;
}

.sarah-email-button {
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/email-icon.svg');
  background-position: 5% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: none;
}

.sarah-email-button:hover {
  background-color: #f2f2f2;
}

.stacey-qualification {
  margin-top: 127px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.body-copy {
  margin-top: 40px;
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.about-footer-padding {
  height: 100px;
}

.stacey-profile-content {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.hero-services {
  height: 450px;
  background-image: url('../images/services-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-transform: none;
}

.padder {
  height: 60px;
  margin-top: 270px;
  margin-bottom: 0px;
}

.column-8 {
  padding-right: 20px;
  padding-left: 0px;
}

.personal-insurance-list {
  margin-top: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.life-insurance-links {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c8007a;
  text-decoration: none;
}

.life-insurance-links:hover {
  color: #1c3361;
}

.div-block-3 {
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #1c3361, #c8007a);
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.container-12 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.white-need-help-heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.whit {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 3px;
  background-color: #fff;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 16px;
  text-transform: uppercase;
}

.white-button-services {
  margin: 20px auto 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.white-button-services:hover {
  background-color: #c8007a;
  color: #fff;
}

.business-hero {
  background-image: none;
}

.personal-hero {
  background-image: none;
}

.column-9 {
  padding-right: 0px;
  padding-left: 20px;
}

.blue-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 40px;
  font-weight: 600;
}

.business-insurance-links {
  margin-top: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-decoration: none;
}

.business-insurance-links:hover {
  color: #c8007a;
}

.business-insurance-list {
  margin-top: 40px;
}

.life-insurance-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/life-insurance-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/services-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/Kai-Iwi-Beach-Scene.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-logo-home {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-top: 0px;
  text-align: center;
}

.padder-home {
  height: 60px;
  margin-bottom: 720px;
}

.div-block-4 {
  margin-top: -400px;
}

.blue-border {
  height: 200px;
  margin-top: -520px;
  margin-right: 40px;
  margin-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c3361;
  border-radius: 10px;
}

.pink-h1-centred {
  margin-top: 70px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.header-logo-inner {
  margin-top: -360px;
  text-align: center;
}

.container-13 {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.pink-h2-products {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

.body-list {
  margin-bottom: 15px;
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.list {
  margin-bottom: 40px;
  margin-left: 30px;
  padding-left: 10px;
}

.padder-footer {
  height: 60px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.white-home-message {
  margin-top: 120px;
  margin-bottom: 10px;
  font-family: houschka-rounded, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.padder-with-shield {
  height: 590px;
  margin-top: 260px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  background-image: url('../images/screened-shield.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.key-person-cover-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/key-person-cover-header2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blue-h1-centred {
  margin-top: 70px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.trauma-insurance-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/trauma-insurance-header2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pink-border {
  height: 200px;
  margin-top: -520px;
  margin-right: 40px;
  margin-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8007a;
  border-radius: 10px;
}

.income-protection-hero {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/income-protection-header2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.medical-insurance-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/medical-insurance-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shareholder-protection-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/shareholder-protection-header2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blue-h1-centred_shareholder {
  margin-top: 70px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.revenue-protection-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/revenue-protection-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.acc-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/acc-header2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/news-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-content {
  margin-top: 60px;
  margin-right: 40px;
  margin-left: 40px;
}

.news-column-1 {
  display: inline-block;
  padding-right: 30px;
  padding-left: 0px;
  text-align: left;
}

.news-heading {
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.news-intro {
  font-family: houschka-rounded, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.image-10 {
  background-image: none;
}

.news-item-2-pic {
  width: 100%;
  height: 280px;
  background-image: url('../images/Insurance-through-the-ages.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-1-pic {
  width: 100%;
  height: 280px;
  background-image: url('../images/dec-2020-news-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns-4 {
  margin-right: 100px;
  margin-left: 100px;
}

.footer-padding-news {
  height: 60px;
  margin-top: 100px;
  margin-bottom: 0px;
}

.dark-navbar {
  margin-right: 0px;
  background-color: #c8007a;
  text-align: center;
}

.new-top-padding {
  height: 60px;
}

.section-6 {
  margin-right: 100px;
  margin-left: 100px;
}

.html-embed {
  height: 100vh;
}

.top-news-back-section {
  margin-right: 100px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.news-culmns {
  margin-right: 60px;
  margin-left: 60px;
}

.contact-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/contact-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-content {
  margin-right: 140px;
  margin-left: 140px;
}

.column-10 {
  margin-top: 0px;
}

.send-message-heading {
  margin-top: 107px;
  margin-bottom: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}

.columns-5 {
  margin-right: 0px;
  margin-left: 0px;
}

.html-embed-2 {
  font-family: houschka-rounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.appointment-header {
  height: 450px;
  margin-top: -60px;
  background-image: url('../images/appointment-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.padder-contact {
  height: 30px;
  margin-top: 270px;
  margin-bottom: 0px;
}

.columns-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.container-14 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-15 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-5 {
  display: block;
  width: auto;
  margin-right: 60px;
  margin-left: 60px;
  text-align: center;
}

.big-para-centre {
  font-family: houschka-rounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.big-para-centre.white {
  margin-bottom: 40px;
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  text-align: center;
}

.cura-content-logo {
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

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

.pink-h3 {
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-weight: 600;
}

.list-2 {
  margin-bottom: 40px;
}

.paragraph-2 {
  margin-top: 40px;
}

.pink-h1-centred-long-title {
  margin-top: 56px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.blue-h1-centred-long-title {
  margin-top: 56px;
  font-family: houschka-rounded, sans-serif;
  color: #1c3361;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.news-column-2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 30px;
  text-align: left;
}

.pink-h2-centred {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: houschka-rounded, sans-serif;
  color: #c8007a;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.html-embed-3 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.nav-link-3 {
  background-image: url('../images/facebook_logo.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.container-7_2 {
  padding-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
}

.container-7_3 {
  padding-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
}

.form-block {
  margin-right: 0px;
  margin-left: 0px;
}

.field-label {
  margin-bottom: 10px;
  font-family: houschka-rounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checkbox {
  margin-bottom: 10px;
  font-family: houschka-rounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-field {
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.columns-7 {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.column-11 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-field-2 {
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.text-field-3 {
  margin-bottom: 20px;
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.success-message {
  background-color: #f2f2f2;
}

.text-block {
  font-family: houschka-rounded, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: none;
}

.text-block-2 {
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.div-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.html-embed-4 {
  display: inline-block;
}

.html-embed-5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.textarea {
  font-family: houschka-rounded, sans-serif;
  font-weight: 300;
}

.radio-button-field {
  margin-bottom: 20px;
}

.footer-disclosure-statement {
  margin-top: 30px;
  font-family: houschka-rounded, sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .hero-inner {
    height: 520px;
  }

  .navbar {
    margin-right: 0px;
  }

  .brand {
    width: 50%;
    height: 70px;
    margin-left: 40px;
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #c8007a;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
    text-align: center;
  }

  .nav.home {
    width: auto;
    height: auto;
    margin-left: 10px;
    background-size: auto 20px;
  }

  .nav.home.w--current {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    background-position: 50% 50%;
  }

  .nav.facebook {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .home-heading {
    margin-top: 60px;
    font-size: 26px;
  }

  .container-2 {
    width: auto;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #fff;
  }

  .image {
    display: none;
    width: 320px;
  }

  .container-3 {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading {
    font-size: 32px;
  }

  .h3-blue-caps {
    line-height: 22px;
  }

  .home-column {
    margin-bottom: 40px;
  }

  .journey-section {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .big-para-white {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slider {
    height: auto;
  }

  .footer-logo {
    background-size: 220px;
    background-repeat: no-repeat;
  }

  .footer-contacts {
    margin-top: 10px;
  }

  .dropdown-link---personal {
    border-bottom: 1px solid #fff;
    border-radius: 1px;
    text-align: center;
  }

  .dropdown-link---personal.w--current {
    color: #fff;
  }

  .dropdown-link---personal.w--current:hover {
    font-family: houschka-rounded, sans-serif;
    color: #fff;
    font-weight: 600;
  }

  .dropdown-link---personal.w--current:focus {
    color: #fff;
  }

  .dropdown-link---personal.w--current:visited {
    color: #fff;
  }

  .dropdown-toggle-personal {
    width: 320px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown {
    height: auto;
    text-align: center;
  }

  .dropdown:hover {
    background-color: #962672;
  }

  .dropdown-link---business {
    text-align: center;
  }

  .image-7 {
    width: 260px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block.w--current {
    margin-top: 0px;
  }

  .header-logo {
    margin-top: -360px;
  }

  .dropdown-toggle-business {
    width: 320px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown-toggle-business:hover {
    background-color: #c8007a;
  }

  .hero-home {
    height: 520px;
    margin-top: -60px;
    text-align: center;
  }

  .section-4 {
    height: 30px;
  }

  .sarah-section {
    margin: 220px 0px 140px;
  }

  .sarah-pic {
    margin-top: -126px;
  }

  .staff-title {
    margin-top: 20px;
    color: #c8007a;
  }

  .staff-qualification {
    margin-top: 5px;
    color: #c8007a;
    font-size: 16px;
  }

  .body {
    padding-right: 0px;
  }

  .section-5 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .stacey-section {
    margin: 220px 0px 140px;
  }

  .stacey-pic {
    margin-top: -100px;
  }

  .stacey-qualification {
    display: none;
    margin-top: 5px;
    color: #c8007a;
    font-size: 16px;
  }

  .about-footer-padding {
    height: 80px;
  }

  .stacey-profile-content {
    margin-top: -20px;
  }

  .hero-services {
    height: 520px;
  }

  .column-8 {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .columns-3 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .column-9 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .header-logo-home {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .padder-home {
    margin-bottom: 360px;
  }

  .blue-border {
    margin-top: -540px;
  }

  .pink-h1-centred {
    font-size: 32px;
  }

  .header-logo-inner {
    margin-top: -380px;
    margin-left: 0px;
    text-align: center;
  }

  .pink-h2-products {
    margin-top: 0px;
  }

  .list {
    margin-left: 10px;
  }

  .life-insurance-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .white-home-message {
    margin-top: 80px;
    font-size: 24px;
  }

  .padder-with-shield {
    margin-top: 300px;
    margin-right: 0px;
    background-position: 100% 0%;
  }

  .blue-h1-centred {
    font-size: 32px;
  }

  .key-person-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .pink-border {
    margin-top: -540px;
  }

  .trauma-insurance-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .income-protection-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .medical-insurance-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .blue-h1-centred_shareholder {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .shareholder-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .revenue-protection-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .acc-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .news-column-1 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-padding-news {
    margin-top: 60px;
  }

  .dark-navbar {
    margin-right: 0px;
  }

  .section-6 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .top-news-back-section {
    margin-right: 40px;
    margin-left: 40px;
  }

  .news-culmns {
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .send-message-heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .cura-content-logo {
    display: none;
  }

  .pink-h1-centred-long-title {
    margin-top: 36px;
    font-size: 32px;
  }

  .blue-h1-centred-long-title {
    margin-top: 36px;
    font-size: 32px;
  }

  .blue-h1-centred-long-title._2-lines {
    margin-top: 55px;
  }

  .news-column-2 {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7 {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 0px;
  }

  .brand {
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .nav-menu {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav.home.w--current {
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .home-heading {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .container-2 {
    margin-top: -20px;
  }

  .menu-button {
    margin-top: 0px;
  }

  .icon {
    color: #fff;
  }

  .image {
    display: none;
    width: 320px;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .big-para {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .pink-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .journey-section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .whiye-h2 {
    font-size: 30px;
  }

  .slide {
    height: auto;
  }

  .slider {
    height: 480px;
  }

  .slide-nav {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .slide-heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .footer-tag {
    font-size: 24px;
  }

  .footer-contacts {
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-7 {
    width: 220px;
    margin-top: 0px;
    margin-left: auto;
  }

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

  .link-block.w--current {
    margin-top: 0px;
  }

  .header-logo {
    margin-top: -340px;
  }

  .hero-home {
    margin-top: -60px;
  }

  .sarah-section {
    margin-top: 140px;
  }

  .sarah-pic {
    margin-top: -126px;
  }

  .stacey-section {
    margin-top: 140px;
  }

  .stacey-pic {
    margin-top: -100px;
  }

  .stacey-qualification {
    display: none;
  }

  .stacey-profile-content {
    margin-top: -20px;
  }

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

  .blue-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .header-logo-home {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0px;
  }

  .padder-home {
    margin-bottom: 0px;
  }

  .div-block-4 {
    margin-top: -360px;
  }

  .blue-border {
    margin-top: -540px;
  }

  .pink-h1-centred {
    font-size: 30px;
  }

  .header-logo-inner {
    margin-top: -380px;
    margin-left: auto;
  }

  .pink-h2-products {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .white-home-message {
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .padder-with-shield {
    margin-top: 310px;
    margin-right: 0px;
    background-position: 100% 0%;
    background-size: 420px;
  }

  .blue-h1-centred {
    font-size: 30px;
  }

  .pink-border {
    margin-top: -540px;
  }

  .blue-h1-centred_shareholder {
    margin-top: 55px;
    font-size: 30px;
    line-height: 36px;
  }

  .news-item-1-pic {
    height: 280px;
  }

  .footer-padding-news {
    margin-top: 40px;
  }

  .dark-navbar {
    margin-bottom: 0px;
  }

  .news-culmns {
    margin-right: 0px;
    margin-left: 0px;
  }

  .send-message-heading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .big-para-centre {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .pink-h1-centred-long-title {
    margin-top: 53px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
  }

  .blue-h1-centred-long-title {
    margin-top: 53px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
  }

  .blue-h1-centred-long-title._2-lines {
    margin-top: 65px;
  }

  .pink-h2-centred {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-inner {
    height: 320px;
  }

  .brand {
    display: block;
    height: 45px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/cura-logo-white.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-align: left;
  }

  .nav-menu {
    margin-top: 0px;
  }

  .home-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .container-2 {
    display: block;
    margin-top: -20px;
  }

  .menu-button {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button.w--open {
    margin-top: 0px;
  }

  .icon {
    color: #fff;
  }

  .image {
    width: auto;
    height: 50px;
  }

  .container-3 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .big-para {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .big-para.white {
    color: #fff;
  }

  .big-para.testimonial {
    font-size: 17px;
    line-height: 21px;
  }

  .pink-h2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .home-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .welcome {
    margin-top: 40px;
  }

  .journey-section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .whiye-h2 {
    font-size: 26px;
  }

  .big-para-white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .big-para-white.white {
    color: #fff;
  }

  .container-5 {
    height: 240px;
  }

  .slide {
    height: auto;
  }

  .slider {
    height: 560px;
  }

  .slide-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-7 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .container-8 {
    background-size: 160px;
  }

  .footer-tag {
    font-size: 18px;
  }

  .section-2 {
    margin-bottom: 100px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .footer-logo {
    background-size: 180px;
  }

  .footer-contacts {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pink-button-contact {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 15px;
    padding-left: 35px;
  }

  .pink-button-email {
    margin-right: 40px;
    margin-left: 40px;
  }

  .image-7 {
    width: 180px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .link-block {
    margin-top: 20px;
  }

  .link-block.w--current {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-home {
    height: 360px;
    margin-top: -60px;
    text-align: center;
  }

  .pink-h1 {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .sarah-section {
    height: 120px;
    margin-top: 170px;
  }

  .sarah-pic {
    margin-top: -162px;
  }

  .staff-title {
    margin: 5px -10px 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
  }

  .staff-qualification {
    display: block;
    margin-right: -10px;
    margin-bottom: 0px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sarah-profile {
    margin-top: 160px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .body {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .body.sarah {
    margin-top: 0px;
  }

  .body.services {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-5 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-2 {
    margin-left: -10px;
  }

  .container-11 {
    margin-bottom: 20px;
  }

  .stacey-section {
    height: 120px;
    margin-top: 170px;
  }

  .stacey-pic {
    margin-top: -140px;
  }

  .stacey-profile {
    margin-top: 160px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .stacey-email-button {
    margin-left: 10px;
  }

  .sarah-email-button {
    margin-left: 10px;
  }

  .stacey-qualification {
    display: block;
    margin-right: -10px;
    margin-bottom: 0px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .body-copy {
    margin-top: 0px;
    font-size: 18px;
  }

  .about-footer-padding {
    height: 60px;
  }

  .stacey-profile-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .hero-services {
    height: 320px;
  }

  .padder {
    height: 20px;
    margin-top: 200px;
  }

  .column-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .columns-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .white-need-help-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .white-button-services {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .white-button-services:hover {
    background-color: #c8007a;
  }

  .column-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .blue-h2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .life-insurance-hero {
    height: 320px;
  }

  .white-nav {
    margin-top: 0px;
  }

  .services-hero {
    height: 320px;
  }

  .about-hero {
    height: 320px;
  }

  .header-logo-home {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    text-align: center;
  }

  .padder-home {
    margin-bottom: 360px;
  }

  .blue-border {
    height: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .pink-h1-centred {
    margin-top: 40px;
    font-size: 26px;
    letter-spacing: 1px;
  }

  .header-logo-inner {
    margin-top: -260px;
    margin-left: 0px;
  }

  .pink-h2-products {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .list {
    margin-left: 10px;
  }

  .padder-footer {
    margin-top: 0px;
  }

  .life-insurance-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .white-home-message {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 21px;
    line-height: 26px;
  }

  .padder-with-shield {
    margin-top: 200px;
    margin-right: 0px;
    background-image: url('../images/screened-shield.svg');
    background-position: 100% 0%;
    background-size: 260px;
    text-align: right;
  }

  .key-person-cover-hero {
    height: 320px;
  }

  .blue-h1-centred {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .key-person-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .trauma-insurance-hero {
    height: 320px;
  }

  .pink-border {
    height: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .trauma-insurance-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .income-protection-hero {
    height: 320px;
  }

  .income-protection-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .medical-insurance-header {
    height: 320px;
  }

  .medical-insurance-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .shareholder-protection-header {
    height: 320px;
  }

  .blue-h1-centred_shareholder {
    margin-top: 30px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .shareholder-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .revenue-protection-header {
    height: 320px;
  }

  .revenue-protection-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .acc-header {
    height: 320px;
  }

  .acc-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .news-header {
    height: 320px;
  }

  .news-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .news-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .news-intro {
    margin-top: 0px;
    font-size: 18px;
  }

  .news-item-2-pic {
    height: 160px;
  }

  .news-item-1-pic {
    height: 160px;
  }

  .footer-padding-news {
    margin-top: 20px;
  }

  .pink-nav {
    margin-top: 0px;
  }

  .section-6 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .top-news-back-section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .contact-header {
    height: 320px;
  }

  .contact-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .send-message-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .appointment-header {
    height: 320px;
  }

  .padder-contact {
    height: 20px;
    margin-top: 200px;
  }

  .container-14 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .big-para-centre {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .big-para-centre.white {
    color: #fff;
  }

  .cura-content-logo {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .pink-h1-centred-long-title {
    margin-top: 26px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .blue-h1-centred-long-title {
    margin-top: 26px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .blue-h1-centred-long-title._2-lines {
    margin-top: 35px;
  }

  .pink-h2-centred {
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-7 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-7_2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-7_3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
}

