﻿.header-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2000;
  height: 89px;
}

.navbar {
  padding-top: 27px;
  padding-bottom: 28px;
  background-color: #fff;
}

.logo {
  height: 55px;
}

.nav-link {
  margin-left: 4px;
  padding: 5px 14px;
  border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 0.9em;
  line-height: 1.4em;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #e0e0e0;
  color: #000;
}

.nav-link.w--current {
  background-color: #112c83;
  color: #fff;
}

.hero-section {
  position: relative;
  height: auto;
  padding-top: 0px;
  border-bottom: 40px solid #fff;
  color: #fff;
}

.hero-section.subpage {
  padding-top: 234px;
  padding-bottom: 145px;
  background-image: url('../images/page_2_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.subpage.ourbusiness {
  background-image: url('../images/IMG_1714_reduced.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.subpage.contact {
  background-image: url('../images/33576086_ml_Rb_reduced.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-section.subpage.transactions {
  height: 484px;
  padding-top: 264px;
  background-image: url('../images/collage_RA.jpg');
  background-position: 50% 100%;
  background-size: auto 336px;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-slide-containter {
  position: relative;
  padding-bottom: 100px;
}

.hero-slide-containter.centered {
  padding-bottom: 0px;
  text-align: center;
}

.hero-slide-title {
  position: relative;
  z-index: 30;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 45px;
  font-weight: 300;
}

.hero-slide-title.intro-title {
  margin-bottom: 10px;
  color: #76ad4b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.hero-slide-title.intro-title.dark-intro-title {
  color: #e5dfab;
}

.hero-slide-title.intro-title.dark-intro-title.centered {
  top: -1px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #6ec13d;
}

.hero-slide-title.intro-title.dark-intro-title.centered.highlight {
  font-family: Lato, sans-serif;
  color: #e5dfab;
  font-size: 19px;
}

.hero-slide-title.intro-title.dark-intro-title.white {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.hero-slide-title.dark {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 43px;
  font-weight: 300;
  text-transform: none;
}

.hero-slide-title.dark.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.hero-slide-title.dark.centered.consult {
  float: left;
  font-size: 30px;
  line-height: 38px;
}

.hero-slide-title.dark.centered.consult.phone {
  width: 100%;
  float: right;
}

.section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.home-intro {
  overflow: visible;
  padding-top: 27px;
  padding-bottom: 26px;
  background-color: #112c83;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b349d), to(#092670));
  background-image: linear-gradient(180deg, #1b349d, #092670);
  color: #fff;
}

.section.bottom-footer {
  padding-top: 45px;
  padding-bottom: 22px;
}

.section.intro {
  padding-top: 0px;
}

.section.intro.small-padding {
  padding-bottom: 30px;
}

.section.tint {
  overflow: visible;
  background-color: #f1f4fc;
}

.section.tint.less-bottom-padding {
  padding-bottom: 30px;
}

.section.contact {
  padding-top: 60px;
}

.section._30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  position: relative;
}

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

.link.blue {
  color: #112c83;
  cursor: pointer;
}

.link.lightblue {
  color: #c0cfff;
}

.large-cta-title {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}

.profile-cta-image {
  position: absolute;
  top: -151px;
  right: 53px;
  z-index: 20;
  height: 246px;
  border: 8px solid #fff;
  border-radius: 200px;
}

.button {
  margin-top: 10px;
  padding: 14px 25px;
  border-radius: 4px;
  background-color: #28bad4;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #28bad4;
  font-size: 1.1em;
  line-height: 1.4em;
}

.button:hover {
  background-color: #22adc5;
  color: #fff;
}

.button.large-cta-button {
  position: relative;
  top: 6px;
  z-index: 30;
  display: inline-block;
  width: auto;
  padding-top: 12px;
  padding-bottom: 13px;
  border-radius: 3px;
  background-color: #112c83;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2), inset 0 -3px 0 0 rgba(0, 0, 0, .1);
  color: #fff;
  font-weight: 400;
}

.button.large-cta-button:hover {
  background-position: 95% 50%;
  box-shadow: 8px 8px 23px 0 rgba(0, 0, 0, .2), inset 0 -3px 0 0 rgba(0, 0, 0, .1);
}

.button.large-cta-button.property-management {
  position: relative;
  left: 0%;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: auto;
  background-color: #112c83;
  background-image: none;
  color: #fff;
}

.button.large-cta-button.download-here {
  display: inline-block;
  width: auto;
  padding-right: 25px;
  background-color: #112c83;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  font-weight: 600;
}

.button.large-cta-button.property {
  width: 319px;
}

.footer-text-block-left {
  float: left;
}

.footer-social-block-right {
  margin-top: 30px;
  text-align: center;
}

.footer-image {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 44, 131, .83)), to(rgba(17, 44, 131, .83))), url('../images/sunset-at-Clearwater-bridge--nov-2013-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(17, 44, 131, .83), rgba(17, 44, 131, .83)), url('../images/sunset-at-Clearwater-bridge--nov-2013-cropped.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.footer-link {
  display: inline-block;
  margin-right: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #b1b1b1;
  font-size: 0.9em;
  line-height: 1.4em;
  text-decoration: none;
}

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

.footer-paragraph {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
}

.footer-social-button {
  width: 60px;
  height: 60px;
  margin-left: 5px;
  padding-top: 16px;
  border-radius: 4px;
  background-color: #5a679b;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.footer-social-button:hover {
  background-color: #6b7dc2;
}

.footer-social-button.twitter {
  background-color: #28bad4;
}

.footer-social-button.twitter:hover {
  background-color: #36cee9;
}

.footer-social-button.linkedin {
  background-color: #0077b5;
}

.footer-social-button.linkedin:hover {
  background-color: #27b5ff;
}

.footer-social-icon {
  height: 20px;
}

.div-block--home-icon-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block--home-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #112c83;
}

.image--home-icons {
  height: 34px;
}

.small-tips-title {
  margin-top: 4px;
  margin-bottom: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 600;
}

.paragraph {
  margin-top: 3px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}

.paragraph.bottom-padding {
  margin-bottom: 30px;
}

.slide-1 {
  padding-top: 250px;
  padding-bottom: 240px;
  background-image: linear-gradient(135deg, rgba(0, 14, 58, .25), rgba(0, 14, 58, .05)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slider {
  height: auto;
  margin-bottom: -38px;
}

.slide-2 {
  padding-top: 250px;
  padding-bottom: 240px;
  background-image: linear-gradient(135deg, rgba(0, 14, 58, .25), rgba(0, 14, 58, .05)), url('../images/slide2-2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide-2._3 {
  background-image: linear-gradient(135deg, rgba(0, 14, 58, .25), rgba(0, 14, 58, .05)), url('../images/slide1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.small-content-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.section-title-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #686868;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.heading-2.left-no-padding {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: left;
}

.image--company {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: -137px auto 30px;
  border: 8px solid #fff;
  border-radius: 150px;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .1);
  text-align: center;
}

.image--company.principals {
  margin-top: 21px;
  margin-bottom: 57px;
}

.section--consultation {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #112c83;
}

.link-block--consult-phone {
  float: right;
}

.field {
  height: 45px;
  padding-left: 20px;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

.field:hover {
  box-shadow: 1px 1px 13px 0 #b6b6b6;
}

.field.message {
  height: 150px;
}

.submit {
  height: 45px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 3px;
  background-color: #112c83;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #1d1d1d;
}

.div-block--title-and-list-group {
  margin-bottom: 40px;
}

.success {
  background-color: #112c83;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

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

.div-block--home-image {
  width: 25%;
  height: 140px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
  background-image: url('../images/Screen-Shot-2017-08-31-at-4.00.30-PM.png');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block--home-image._2 {
  background-image: url('../images/pic2row1.png');
  background-position: 50% 50%;
}

.div-block--home-image._3 {
  background-image: url('../images/MH-3-star-Zhills-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block--home-image._4 {
  background-image: url('../images/RV____Az_5_star_rv_Resort_c.jpg');
  background-position: 50% 50%;
}

.div-block--home-image._5 {
  background-image: url('../images/RVs-FL-WC-park-models.jpg');
}

.div-block--home-image._6 {
  background-image: url('../images/RV---Az-park-models-1.jpg');
}

.div-block--home-image._7 {
  background-image: url('../images/RV-FL-3-star-park-allage.JPG');
}

.div-block--home-image._8 {
  background-image: url('../images/MH--Creekside-Vanc.jpg');
}

.div-block--home-image._9 {
  background-image: url('../images/MH--FL-Home-Scene-2r.jpg');
}

.div-block--home-image._10 {
  background-image: url('../images/MH-AZ-5-star.jpg');
}

.div-block--home-image._11 {
  background-image: url('../images/MH-Ore--hwd-mgr.JPG');
}

.div-block--home-image._12 {
  background-image: url('../images/MH--Oregon-nice-home-1.JPG');
}

.div-block--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: -3px;
  margin-left: -3px;
}

.div-block--footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.div-block--footer-wrapper.white-divide {
  border-right: 1px solid hsla(0, 0%, 100%, .58);
  border-left: 1px solid hsla(0, 0%, 100%, .58);
}

.div-block--footer-contents {
  width: 80%;
}

.link--footer {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer-para {
  padding-top: 12px;
  text-align: center;
}

.div-block--footer-copyright {
  margin-top: 30px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.menu-wrapper {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .12);
}

.menu-item {
  padding-right: 22px;
  padding-bottom: 0px;
  padding-left: 22px;
  border-bottom: 1px solid hsla(0, 0%, 65%, .12);
  background-color: #446E66;
}

.menu-item.title {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #112c83;
}

.menu-item.break {
  margin-bottom: 5px;
}

.menu-item-column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-right: 1px solid hsla(0, 0%, 65%, .12);
}

.menu-item-column.title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-item-column.title.last {
  border-right-width: 0px;
  text-align: center;
}

.menu-item-column.last {
  border-right-width: 0px;
  text-align: center;
}

.menu-item-title {
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.menu-item-title.description {
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  text-transform: none;
}

.div-block--contact-us-wrapper {
  margin-bottom: 8px;
}

.image--contact-icon {
  height: 66px;
  margin-right: 10px;
  float: left;
}

.text-block--contact-logo {
  margin-top: 16px;
  font-size: 41px;
  line-height: 40px;
}

.form {
  margin-top: 30px;
}

.div-block--pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 44, 131, .96);
}

.container--pop-up {
  position: relative;
  top: 50%;
  padding: 41px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-close {
  position: absolute;
  top: -35px;
  right: 0px;
  display: block;
  padding-right: 20px;
  background-image: url('../images/close.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.popup-close:hover {
  color: hsla(0, 0%, 100%, .5);
}

.image--popup-logo {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.div-block--primer-wrapper {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #112c83;
}

.primer-success {
  background-color: #fafafa;
}

.div-block--property-management-div-block-wrapper {
  position: relative;
}

html.w-mod-js *[data-ix=fade-in-on-load] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix=fade-in-on-load-2] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix=fade-in-on-load-3] {
  opacity: 0;
  -webkit-transform: translate(0px, 11px);
  -ms-transform: translate(0px, 11px);
  transform: translate(0px, 11px);
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .nav-link {
    margin-right: 4px;
  }
  .hero-section.subpage {
    padding-top: 197px;
    padding-bottom: 104px;
  }
  .hero-section.subpage.transactions {
    height: 310px;
    padding-top: 227px;
    background-image: url('../images/collage_RA.jpg');
    background-size: auto 228px;
  }
  .hero-slide-title.intro-title.dark-intro-title {
    font-size: 18px;
  }
  .hero-slide-title.dark {
    font-size: 30px;
    line-height: 31px;
  }
  .section.home-intro {
    padding-top: 20px;
  }
  .section.contact {
    padding-top: 0px;
  }
  .large-cta-title {
    width: 65%;
    font-size: 16px;
    line-height: 26px;
  }
  .profile-cta-image {
    top: -120px;
    right: 10px;
    height: 200px;
  }
  .footer-social-button {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  .div-block--home-icon-and-text {
    width: 100%;
  }
  .menu.w--open {
    background-color: #112c83;
  }
  .nav-menu {
    padding-bottom: 4px;
    background-color: #fff;
  }
  .slide-1 {
    padding-top: 192px;
    padding-bottom: 164px;
  }
  .slide-2 {
    padding-top: 192px;
    padding-bottom: 164px;
    background-position: 0px 0px, 50% 100%;
  }
  .arrow {
    display: none;
  }
  .small-content-wrapper {
    width: 90%;
  }
  .text-block--contact-logo {
    font-size: 36px;
  }
  .div-block--pop-up {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container--pop-up {
    padding: 26px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .logo {
    height: 52px;
  }
  .hero-section.subpage {
    padding-top: 136px;
    padding-bottom: 52px;
  }
  .hero-section.subpage.transactions {
    padding-top: 172px;
    padding-bottom: 64px;
    background-image: url('../images/collage_RA.jpg');
    background-size: auto 195px;
  }
  .hero-slide-containter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slide-title.intro-title.dark-intro-title.centered.highlight {
    width: 90%;
  }
  .hero-slide-title.intro-title.dark-intro-title.white {
    font-size: 16px;
  }
  .hero-slide-title.dark {
    font-size: 26px;
  }
  .hero-slide-title.dark.centered.consult {
    margin-bottom: 10px;
    float: none;
    font-size: 25px;
    line-height: 27px;
  }
  .hero-slide-title.dark.centered.consult.phone {
    float: none;
    text-decoration: none;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.color-blocks {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .large-cta-title {
    width: 56%;
    font-size: 15px;
    line-height: 23px;
  }
  .profile-cta-image {
    top: -109px;
  }
  .div-block--home-icon-and-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .paragraph {
    font-size: 15px;
  }
  .menu.w--open {
    padding: 12px;
  }
  .slide-1 {
    background-position: 0px 0px, 50% 50%;
  }
  .link-block--consult-phone {
    float: none;
    text-decoration: none;
  }
  .column {
    text-align: center;
  }
  .column-2 {
    text-align: center;
  }
  .div-block--home-image {
    height: 110px;
  }
  .slide-nav {
    display: none;
  }
  .div-block--footer-wrapper.white-divide {
    border-right-style: none;
    border-left-style: none;
  }
  .div-block--footer-contents {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .56);
  }
  .link--footer {
    font-size: 14px;
  }
  .div-block--footer-copyright {
    margin-top: 0px;
    border-top-style: none;
  }
  .footer-logo.w--current {
    width: 50%;
  }
  .menu-item-column {
    padding-right: 0px;
    padding-left: 8px;
    border-right-style: none;
  }
  .menu-item-column.title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-item-title {
    font-size: 18px;
    text-align: left;
  }
  .menu-item-title.description {
    font-size: 14px;
  }
  .text-block--contact-logo {
    font-size: 26px;
  }
  .container--pop-up {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .logo {
    height: 38px;
  }
  .hero-section.subpage.transactions {
    padding-top: 153px;
    padding-bottom: 85px;
    background-image: url('../images/collage_RA.jpg');
    background-size: auto 205px;
  }
  .hero-slide-title.dark {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .hero-slide-title.dark.centered.consult {
    font-size: 20px;
  }
  .profile-call-to-action {
    margin-top: 9px;
  }
  .large-cta-title {
    width: 100%;
    line-height: 23px;
  }
  .profile-cta-image {
    top: -113px;
    right: 0px;
    height: 118px;
    border-width: 4px;
  }
  .button.large-cta-button {
    position: static;
    right: 78px;
    bottom: -52px;
  }
  .footer-social-block-right {
    float: left;
  }
  .footer-social-button {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 0px;
    padding-top: 8px;
  }
  .div-block--home-icon-and-text {
    margin-left: -10px;
  }
  .paragraph {
    font-size: 15px;
  }
  .menu {
    padding: 12px;
  }
  .slide-1 {
    padding-top: 132px;
    padding-bottom: 112px;
  }
  .slide-2 {
    padding-top: 132px;
    padding-bottom: 112px;
  }
  .div-block--home-image {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .div-block--gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-nav {
    display: none;
  }
  .div-block--footer-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo.w--current {
    width: 70%;
  }
  .menu-item {
    padding-left: 14px;
  }
  .menu-item-column {
    border-right-style: none;
  }
  .text-block--contact-logo {
    font-size: 24px;
  }
}

