body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #582c83;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
  margin: 10px 0;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  color: #f2f4f7;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #484a4a;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

strong {
  color: #582c83;
  font-weight: 700;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #d7d9de;
  border-radius: 2px;
  padding: 13px 24px;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button.white {
  float: left;
  color: #582c83;
  text-transform: none;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
  box-shadow: inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3), 2px 2px 16px rgba(165, 167, 173, .4);
}

.button.white:hover {
  opacity: .75;
  color: #fff;
  text-shadow: none;
  background-color: rgba(255, 255, 255, .2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button.white:active {
  background-color: #d7d9de;
}

.navbar {
  height: 200px;
  background-color: #fff;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  height: auto;
  float: left;
  color: #582c83;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 85px 15px 30px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #919395;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #582c83;
}

.nav-link.w--current {
  height: auto;
  float: left;
  color: #919395;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #582c83;
  padding-top: 85px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-menu {
  width: 1170px;
  height: 100%;
  float: none;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  display: block;
}

.brand-wrapper, .brand-wrapper.w--current {
  width: auto;
  height: 100px;
  margin-top: -30px;
  margin-right: 50px;
}

.section {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(88, 44, 131, .35), rgba(88, 44, 131, .35)), url('../images/spectrum-group-financial-consulting.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.darkgrey {
  height: 100vh;
  float: none;
  background-color: #2b2d30;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/protecting-your-assets.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section.darkgrey.moto {
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  justify-content: center;
  padding-top: 0;
  display: block;
}

.section.darkgrey.left {
  height: 100%;
  background-image: url('../images/spectrum-group-protecting-your-assets.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.section.darkgrey.left.business {
  background-image: linear-gradient(rgba(255, 255, 255, .48), rgba(255, 255, 255, .48)), url('../images/protecting-your-business-2.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.darkestgrey {
  height: 100vh;
  background-color: #1d1f21;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .77), rgba(9, 10, 11, .65) 48%, rgba(29, 31, 33, .42)), url('../images/growing-your-wealth.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.section.darkestgrey.right {
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .51), rgba(255, 255, 255, .51)), url('../images/spectrum-group-growing-your-wealth.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.press {
  background-color: #000;
  padding-top: 29px;
  padding-bottom: 29px;
  position: static;
}

.section.black {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.black.team {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.sign-up {
  color: #ebedf2;
  background-color: #582c83;
  position: static;
}

.huge-heading {
  color: #582c83;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  display: block;
}

.huge-heading.white {
  color: #fff;
  text-align: left;
  text-shadow: 0 6px 5px rgba(0, 0, 0, .1);
  font-size: 54px;
  font-weight: 700;
}

.huge-heading.purple {
  text-align: left;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
  font-weight: 700;
}

.subtitle {
  color: rgba(242, 246, 252, .9);
  text-align: right;
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.subtitle.centre {
  color: #582c83;
  text-align: center;
}

.subtitle.centre.white {
  color: #fff;
  text-align: left;
}

.subtitle.purple {
  color: #582c83;
  text-align: justify;
  font-weight: 700;
}

.press-title {
  color: #696969;
  text-transform: uppercase;
  font-family: Roboto Slab;
}

.press-image-wrapper {
  width: 16.66%;
  float: left;
  text-align: center;
}

.press-image-wrapper.title {
  padding-top: 21px;
}

.press-logo {
  opacity: .35;
  transition: opacity .2s;
}

.press-logo:hover {
  opacity: .48;
}

.footer-link {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.sign-up-column {
  text-align: center;
  padding-top: 0;
}

.sign-up-title {
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 7px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Roboto Condensed;
  font-size: 28px;
}

.team-column {
  height: 100%;
  background-color: #2c2f30;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.h3-team-titles {
  text-align: center;
  text-transform: capitalize;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 5px 10px;
  font-size: 20px;
  line-height: 24px;
}

.h3-team-titles.pro {
  text-transform: capitalize;
  background-color: rgba(215, 217, 222, .09);
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.price {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto;
  font-size: 52px;
  font-weight: 300;
  line-height: 41px;
}

.per-month {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}

.price-feature {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.price-feature.deactivate {
  color: rgba(215, 217, 222, .7);
  text-decoration: line-through;
}

.get-started-link {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #582c83;
  border-radius: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, .4);
}

.get-started-link:hover {
  box-shadow: none;
  opacity: 1;
  color: #582c83;
  background-color: #ddd;
}

.get-started-link.pricing {
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.get-started-link.simple {
  color: #d7d9de;
  border-bottom: 3px solid rgba(215, 217, 222, .2);
  margin-top: 18px;
  margin-bottom: 18px;
}

.get-started-link.simple:hover {
  color: #e8eaed;
  border-bottom-color: rgba(215, 217, 222, .56);
}

.get-started-link.cta {
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, .15);
}

.get-started-link.cta:hover {
  box-shadow: none;
  color: #fff;
  background-color: #582c83;
}

.get-started-link.cta.white {
  color: #582c83;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  font-family: Merriweather, serif;
}

.get-started-link.cta.white:hover {
  color: #fff;
  background-color: rgba(254, 253, 255, .3);
}

.support {
  text-align: right;
}

.no-pad-section {
  background-color: #1d1f21;
}

.padded-column {
  padding: 66px 32px;
}

.padded-column.picture {
  height: 366px;
  background-image: url('../images/bag-and-hands-bw.jpg');
  background-position: 50%;
  background-size: cover;
}

.width-limiter {
  max-width: 500px;
}

.side-nav {
  z-index: 2;
  width: 250px;
  height: 100vh;
  text-align: right;
  background-color: #e9e9e9;
  border-style: solid solid solid none;
  border-left-width: 1px;
  border-left-color: rgba(88, 44, 131, .1);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  padding: 0 0 10px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-nav._2 {
  display: block;
}

.top-links {
  opacity: .75;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #582c83;
  border-bottom: 3px snow;
  margin: -1px 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.top-links:hover {
  opacity: 1;
  border-bottom-style: none;
  border-bottom-color: #582c83;
  padding-bottom: 20px;
}

.div-block {
  width: 100%;
  float: right;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 198px;
  display: block;
}

.div-block.side {
  margin-top: 197px;
}

.div-block-left {
  width: 75%;
  height: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding: 200px 100px;
  display: block;
}

.div-block-left.hero {
  padding-top: 100px;
}

.div-block-left.contact {
  padding-bottom: 50px;
}

.body {
  background-color: #fff;
  padding-top: 0;
}

.body.white {
  color: #fff;
  background-color: #fff;
}

.info-section {
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/spectrum-group-growing-your-wealth.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.info-section.protect {
  background-image: url('../images/spectrum-group-protecting-your-assets.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 100px;
}

.info-section.protect.business {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(0, 0, 0, 0)), url('../images/protecting-your-business.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.info-section.wealth {
  background-image: url('../images/spectrum-group-growing-your-wealth.jpg'), linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 100px;
}

.container-7 {
  border: 1px solid rgba(177, 177, 170, .4);
  border-top: 5px solid #582c83;
  border-bottom-color: #b1b1aa;
  padding: 100px 30px 0;
  box-shadow: 0 0 5px 1px rgba(95, 98, 102, .2);
}

.container-7.drop-shadow {
  width: 1170px;
  max-width: 1170px;
  background-color: rgba(255, 255, 255, .8);
  border-top-width: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.container-7.drop-shadow.business {
  background-color: rgba(255, 255, 255, .5);
}

.rich-text-block {
  color: #582c83;
  text-align: justify;
  margin-bottom: 100px;
}

.bold-text.white {
  color: #fff;
}

.rich-text-block-2 {
  color: #582c83;
  text-align: justify;
}

.bold {
  font-size: 28px;
}

.column-7 {
  height: 100%;
}

.paragraph {
  margin-top: 300px;
}

.paragraph.white {
  width: 50vw;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #582c83;
  margin: 0 auto 120px;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-8 {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.section-3 {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.body-2 {
  background-color: #fff;
  padding-top: 0;
}

.section-100vh {
  width: 100vw;
  height: 100%;
  opacity: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-5 {
  margin-bottom: 100px;
}

.paragraph-2 {
  text-align: justify;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6 {
  margin-bottom: 100px;
}

.card {
  z-index: 1;
  width: 100%;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px #582c83;
  border-radius: 3px;
  flex: 1;
  padding: 50px 100px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.card-link {
  color: #582c83;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.cards {
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.card-title {
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
}

.card-shadow {
  z-index: 0;
  opacity: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  box-shadow: 0 0 50px 40px rgba(0, 0, 0, .1);
}

.card-wrap {
  width: 50%;
  perspective: 2000px;
  margin: 25px;
  position: relative;
}

.paragraph-3 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}

.paragraph-4 {
  text-align: center;
  margin-top: 15px;
}

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

.big-text {
  color: #582c83;
  font-size: 22px;
  font-weight: 400;
}

.map {
  height: 600px;
}

.contact-heading {
  color: #582c83;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 28px;
}

.section-heading {
  color: #582c83;
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 36px;
}

.section-heading.forms {
  text-align: left;
  padding-left: 20px;
}

.section-half {
  width: 50%;
  text-align: left;
  flex: none;
}

.section-half.form {
  width: 60%;
  background-color: #fff;
  border-bottom: 1px solid rgba(88, 44, 131, .1);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
}

.subhead {
  max-width: 500px;
  color: rgba(0, 0, 0, .65);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.subhead.footer {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 12px;
}

.container {
  width: 100vw;
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  height: 50px;
  background-color: #e9e9e9;
}

.column-8 {
  text-align: right;
}

.paragraph-7, .paragraph-8 {
  margin-top: 100px;
}

.image-7 {
  opacity: 1;
  margin-bottom: 100px;
}

.image-8 {
  margin-right: 0;
}

.card-2 {
  z-index: 1;
  width: 50%;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  flex: 1;
  padding: 50px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: block;
  position: relative;
}

.card-title-2 {
  color: #582c83;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.card-3 {
  z-index: 1;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  flex: 1;
  padding: 50px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
}

.column-9 {
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7 {
  width: 400px;
}

.info-div {
  width: 300px;
  height: 300px;
  text-align: center;
  background-color: #fff;
  margin: 50px auto;
  padding: 30px;
  display: block;
}

.section-8 {
  background-color: #eee;
}

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

.column-10 {
  text-align: center;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.list-item {
  color: #5f6266;
}

.heading-3 {
  margin-bottom: 100px;
}

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

.list-link {
  color: #444;
  font-family: Merriweather, serif;
}

.heading-4, .heading-5 {
  margin-bottom: 50px;
}

.rich-text-block-3 {
  color: #582c83;
}

.html-embed {
  display: block;
}

.section-10 {
  height: 50px;
  color: #d7d9de;
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-6 {
  width: 50%;
  font-size: 16px;
  line-height: 14px;
}

.link {
  color: #582c83;
}

.paragraph-9 {
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .button {
    background-color: #0bd685;
  }

  .button.white {
    background-color: #d7d9de;
  }

  .navbar {
    height: 80px;
    top: 0;
  }

  .nav-link {
    height: 100px;
    max-width: 100%;
    float: none;
    text-align: center;
    background-color: #fff;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
    box-shadow: inset 0 1px rgba(255, 255, 255, .2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    float: none;
    background-color: #fff;
  }

  .nav-menu {
    width: 100%;
    height: auto;
    float: none;
    background-color: #fff;
    margin-top: 70px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .28);
  }

  .brand-wrapper.w--current {
    width: auto;
    float: left;
  }

  .menu-button {
    color: #582c83;
    padding: 12px 20px;
  }

  .menu-button:hover {
    color: #582c83;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: #582c83;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 25px;
    padding-bottom: 0;
  }

  .section.hero {
    padding-top: 200px;
    padding-bottom: 0;
    display: flex;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .subtitle.centre {
    font-size: 18px;
  }

  .press-image-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .press-image-wrapper.title {
    padding-top: 12px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .padded-column.picture {
    height: 436px;
  }

  .div-block-left {
    padding-right: 40px;
  }

  .div-block-left.contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #582c83;
    font-size: 48px;
  }

  .container-7.drop-shadow {
    width: 90%;
  }

  .image-4 {
    margin-top: 15px;
    margin-left: 50px;
  }

  .paragraph.white {
    bottom: 100px;
    left: 0;
    right: 0;
  }

  .card-wrap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-half.form {
    width: 60%;
  }

  .subhead {
    font-size: 15px;
    line-height: 22px;
  }

  .container {
    text-align: center;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .menu-button.w--open {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
    display: block;
  }

  .section.darkgrey.moto, .section.darkestgrey.right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.press {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section.sign-up {
    text-align: center;
  }

  .huge-heading {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .subtitle.centre {
    text-align: justify;
    line-height: 32px;
  }

  .press-title {
    display: block;
  }

  .press-image-wrapper {
    width: 33%;
  }

  .press-image-wrapper.title {
    width: 100%;
    padding-top: 5px;
  }

  .team-column {
    margin-left: 33px;
    margin-right: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .get-started-link.simple {
    display: inline-block;
  }

  .support {
    text-align: center;
  }

  .padded-column {
    padding: 41px 30px;
  }

  .padded-column.picture {
    height: 246px;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-left {
    width: 100%;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    font-size: 20px;
  }

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

  .paragraph.white {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    padding: 30px;
  }

  .card-wrap {
    margin: 30px 0;
  }

  .section-half.form {
    padding: 30px;
  }

  .subhead.footer {
    height: auto;
    text-align: center;
  }

  .footer {
    height: 100px;
  }

  .card-2, .card-3 {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  .button {
    margin-bottom: 14px;
    display: block;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .menu-button.w--open {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .press-image-wrapper {
    width: 100%;
    height: 47px;
  }

  .team-column {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padded-column.picture {
    height: 226px;
  }

  .paragraph.white {
    font-size: 22px;
  }

  .section-100vh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-text {
    font-size: 18px;
  }

  .section-half.form {
    width: 100%;
  }

  .container {
    display: block;
  }

  .heading-6 {
    font-size: 12px;
  }
}


