.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: #000;
}

.dropdown-list-2 {
  background-color: #99c;
}

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

.dropdown-link {
  color: #000;
  font-weight: 500;
}

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

.dropdown-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1400px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.hero {
  max-width: 1400px;
  min-height: 800px;
  padding-top: 133px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.content {
  display: block;
  max-width: 1400px;
  padding: 38px 20px;
}

.container.full-width {
  max-width: 1700px;
  min-width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.new-nav-link {
  padding: 17px 60px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.new-nav-link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.new-nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.section.hero {
  background-color: #000;
  background-image: url('../images/Tom-portrait-seated.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), color-stop(7%, rgba(0, 0, 0, 0.36)), color-stop(25%, transparent)), url('../images/tom-portrait.jpg');
  background-image: url('../images/Tom-portrait-seated.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.36) 7%, transparent 25%), url('../images/tom-portrait.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.stop-press {
  background-color: #ffa600;
}

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

.section.footer {
  padding: 10px 0px 20px;
  background-color: #000;
}

.main-section {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: transparent;
}

.main-section.brand {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand-container {
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  width: 100%;
  float: left;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
}

.image._3d-jacket {
  width: 70%;
}

.image.book-guide {
  padding-left: 20px;
  float: none;
}

.heading-1 {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 48px;
  font-weight: 400;
}

.heading-1.white {
  margin-bottom: 0px;
  color: #fff;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #525151;
}

.heading-2.white {
  color: #fff;
  font-weight: 400;
}

.hero-title-container {
  width: 30%;
}

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

.text-block {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

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

.text-block.white.hero-block {
  max-width: 500px;
  color: #ffa600;
  font-size: 18px;
  font-weight: 500;
}

.text-block.stop-press {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block.centred {
  color: #c99104;
  text-align: center;
}

.text-block.bolder {
  color: #996f03;
  font-weight: 500;
}

.text-block.footer {
  margin-bottom: 0px;
  color: #ffa600;
  font-size: 16px;
  text-align: center;
}

.flex-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  color: #000;
  text-decoration: none;
}

.flex-child.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 500px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease, background-color 350ms ease;
  transition: border-color 350ms ease, background-color 350ms ease;
}

.flex-child.wide:hover {
  border-color: #ffa600;
  background-color: rgba(255, 166, 0, 0.15);
}

.paragraph {
  max-width: 1100px;
  margin-bottom: 20px;
  font-size: 15px;
}

.paragraph.bolder {
  margin-bottom: 10px;
  font-weight: 600;
}

.heading-3 {
  font-family: Merriweather, serif;
  font-size: 27px;
}

.heading-3.centred {
  margin-bottom: 0px;
  color: #525151;
  text-align: center;
}

.heading-3.customer-reviews {
  color: #525151;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-column {
  width: 66.666%;
  padding-right: 20px;
  float: left;
}

.text-column.left {
  width: 66.666%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
}

.image-column {
  width: 33.333%;
  padding-top: 20px;
  float: right;
}

.image-column.right {
  width: 33.3333%;
  padding-right: 10px;
  float: left;
}

.bolder {
  font-weight: 600;
}

.button {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #ffa600;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #000;
  color: #ffa600;
}

.order-info {
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: left;
}

.order-info.left {
  float: right;
}

.call-to-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.call-to-link:hover {
  color: #fff;
}

.modal-contact {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #3b3b3b;
}

.modal-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-2 {
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  float: right;
  border-radius: 10px;
  background-color: #fff;
  color: #3b3b3b;
  font-size: 18px;
  text-align: center;
}

.button-2.modal-popup {
  width: auto;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  background-color: #ecb20a;
}

.button-2.cta {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #000;
}

.button-2.cta:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #000;
}

.field-label {
  width: auto;
  font-weight: 600;
  text-align: left;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 66, 87, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block-2:hover {
  color: #3b3b3b;
}

.text-block-2.modal-popup {
  margin-bottom: 20px;
  background-color: transparent;
  color: #3b3b3b;
  font-size: 22px;
  line-height: 24px;
}

.text-block-2.cta {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.links {
  font-family: 'Open Sans', sans-serif;
  color: #616161;
  font-weight: 600;
}

.links.inline-text {
  color: #0071bc;
}

.links.special {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #ffa600;
}

.links.special:hover {
  color: #eee;
}

.text-field {
  width: 100%;
}

.model-content-2 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 550px;
  padding: 10px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -45px;
  right: 13px;
  bottom: auto;
  z-index: 5000;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  line-height: 30px;
  text-decoration: none;
}

.close-modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  color: #000;
}

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

.section-2.cta {
  min-height: 50px;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: #ffbe00;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: center;
}

.container-2.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-unit {
  width: 31.333%;
  height: 100%;
  margin-right: 1%;
  margin-left: 1%;
}

.customer-quote {
  font-family: 'PT Sans', sans-serif;
  color: #797979;
  font-size: 16px;
  line-height: 105%;
  font-style: italic;
  text-align: center;
}

.slider.customer-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: transparent;
}

.mask {
  width: 100%;
  height: 400px;
  margin-right: 52px;
  margin-left: 52px;
  padding: 16px 0px;
}

.mask._2 {
  height: 320px;
}

.customer-review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 10px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.4);
  border-radius: 3px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

._5-star-review-graphic {
  width: 80px;
  padding-top: 5px;
  padding-bottom: 12px;
}

.body-text {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #4a4a4a;
  font-size: 1.25em;
  line-height: 150%;
  text-align: center;
}

.body-text.review-customer {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #525151;
  font-size: 17px;
}

.body-text.review-customer.name {
  margin-bottom: 0px;
  font-weight: 500;
}

.slider-arrow {
  color: #fff;
}

.section-3 {
  height: auto;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.section-3.testimonials {
  background-color: #eee;
}

.slide-nav {
  display: none;
}

.heading-4 {
  margin-bottom: 25px;
  font-family: 'PT Sans', sans-serif;
  color: #686767;
  font-size: 1.6em;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading-4.testimonials {
  color: #525151;
}

@media screen and (min-width: 1920px) {
  .hero-title-container {
    width: 40%;
  }

  .flex-child.wide {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-3.customer-reviews {
    color: #525151;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .modal-contact {
    display: none;
  }

  .modal-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-2.modal-popup {
    background-color: #ffa600;
  }

  .text-block-2.modal-popup {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .close-modal {
    top: -65px;
    right: 0px;
    margin-top: 20px;
    margin-right: 21px;
    background-color: transparent;
    color: #fff;
    font-size: 55px;
    line-height: 30px;
    text-align: center;
  }

  .mask {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container.hero {
    min-height: 500px;
    padding-top: 70px;
    padding-left: 20px;
  }

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

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

  .new-nav-link {
    padding: 12px 35px;
  }

  .section.hero {
    background-image: url('../images/Tom-portrait-tablet-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), color-stop(7%, rgba(0, 0, 0, 0.36)), color-stop(25%, transparent)), url('../images/tom-portrait.jpg');
    background-image: url('../images/Tom-portrait-tablet-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.36) 7%, transparent 25%), url('../images/tom-portrait.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, no-repeat;
  }

  .main-section {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand-container {
    width: 200px;
  }

  .image._3d-jacket {
    margin-bottom: 10px;
  }

  .heading-1.white {
    font-size: 42px;
  }

  .heading-2 {
    margin-top: 15px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2.white {
    margin-top: 15px;
    font-size: 24px;
  }

  .hero-title-container {
    width: 48%;
  }

  .text-block.white.hero-block {
    max-width: 350px;
    font-size: 17px;
  }

  .text-block.stop-press {
    margin-top: 15px;
    margin-bottom: 12px;
  }

  .text-block.centred {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 19px;
  }

  .text-block.bolder {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .text-block.footer {
    font-size: 15px;
  }

  .flex-child.wide {
    height: auto;
    min-height: auto;
    padding: 5px 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph.bolder {
    margin-bottom: 5px;
  }

  .heading-3.centred {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 28px;
  }

  .heading-3.customer-reviews {
    font-size: 20px;
    line-height: 26px;
  }

  .text-column {
    padding-top: 5px;
  }

  .text-column.left {
    padding-top: 13px;
  }

  .button {
    padding: 7px 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .order-info.left {
    margin-top: 20px;
  }

  .call-to-link {
    font-size: 18px;
  }

  .button-2.cta {
    width: auto;
  }

  .text-block-2.modal-popup {
    background-color: transparent;
    text-align: left;
  }

  .text-block-2.cta {
    font-size: 18px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .close-modal {
    top: -45px;
    right: 10px;
    margin-top: 0px;
    margin-right: 0px;
    color: #fff;
    line-height: 30px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-2.cta {
    padding-top: 5px;
  }

  .slider-unit {
    width: 48%;
  }

  .customer-quote {
    margin-bottom: 8px;
    font-size: 15.5px;
    line-height: 105%;
  }

  .slider {
    height: 18vh;
  }

  .slider.customer-reviews {
    height: auto;
  }

  .mask._2 {
    height: 320px;
  }

  .customer-review-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._5-star-review-graphic {
    width: 80px;
    padding-bottom: 10px;
  }

  .body-text {
    margin-bottom: 25px;
    font-size: 1.1em;
    font-weight: 400;
  }

  .section-3 {
    margin-bottom: 20px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    background-color: #7a7a7a;
  }

  .icon-2 {
    font-size: 30px;
  }

  .container.hero {
    min-height: 350px;
    padding-top: 0px;
  }

  .container.content {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .new-nav-link {
    padding: 12px 23px;
    font-size: 14px;
  }

  .section.hero {
    background-image: url('../images/Tom-portrait-Mobile-LS.jpg'), url('../images/Tom-portrait-tablet-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), color-stop(7%, rgba(0, 0, 0, 0.36)), color-stop(25%, transparent));
    background-image: url('../images/Tom-portrait-Mobile-LS.jpg'), url('../images/Tom-portrait-tablet-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.36) 7%, transparent 25%);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, repeat;
  }

  .main-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-container {
    width: 160px;
  }

  .image {
    width: 100%;
  }

  .image.book-guide {
    padding-left: 0px;
  }

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

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

  .heading-2.white {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .text-block.white.hero-block {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block.centred {
    font-size: 16px;
    line-height: 18px;
  }

  .flex-child.wide {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph {
    line-height: 16px;
  }

  .heading-3.centred {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3.customer-reviews {
    line-height: 24px;
  }

  .text-column.left {
    padding-top: 12px;
  }

  .image-column.right {
    padding-right: 0px;
  }

  .button {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .call-to-link {
    font-size: 16px;
  }

  .button-2.cta {
    width: auto;
    font-size: 17px;
  }

  .text-block-2.cta {
    font-size: 17px;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 17px;
  }

  .close-modal {
    top: 13px;
    right: 14px;
    display: block;
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.49);
    font-size: 45px;
    line-height: 35px;
  }

  .container-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-2.cta {
    padding-top: 0px;
    padding-bottom: 3px;
    -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;
  }

  .slider-unit {
    width: 48%;
  }

  .customer-quote {
    font-size: 15px;
    line-height: 100%;
  }

  .slider {
    height: 17vh;
  }

  .mask {
    margin-right: 10px;
    margin-left: 10px;
  }

  .body-text {
    margin-bottom: 20px;
    line-height: 140%;
  }

  .arrow-left {
    display: none;
    background-color: transparent;
  }

  .slider-arrow {
    color: hsla(0, 0%, 100%, 0.6);
  }

  .section-3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 1.45em;
    line-height: 120%;
  }

  .arrow-right {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    background-color: #7e7eb6;
  }

  .icon-2 {
    color: #fff;
    font-size: 26px;
  }

  .dropdown-list-2 {
    background-color: rgba(126, 126, 143, 0.9);
  }

  .dropdown-link {
    padding-left: 30px;
    background-color: rgba(76, 76, 104, 0.4);
  }

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

  .container.hero {
    min-height: 300px;
  }

  .menu-button-2 {
    padding: 12px 13px;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 100%, 0.19);
  }

  .new-nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.hero {
    background-image: url('../images/Tom-portrait-Mobile-P.jpg'), url('../images/Tom-portrait-tablet-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), color-stop(7%, rgba(0, 0, 0, 0.36)), color-stop(25%, transparent));
    background-image: url('../images/Tom-portrait-Mobile-P.jpg'), url('../images/Tom-portrait-tablet-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.36) 7%, transparent 25%);
    background-position: 50% 50%, 0px 0px, 0px 0px;
  }

  .brand-container {
    width: 150px;
  }

  .heading-1.white {
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
  }

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

  .heading-2.white {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .hero-title-container {
    width: 80%;
    max-width: 220px;
  }

  .text-block.white.hero-block {
    font-size: 14px;
    line-height: 15px;
  }

  .text-block.stop-press {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .text-block.bolder {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 18px;
  }

  .heading-3.customer-reviews {
    font-size: 18px;
    line-height: 20px;
  }

  .button {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

  .call-to-link {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .modal-contact {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2.cta {
    font-size: 16px;
  }

  .text-block-2.cta {
    font-size: 16px;
  }

  .close-modal {
    position: absolute;
    left: auto;
    top: 0%;
    right: 4%;
    bottom: auto;
    z-index: 5000;
    display: block;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .container-2 {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }

  .slider-unit {
    width: 99%;
  }

  .slider {
    height: 18vh;
  }

  .mask {
    margin-right: 15px;
    margin-left: 15px;
  }

  .body-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1em;
    line-height: 115%;
  }

  .section-3 {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-4 {
    color: #5a5959;
    font-size: 1.3em;
    line-height: 115%;
  }
}