h1 {
  color: #d0b89d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #797a7e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22.5px;
  font-weight: 300;
  line-height: 32px;
}

h3 {
  color: #77776f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

h4 {
  color: #77776f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  color: #77776f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  color: #77776f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

p {
  height: auto;
  color: #797a7e;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

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

ul, ol {
  color: #d0b89d;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  color: #d0b89d;
  border-left: 5px solid #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 10px 20px;
  font-family: Abel, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #797a7e;
  text-align: center;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.navbar-2 {
  width: 100%;
  text-align: right;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  width: 9%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .2s, opacity .4s;
}

.brand:hover {
  opacity: .8;
  transform: scale(.95);
}

.navlink {
  height: auto;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
}

.navlink.w--current {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.top-line {
  height: 6px;
  background-image: linear-gradient(#000 100%, #786a5a);
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-of-navbar {
  width: auto;
  text-align: center;
  background-color: #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
  padding: 4px 0;
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
}

.top-of-navbar-links {
  padding-top: 5px;
  padding-bottom: 3px;
  display: inline-block;
}

.top-of-navbar-link {
  opacity: .9;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Abel, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}

.top-of-navbar-link.left {
  border-right: 0 rgba(0, 0, 0, 0);
  padding-right: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 17px;
}

.top-of-navbar-link.right {
  border-left: 0 rgba(0, 0, 0, 0);
  padding-left: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 17px;
}

.hero-section {
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/photo-1436450412740-6b988f486c6b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 4%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-section.on-inner-pages {
  z-index: 10;
  height: auto;
  min-height: 330px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 50px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.hero-section.on-404-page {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hover-underline {
  width: 100%;
  height: 3px;
  color: #000;
  background-color: #000;
  border: 2px #000;
  margin-top: 10px;
  transition: opacity .2s;
}

.hover-underline:hover {
  color: #e0eb11;
}

.navlink-text {
  color: #000;
  padding-left: 6px;
  padding-right: 6px;
  font-family: PT Serif, serif;
}

.navlink-text:hover {
  color: #c2615c;
}

.hero-container {
  width: auto;
  min-width: 500px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.paragraph {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.centered {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.mini {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

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

.paragraph.white {
  color: #fff;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.add-top {
  text-align: left;
  margin-top: 20px;
}

.paragraph.add-top-40 {
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.bottom-line {
  width: 100%;
  height: 1px;
  background-color: #d0b89d;
}

.bottom-line.large {
  height: 2px;
  background-color: #fff;
  margin-bottom: 1px;
}

.hero-bottom-lines {
  margin-top: 25px;
  margin-bottom: 25px;
}

.hero-contact-details {
  color: #d0b89d;
  font-size: 16px;
  display: inline-block;
}

.hero-contact-details.left {
  color: #fff;
  border-right: 1px solid #726454;
  padding-right: 15px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.hero-contact-details.right {
  color: #fff;
  padding-left: 15px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.scroll-down {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.scroll-down.on-inner-pages {
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  bottom: auto;
  right: auto;
}

.scroll-down.on-inner-pages.w--current {
  position: absolute;
}

.scroll-down-front {
  background-image: url('../images/Scroll-down-arrow_1Scroll-down-arrow.png'), linear-gradient(#000 100%, #a28d78);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 50%;
  margin: 4px;
  transition: background-position .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-front:hover {
  background-image: url('../images/Scroll-down-arrow_1Scroll-down-arrow.png'), linear-gradient(#b9a48e, #a28d78);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.content-section {
  background-color: #fff;
  border-top: 0 #c08784;
  border-bottom: 0 #c08784;
  display: block;
}

.content-section.footer {
  display: block;
}

.content-wrapper {
  max-width: none;
  background-color: #fff;
  border-left: 2px #000;
  border-right: 2px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
  display: block;
  position: relative;
}

.content-wrapper.cta {
  text-align: center;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.content-wrapper.footer {
  background-color: #1d232f;
  border-top: 4px solid #d0b89d;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.content-wrapper.milestones {
  background-color: #f8efee;
  border-left-width: 0;
  border-right-width: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.content-wrapper.intro {
  padding-top: 50px;
}

.column {
  width: 48.5%;
  position: relative;
}

.column.intro-images {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: underline;
  display: inline-block;
}

.title:hover {
  color: #000;
  font-weight: 400;
}

.title.big {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
}

.title.bottom-border {
  margin-bottom: 5px;
}

.title.breadcrumbs {
  margin-left: 3px;
  margin-right: 3px;
  line-height: 12px;
  position: relative;
  top: -1px;
}

.title.dot {
  margin-left: 5px;
  margin-right: 6px;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.title.menu {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.title.menu:hover {
  color: #c2615c;
  font-weight: 400;
}

.button {
  height: 45px;
  min-width: 150px;
  color: #fff;
  background-image: linear-gradient(#c2615c 100%, #ad9984);
  border: 1px solid #000;
  border-radius: 3px;
  padding: 14px 20px 10px;
  font-family: Abel, sans-serif;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-image: linear-gradient(#000, #000);
}

.button.top-border {
  margin-top: 25px;
  margin-bottom: 40px;
}

.button-section {
  width: 65%;
  border-right: 1px solid #fff;
  align-self: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
}

.button-section.right {
  width: 30%;
  border-left: 1px solid #d6bea3;
  border-right-style: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow-box {
  width: 20px;
  height: 20px;
  background-image: url('../images/Mini-arrow.png'), linear-gradient(#000 100%, #d7bfa4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 4px, auto;
  border-radius: 50%;
}

.button-arrow-box:hover {
  background-image: url('../images/Mini-arrow.png'), linear-gradient(#f1de08 100%, #d7bfa4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 4px, auto;
}

.header-text-box {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-text-box.add-btm {
  margin-bottom: 20px;
}

.undeline {
  width: 170px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.undeline.block {
  margin: 10px auto;
  display: block;
}

.grid-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.grid-container.centered {
  justify-content: center;
  align-items: center;
  display: none;
}

.grid-container.less-top-border {
  margin-top: 30px;
}

.grid-container.no-top-border {
  margin-top: 0;
}

.vertical-container {
  width: 31.5%;
  background-color: #fff;
  border: 1px solid #d0b89d;
  border-radius: 5px;
}

.vertical-top-box {
  text-align: center;
  border-bottom: 1px solid #d0b89d;
  flex-direction: column;
  padding: 35px 18px 26px;
  display: block;
}

.vertical-bottom-box {
  padding: 25px 22px;
}

.vertical-bottom-box.on-pricing {
  padding-top: 35px;
  padding-bottom: 10px;
}

.link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #0f3566;
  padding-bottom: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s, border .2s;
}

.link:hover {
  color: #000;
  border-bottom-color: #ae9b85;
}

.horizontal-container {
  width: 90%;
  background-color: #f8efee;
  border: 1px solid #8a0d04;
  border-radius: 5px;
  flex-flow: wrap;
  margin-bottom: 50px;
  display: flex;
}

.horizontal-box {
  width: 50%;
  flex: 1;
  padding: 38px;
}

.horizontal-box.left {
  width: 33%;
  text-align: center;
  border: 0 #8a0d04;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-gray {
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.title-gray:hover {
  color: #000;
}

.title-gray.big {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 22px;
}

.title-gray.mini {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  display: inline-block;
}

.title-gray.mini.size {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.why-us-icon {
  margin-bottom: 25px;
}

.price-text {
  color: #797a7e;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: Abel, sans-serif;
  font-size: 36px;
  line-height: 30px;
}

.checkbox-item {
  margin-bottom: 10px;
  display: flex;
}

.checkbox-text {
  width: 100%;
}

.checkmark-image {
  min-width: 22px;
  margin-right: 9px;
}

.checkbox-title {
  margin-bottom: 5px;
}

.mini-title-link {
  color: #d0b89d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Abel, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}

.mini-title-link:hover {
  color: #ae9b85;
  text-decoration: underline;
}

.header-link {
  color: #77776f;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.header-link:hover {
  color: #d0b89d;
}

.header-link.mini {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
}

.footer-column {
  width: 16%;
}

.footer-column.big {
  width: 30%;
  margin-right: 2%;
  padding-right: 15px;
}

.footer-column._2.size-1 {
  width: 27%;
}

.footer-column._3 {
  width: 25%;
}

.footer-logo {
  margin-bottom: 30px;
  transition: opacity .2s;
}

.footer-logo:hover {
  opacity: .8;
}

.contact-details-box {
  border-bottom: 1px solid #212835;
  padding: 15px 10px 5px;
  display: flex;
  position: relative;
}

.contact-details-box.adjust {
  padding-top: 5px;
  padding-left: 0;
}

.contact-details-icon {
  width: 26px;
}

.social-icons-container {
  margin-top: 30px;
  padding-left: 10px;
}

.social-icons-container.on-team-members-page {
  margin-top: 15px;
  padding-left: 3px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background-image: linear-gradient(#b6a088, #706355);
  border-radius: 50%;
  margin-right: 9px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .85;
}

.social-icon.facebook {
  color: #0f3566;
  background-image: url('../images/Facebook-icon-1_1Facebook-icon (1).png'), linear-gradient(#c2615c, #c2615c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 7px, auto;
  border: 1px solid #fff;
}

.social-icon.twitter {
  background-image: url('../images/Twitter-icon-1_1Twitter-icon (1).png'), linear-gradient(#c2615c, #c2615c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border: 1px solid #fff;
}

.social-icon.google-plus {
  background-image: url('../images/Google-plus_1Google-plus.png'), linear-gradient(#c2615c, #c2615c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 16px, auto;
  border: 1px solid #fff;
}

.social-icon.linkedin {
  background-image: url('../images/Linkedin_1Linkedin.png'), linear-gradient(#c2615c, #c2615c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border: 1px solid #fff;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-link.w--current {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.footer-link.w--current:hover {
  color: #e0b1ad;
}

.footer-link.left {
  font-size: 18px;
  line-height: 22px;
}

.footer-notice-bar {
  border-top: 1px solid #181d27;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 7%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-notice-text {
  color: #797a7e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Abel, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.working-hours {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 20px;
}

.working-hours.adjust10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

.working-hours.adjust-1 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.hero-text-medium {
  color: #fff;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.hero-text-medium.font-size {
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-size: 22px;
  line-height: 22px;
}

.hero-box {
  color: #fff;
  text-transform: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.contact-details-line {
  width: 100%;
  height: 1px;
  background-color: #181d27;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-details-line.top {
  background-color: #212835;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.title-link {
  color: #d0b89d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Abel, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.title-link:hover {
  color: #ae9b85;
}

.title-link.mini {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.title-link.mini:hover {
  text-decoration: underline;
}

.title-box {
  margin-bottom: 5px;
}

.title-box.top-border {
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 3px;
}

.title-box.bottom-divider {
  color: #000;
  text-align: center;
  background-color: #efd8d7;
  border: 1px solid #000;
  border-bottom: 0 #ddd;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 28px;
}

.title-box.adj-btm {
  margin-bottom: 15px;
}

.title-box.adj-top, .signature {
  margin-top: 20px;
}

.milestone-box {
  width: 32%;
  border-right: 1px solid #ddd;
  flex-direction: row;
  align-self: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  display: flex;
}

.milestone-box.no-padding {
  padding-left: 10px;
}

.milestone-box.no-right-line {
  border-right-style: none;
}

.milestone-icon {
  width: 65px;
  height: 65px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#d7bfa4, #ac9984);
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
  border-radius: 5px;
  margin-right: 15px;
}

.milestone-icon.medal {
  background-image: url('../images/Medal_1Medal.png'), linear-gradient(#c2615c 100%, #ac9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25px, auto;
  margin-right: 10px;
}

.milestone-icon.note {
  background-image: url('../images/Note_1Note.png'), linear-gradient(#c2615c 100%, #ac9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px, auto;
}

.milestone-text {
  color: #000;
  letter-spacing: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.milestone-text.small {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.team-member-picture {
  width: 100%;
  height: 260px;
  background-image: url('../images/Team-member-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #e4e2d4;
  position: relative;
  overflow: hidden;
}

.team-member-picture.big {
  height: 310px;
  background-image: url('../images/Team-member-1-1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  text-align: center;
  background-color: rgba(124, 124, 124, .8);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.learn-more-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: Abel, sans-serif;
  font-size: 12px;
  display: block;
}

.preview-image {
  width: 100%;
  height: 280px;
  background-image: url('../images/LARGE-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #e4e2d4;
  position: relative;
}

.preview-image.small {
  height: 210px;
}

.mini-preview-text-box {
  width: 65%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mini-preview-text-box.full-width {
  width: 100%;
  margin-top: 10px;
  padding-left: 6px;
}

.cta-paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta-buttons-box {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.cta-box-button {
  padding: 11px 23px;
}

.cta-box-button.side-border {
  border-right: 1px solid #e7dbce;
}

.intro-image {
  width: 90%;
  cursor: pointer;
  border: 8px solid #e4e2d4;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.intro-image.small {
  width: 44%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.intro-images {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-parent {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 20px;
}

.icon-medium {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(#b59f87, #726556);
  border-radius: 5px;
  display: inline-block;
}

.icon-medium.blog {
  background-image: url('../images/Pen-icon_1Pen-icon.png'), linear-gradient(#b59f87, #726556);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 22px, auto;
}

.icon-medium.team, .icon-medium.hammer, .icon-medium.clip {
  background-image: url('../images/header-logo-sm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-medium.image {
  background-image: url('../images/Image_1Image.png'), linear-gradient(#b59f87, #726556);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
}

.icon-medium.tools {
  background-image: url('../images/logo500x500.png'), linear-gradient(#b59f87, #726556);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 21px, auto;
}

.icon-medium.medal {
  width: 30%;
  height: 100%;
  background-image: none;
  margin-bottom: 30px;
}

.post-image {
  margin-top: 30px;
}

.heading-1 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.heading-1.medium {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.button-special {
  width: 200px;
  color: #fff;
  background-image: linear-gradient(#c2615c 100%, #ad9984);
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 24px;
  padding-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-special:hover {
  background-image: linear-gradient(#000 100%, #ad9984);
}

.details-container {
  width: auto;
  border-right: 0 #ddd;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.details-container._3 {
  width: auto;
  border-right-style: none;
  justify-content: center;
}

.details-container.btm {
  text-align: center;
  margin-bottom: 30px;
}

.details-text-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.pay-button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
}

.item {
  width: 33.33%;
}

.item.bottom-border {
  margin-bottom: 30px;
}

.paragraph-box {
  margin-top: 20px;
  padding-left: 5px;
}

.row-licencing.top-border {
  margin-top: 30px;
}

.row-licencing.titles {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 10px;
}

.text-link {
  color: #d0b89d;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.team-member-column {
  width: 60%;
  padding: 0 30px 30px;
}

.team-member-column.left {
  width: 40%;
  padding: 0 0 26px;
}

.container {
  margin-top: 30px;
}

.social-icon-box {
  width: 35px;
  height: 35px;
  opacity: 1;
  background-image: linear-gradient(#d3ba9f, #ad9984), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 125px;
  border-radius: 5px;
  margin-right: 9px;
  transition: opacity .2s;
}

.social-icon-box:hover {
  opacity: .85;
  background-image: linear-gradient(#b9a48e, #ad9984), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 125px;
}

.social-icon-box.facebook {
  background-image: url('../images/Facebook-icon-1_1Facebook-icon (1).png'), linear-gradient(#d3ba9f, #ad9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 7px, auto;
}

.social-icon-box.twitter {
  background-image: url('../images/Twitter-icon-1_1Twitter-icon (1).png'), linear-gradient(#d3ba9f, #ad9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
}

.social-icon-box.google-plus {
  background-image: url('../images/Google-plus_1Google-plus.png'), linear-gradient(#d3ba9f, #ad9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 15px, auto;
}

.social-icon-box.linkedin {
  background-image: url('../images/Linkedin_1Linkedin.png'), linear-gradient(#d3ba9f, #ad9984);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
}

.team-member-social-box {
  padding-left: 6px;
  padding-right: 6px;
}

.style-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-body {
  margin-top: 25px;
  padding-left: 7px;
  padding-right: 7px;
}

.post-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.post-header.top-border {
  margin-top: 20px;
}

.final-dots {
  color: #d0b89d;
  text-align: center;
  margin-bottom: 50px;
}

.post-preview-text {
  margin-top: 15px;
}

.cta-link {
  color: #000;
  text-align: center;
  border-bottom: 2px #d0b89d;
  margin-left: 3px;
  padding-bottom: 2px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.dropdown-toggle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.dropdown-toggle.w--open {
  padding-bottom: 25px;
}

.dropdown-arrow {
  color: #000;
  margin-top: 27px;
  top: -25px;
}

.dropdown-arrow:hover {
  color: #000;
  margin-top: 27px;
  margin-bottom: 20px;
}

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

.dropdown-link {
  width: 100%;
  height: 63px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  cursor: auto;
  background-color: #fff;
  padding: 17px 15px 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.see-image-1 {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  position: absolute;
}

.post-preview-container {
  margin-top: 50px;
}

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

.logo {
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  padding: 0;
}

.first-row, .second-row {
  color: #fff;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.semi-bold {
  font-weight: 600;
}

.full-width {
  flex: 1;
}

.text-block {
  color: #000;
  font-family: PT Serif, serif;
}

.text-block:hover {
  color: #c2615c;
}

.heading-2 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.paragraph-left {
  color: #000;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.block-quote {
  color: #555;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 22px;
}

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

.pic-header {
  color: #000;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.h2-left {
  color: #000;
  margin-top: 7px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.h2-left.size-up {
  font-size: 36px;
  line-height: 40px;
}

.text-block-2 {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
}

.heading-3 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-6, .heading-7, .head-3, .heading-8 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.heading-9, .link-3 {
  color: #fff;
}

.heading-11 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.buttons {
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 18px;
}

.page-head {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-12, .heading-14, .heading-15, .heading-16 {
  color: #fff;
}

.items-div {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.link-25 {
  color: #000;
}

.list-item {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.list-item.left {
  text-align: left;
}

.link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36 {
  color: #000;
}

.image-3 {
  width: 30%;
  height: 100%;
  margin-bottom: 20px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: PT Serif, serif;
  font-weight: 400;
}

.link-37 {
  color: #000;
}

.div-block {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.h3-centered {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  line-height: 24px;
}

.h3-centered.add-top {
  margin-top: 25px;
}

.link-38 {
  color: #000;
}

.text-block-4 {
  color: #000;
  margin-top: -10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
}

.dropdown {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-2 {
  margin-top: 19px;
}

.dropdown-list-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  width: auto;
  background-color: #fff;
  border: 2px solid #000;
  margin-right: 0;
  padding-right: 0;
}

.home-dropdown {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.home-dropdown:hover {
  color: #000;
  background-color: #e0b1ad;
}

.link-39 {
  color: #000;
}

.image-4 {
  float: left;
  padding-right: 10px;
}

.heading-17 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.footer-image {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.nav-div-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.h2 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline;
}

.dropdown-toggle-3 {
  padding-left: 20px;
  padding-right: 40px;
}

.div-block-5 {
  background-color: #efd8d7;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-40 {
  color: #fff;
  text-decoration: none;
}

.content {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.form-div {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.map-div {
  margin-top: 40px;
}

.link-41 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.link-42 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.link-43 {
  color: #fff;
  text-decoration: none;
}

.link-44, .heading-18 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .navlink {
    padding: 30px 10px 0;
  }

  .navlink.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .navlink-text, .paragraph, .paragraph.centered, .paragraph.mini, .paragraph.white, .hero-contact-details.left, .hero-contact-details.right {
    font-size: 18px;
    line-height: 22px;
  }

  .title.big {
    font-size: 20px;
    line-height: 20px;
  }

  .button {
    padding-top: 13px;
  }

  .button-section {
    width: 72%;
  }

  .title-gray.mini {
    font-size: 28px;
    line-height: 32px;
  }

  .title-gray.mini.size {
    font-size: 24px;
    line-height: 28px;
  }

  .footer-link {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-link.w--current {
    font-size: 18px;
  }

  .working-hours.adjust10, .working-hours.adjust-1 {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-text-medium {
    font-size: 28px;
    line-height: 28px;
  }

  .hero-text-medium.font-size {
    font-size: 22px;
    line-height: 22px;
  }

  .title-link.mini {
    font-size: 18px;
    line-height: 22px;
  }

  .title-box.bottom-divider {
    font-size: 28px;
    line-height: 32px;
  }

  .milestone-icon.medal, .milestone-icon.note {
    width: 70px;
    height: 70px;
  }

  .milestone-text {
    font-size: 44px;
    line-height: 48px;
  }

  .milestone-text.small {
    font-size: 20px;
    line-height: 24px;
  }

  .button-special {
    width: 200px;
  }

  .dropdown-toggle {
    height: auto;
    margin-top: -2px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .dropdown-arrow {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .dropdown-arrow:hover {
    color: #000;
  }

  .text-block, .paragraph-left, .block-quote {
    font-size: 18px;
    line-height: 22px;
  }

  .pic-header, .h2-left {
    font-size: 26px;
    line-height: 30px;
  }

  .h2-left.size-up {
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .heading-11 {
    font-size: 28px;
    line-height: 32px;
  }

  .buttons {
    font-size: 18px;
    line-height: 18px;
  }

  .page-head {
    font-size: 40px;
    line-height: 44px;
  }

  .items-div {
    font-size: 28px;
    line-height: 32px;
  }

  .list-item {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-4 {
    font-size: 26px;
    line-height: 30px;
  }

  .dropdown {
    width: auto;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 32px;
  }

  .dropdown-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-div-block {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-5, .image-6, .image-7, .link-block {
    color: rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 1440px) {
  .navlink-text, .paragraph, .paragraph.centered, .paragraph.mini, .paragraph.white, .hero-contact-details.left, .hero-contact-details.right {
    font-size: 20px;
    line-height: 24px;
  }

  .title.big {
    font-size: 24px;
    line-height: 24px;
  }

  .button {
    padding-top: 11px;
  }

  .button-section {
    width: 75%;
  }

  .title-gray.mini {
    font-size: 32px;
    line-height: 36px;
  }

  .title-gray.mini.size {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-link.w--current {
    font-size: 20px;
  }

  .working-hours.adjust10, .working-hours.adjust-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-text-medium {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-text-medium.font-size {
    font-size: 24px;
    line-height: 24px;
  }

  .title-link.mini {
    font-size: 20px;
    line-height: 24px;
  }

  .title-box.bottom-divider {
    font-size: 32px;
    line-height: 36px;
  }

  .milestone-icon.medal, .milestone-icon.note {
    width: 80px;
    height: 80px;
  }

  .milestone-text {
    font-size: 48px;
    line-height: 52px;
  }

  .milestone-text.small {
    font-size: 24px;
    line-height: 28px;
  }

  .button-special {
    width: 210px;
  }

  .dropdown-toggle {
    margin-top: -5px;
  }

  .text-block, .paragraph-left, .block-quote {
    font-size: 20px;
    line-height: 24px;
  }

  .pic-header, .h2-left {
    font-size: 30px;
    line-height: 34px;
  }

  .h2-left.size-up {
    font-size: 44px;
    line-height: 48px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 48px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 36px;
  }

  .buttons {
    font-size: 20px;
    line-height: 20px;
  }

  .page-head {
    font-size: 44px;
    line-height: 48px;
  }

  .items-div {
    font-size: 32px;
    line-height: 36px;
  }

  .list-item {
    font-size: 20px;
    line-height: 24px;
  }

  .link-38, .text-block-4, .link-39 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-17 {
    font-size: 32px;
    line-height: 36px;
  }

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

@media screen and (min-width: 1920px) {
  .hero-section.on-inner-pages {
    padding-bottom: 70px;
  }

  .navlink-text {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-container {
    min-width: auto;
  }

  .paragraph {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph.centered {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph.mini, .paragraph.white {
    font-size: 24px;
    line-height: 28px;
  }

  .bottom-line {
    background-color: #fff;
  }

  .hero-contact-details.left {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-contact-details.right {
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .title.big {
    font-size: 28px;
    line-height: 28px;
  }

  .button {
    height: 50px;
    min-width: 170px;
    padding-bottom: 12px;
  }

  .button-section, .header-text-box {
    width: 80%;
  }

  .link {
    color: #000;
    font-family: PT Serif, serif;
    font-size: 16px;
  }

  .title-gray {
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 16px;
  }

  .title-gray.mini {
    font-size: 36px;
    line-height: 40px;
  }

  .title-gray.mini.size {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-link {
    font-size: 24px;
    line-height: 28px;
  }

  .footer-link.w--current {
    font-size: 24px;
  }

  .working-hours.adjust10, .working-hours.adjust-1 {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-text-medium {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
  }

  .hero-text-medium.font-size {
    font-size: 28px;
    line-height: 28px;
  }

  .title-link.mini {
    font-size: 24px;
    line-height: 28px;
  }

  .title-box.bottom-divider {
    font-size: 36px;
    line-height: 40px;
  }

  .milestone-icon.medal {
    width: 90px;
    height: 90px;
    background-image: url('../images/Medal_1Medal.png'), linear-gradient(#c2615c 100%, #ac9984);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 25px, auto;
  }

  .milestone-icon.note {
    width: 90px;
    height: 90px;
    background-image: url('../images/Note_1Note.png'), linear-gradient(#c2615c 100%, #ac9984);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 25px, auto;
  }

  .milestone-text {
    color: #000;
    font-family: PT Serif, serif;
    font-size: 52px;
    line-height: 56px;
  }

  .milestone-text.small {
    color: #000;
    font-family: PT Serif, serif;
    font-size: 28px;
    line-height: 32px;
  }

  .button-special {
    width: 260px;
  }

  .dropdown-arrow {
    margin-top: 27px;
  }

  .text-block {
    margin-top: -4px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-2 {
    color: #000;
    font-size: 34px;
    line-height: 38px;
  }

  .paragraph-left {
    color: #000;
    font-family: PT Serif, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .block-quote {
    color: #333;
    font-size: 24px;
    line-height: 28px;
  }

  .expert-div {
    margin-top: 40px;
  }

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

  .pic-header {
    color: #000;
    text-align: center;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
  }

  .h2-left {
    color: #000;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
  }

  .h2-left.size-up {
    font-size: 48px;
    line-height: 52px;
  }

  .text-block-2 {
    color: #fff;
    font-family: PT Serif, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .heading-3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
  }

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

  .buttons {
    font-size: 24px;
    line-height: 24px;
  }

  .page-head {
    font-size: 48px;
    line-height: 52px;
  }

  .items-div {
    font-size: 36px;
    line-height: 40px;
  }

  .list-item {
    font-size: 24px;
    line-height: 28px;
  }

  .link-38 {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
  }

  .text-block-4 {
    font-size: 34px;
    line-height: 38px;
  }

  .link-39 {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
  }

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

  .h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    padding-top: 10px;
  }

  .navlink {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .navlink.w--current, .navmenu {
    background-color: #fff;
  }

  .top-of-navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 6%;
  }

  .paragraph.mini {
    order: 0;
    align-self: auto;
    font-size: 14px;
    line-height: 18px;
  }

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

  .paragraph.add-top-40 {
    font-size: 18px;
    line-height: 22px;
  }

  .scroll-down.on-inner-pages {
    right: 5%;
  }

  .content-wrapper {
    padding-bottom: 20px;
  }

  .content-wrapper.footer {
    margin-bottom: 0;
  }

  .content-wrapper.milestones {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title.big {
    text-align: left;
  }

  .title.breadcrumbs {
    text-decoration: none;
  }

  .header-text-box {
    width: 80%;
  }

  .horizontal-container {
    width: 100%;
  }

  .title-gray.mini {
    font-size: 22px;
    line-height: 26px;
  }

  .title-gray.mini.size {
    text-align: center;
    order: 0;
    display: block;
  }

  .header-link {
    margin-bottom: 5px;
  }

  .footer-column {
    width: 14%;
  }

  .footer-column.big {
    width: 30%;
    text-align: center;
    margin-right: 0%;
  }

  .footer-column._2.size-1 {
    width: 28%;
    padding-right: 5px;
  }

  .footer-column._3 {
    width: 27%;
  }

  .footer-logo, .footer-logo.w--current, .footer-link {
    text-align: center;
  }

  .footer-link.w--current, .footer-link.left {
    text-align: left;
  }

  .footer-notice-bar {
    padding-left: 6%;
  }

  .hero-text-medium {
    font-size: 22px;
    line-height: 22px;
  }

  .hero-box {
    width: 100%;
  }

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

  .title-box.adj-btm, .title-box.adj-top {
    text-align: left;
  }

  .milestone-box {
    text-align: center;
    align-self: stretch;
    display: block;
  }

  .milestone-box.no-padding {
    text-align: center;
  }

  .milestone-icon {
    margin-bottom: 12px;
    display: inline-block;
  }

  .milestone-icon.medal {
    margin-bottom: 10px;
  }

  .milestone-text {
    font-size: 34px;
    line-height: 38px;
  }

  .mini-preview-text-box {
    width: 60%;
  }

  .cta-buttons-box {
    margin-top: 20px;
  }

  .details-container {
    width: 33%;
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .details-container._3 {
    width: 33%;
    justify-content: center;
  }

  .details-container.btm {
    width: auto;
    text-align: center;
    border-right-color: #000;
    flex-direction: row;
    align-items: center;
  }

  .details-text-box {
    text-align: center;
    flex-flow: row;
    align-content: center;
    align-self: center;
    padding-top: 5px;
    display: block;
  }

  .burger-menu {
    color: #000;
    border: 2px solid #000;
  }

  .menu-button {
    border: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .dropdown-toggle {
    width: 100%;
    height: 75px;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 0;
  }

  .dropdown-arrow {
    top: 1px;
  }

  .dropdown-link {
    width: 100%;
    text-align: left;
  }

  .contact-details-container, .pic-div, .pic-div.adjust {
    text-align: center;
  }

  .pic-header, .h2-left {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-left.size-up {
    font-size: 32px;
    line-height: 36px;
  }

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

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

  .page-head {
    margin-top: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-4 {
    float: none;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .dropdown {
    float: none;
    text-align: left;
  }

  .icon-2 {
    margin-bottom: 0;
  }

  .dropdown-list-2 {
    text-align: left;
  }

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

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .dropdown-toggle-3 {
    float: none;
    text-align: left;
    padding-left: 0;
  }

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

  .div-block-5 {
    text-align: center;
  }

  .content {
    text-align: left;
  }

  .columns {
    text-align: center;
  }

  .menu-button-2 {
    border: 1px solid #000;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    margin-top: 0;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .navmenu {
    background-color: #fff;
  }

  .top-of-navbar {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    bottom: auto;
    right: auto;
  }

  .top-of-navbar-link.left {
    float: none;
    padding-right: 8px;
  }

  .top-of-navbar-link.right {
    padding-left: 8px;
  }

  .hero-section {
    padding-top: 8%;
  }

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

  .hero-contact-details.right {
    margin-top: 10px;
  }

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

  .content-wrapper.footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .content-wrapper.milestones {
    flex-direction: column;
    padding-top: 25px;
  }

  .column {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }

  .column.intro-images, .column.intro-text {
    width: 100%;
    height: auto;
  }

  .header-text-box {
    width: 100%;
  }

  .vertical-container {
    width: 48%;
    margin-bottom: 20px;
  }

  .title-gray.mini {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-column {
    width: 50%;
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .footer-column.big {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-column._2, .footer-column._2.size-1 {
    width: 50%;
  }

  .footer-column._3 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-logo, .footer-logo.w--current {
    text-align: center;
  }

  .contact-details-box.adjust {
    text-align: center;
    display: block;
  }

  .social-icons-container {
    text-align: center;
  }

  .hero-text-medium, .hero-text-medium.font-size {
    font-size: 20px;
    line-height: 20px;
  }

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

  .title-box.bottom-divider {
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .title-box.adj-btm, .title-box.adj-top {
    text-align: center;
  }

  .milestone-box {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right-style: none;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .milestone-box.no-padding {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right-style: none;
  }

  .milestone-text {
    font-size: 32px;
    line-height: 36px;
  }

  .team-member-picture.big {
    height: 450px;
  }

  .cta-buttons-box {
    margin-top: 20px;
  }

  .button-special.adjust {
    text-align: left;
  }

  .details-container {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .details-container._3 {
    width: 100%;
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .details-text-box {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    margin-top: 10px;
    margin-right: 40px;
  }

  .item {
    width: 50%;
  }

  .top-border {
    margin-top: 50px;
  }

  .team-member-column {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-column.left {
    width: 100%;
  }

  .dropdown-toggle {
    margin-right: 0;
  }

  .pic-div {
    text-align: center;
    margin-top: 0;
  }

  .pic-div.adjust {
    margin-top: 20px;
  }

  .h2-left {
    font-size: 18px;
    line-height: 22px;
  }

  .h2-left.size-up {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .page-head {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .dropdown {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-image {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-div-block {
    width: 100%;
  }

  .h2 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .dropdown-toggle-3 {
    text-align: center;
    padding-left: 20px;
  }

  .div-block-2 {
    text-align: center;
    margin-top: -20px;
  }

  .menu-button-2 {
    border: 1px solid #000;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 16%;
    border: 0 #000;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .navmenu {
    background-color: #fff;
  }

  .top-of-navbar {
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
  }

  .top-of-navbar-link.left {
    border-right-style: none;
    padding-right: 0;
  }

  .top-of-navbar-link.right {
    margin-top: 10px;
    padding-left: 0;
  }

  .hero-section {
    padding-top: 10%;
  }

  .hero-container {
    min-width: auto;
  }

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

  .paragraph.add-top {
    text-align: center;
  }

  .hero-contact-details.left {
    border-right-style: none;
  }

  .hero-contact-details.right {
    margin-top: 10px;
    padding-left: 0;
  }

  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrapper.milestones {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .column.intro-images {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .column.intro-text {
    text-align: center;
    margin-bottom: 0;
  }

  .title.big {
    line-height: 22px;
  }

  .button {
    background-image: linear-gradient(#c2615c 100%, #ad9984);
  }

  .button-section.right {
    text-align: left;
  }

  .vertical-container {
    width: 100%;
  }

  .horizontal-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-box.left {
    width: 100%;
    border-bottom: 1px solid #d0b89d;
    border-right-style: none;
  }

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

  .contact-details-box.adjust {
    padding-right: 0;
    display: block;
  }

  .social-icon.facebook, .social-icon.twitter, .social-icon.google-plus, .social-icon.linkedin {
    color: rgba(0, 0, 0, 0);
  }

  .hero-text-medium {
    font-size: 19px;
    line-height: 19px;
  }

  .hero-text-medium.font-size {
    font-size: 17px;
    line-height: 17px;
  }

  .title-box.bottom-divider {
    display: block;
  }

  .title-box.adj-top {
    text-align: center;
  }

  .milestone-box.no-padding {
    padding-top: 0;
  }

  .milestone-icon.medal, .milestone-icon.note {
    margin-right: 0;
  }

  .milestone-text {
    font-size: 30px;
    line-height: 34px;
  }

  .mini-preview-text-box {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cta-buttons-box {
    margin-top: 15px;
    display: block;
  }

  .cta-box-button.side-border {
    border-right-style: none;
  }

  .button-special {
    text-align: left;
  }

  .button-special.adjust {
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    width: auto;
    float: none;
    margin-top: 12px;
    margin-left: 126px;
    margin-right: 127px;
  }

  .item {
    width: 100%;
  }

  .social-icon-box {
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    margin-top: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .logo {
    border: 1px solid #000;
  }

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

  .pic-header {
    font-size: 18px;
    line-height: 22px;
  }

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

  .h2-left.size-up, .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-11 {
    margin-bottom: 0;
  }

  .page-head {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

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

  .items-div.add-top {
    margin-top: 30px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .icon-2 {
    margin-top: 18px;
  }

  .image-4 {
    float: none;
    padding-right: 0;
  }

  .h2 {
    text-align: center;
  }

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

  .div-block-4 {
    text-align: center;
  }

  .menu-button-2 {
    text-align: right;
    border: 1px solid #000;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 40px;
  }

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


