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

.header-top-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -110px;
  width: 100%;
  height: 40px;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #131411;
}

.logo {
  height: 136px;
}

.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: #be9752;
  color: #fff;
}

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

.hero-section.subpage {
  padding-top: 260px;
  padding-bottom: 145px;
  background-image: -webkit-linear-gradient(315deg, #be9752, rgba(190, 151, 82, .72)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/For-Candidates---Delivery--Implementation---reduced.jpg');
  background-image: linear-gradient(135deg, #be9752, rgba(190, 151, 82, .72)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/For-Candidates---Delivery--Implementation---reduced.jpg');
  background-position: 0px 0px, 0px 0px, 50% 82%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.services {
  background-image: -webkit-linear-gradient(315deg, rgba(110, 193, 61, .8), rgba(110, 193, 61, .7)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/services_herobg.jpg');
  background-image: linear-gradient(135deg, rgba(110, 193, 61, .8), rgba(110, 193, 61, .7)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/services_herobg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.services.contact {
  background-image: -webkit-linear-gradient(315deg, rgba(110, 193, 61, .8), rgba(110, 193, 61, .7)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contactusimage.jpg');
  background-image: linear-gradient(135deg, rgba(110, 193, 61, .8), rgba(110, 193, 61, .7)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contactusimage.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.community {
  background-image: -webkit-linear-gradient(315deg, rgba(40, 186, 212, .8), rgba(89, 179, 194, .73)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/community_herobg.jpg');
  background-image: linear-gradient(135deg, rgba(40, 186, 212, .8), rgba(89, 179, 194, .73)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/community_herobg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 25%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.contact {
  background-image: -webkit-linear-gradient(315deg, #be9752, rgba(190, 151, 82, .72)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contactusimage.jpg');
  background-image: linear-gradient(135deg, #be9752, rgba(190, 151, 82, .72)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contactusimage.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.properties {
  background-image: -webkit-linear-gradient(315deg, #be9752, rgba(190, 151, 82, .72)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/homesample1.jpg');
  background-image: linear-gradient(135deg, #be9752, rgba(190, 151, 82, .72)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/homesample1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 26%;
  background-size: auto, auto, cover;
}

.hero-section.subpage.news {
  background-image: -webkit-linear-gradient(315deg, #be9752, rgba(190, 151, 82, .72)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/temp_54418867.jpg');
  background-image: linear-gradient(135deg, #be9752, rgba(190, 151, 82, .72)), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/temp_54418867.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
}

.hero-slide-containter {
  position: relative;
  z-index: 20000;
  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-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  line-height: 45px;
  font-weight: 300;
}

.hero-slide-title.intro-title {
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #76ad4b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.hero-slide-title.intro-title.dark-intro-title {
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
  font-weight: 400;
}

.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 {
  color: #ffe6b9;
}

.hero-slide-title.intro-title.dark-intro-title.centered.highlight.blue {
  color: #a4e1ec;
}

.hero-slide-title.dark {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 45px;
  line-height: 43px;
  text-transform: uppercase;
}

.hero-slide-title.dark.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.hero-slide-title.dark.centered.consult {
  float: left;
  font-size: 1.8em;
  line-height: 1.4em;
}

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

.text--book-title {
  position: relative;
  z-index: 2000;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.1em;
  line-height: 1.4em;
}

.header-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 70px;
}

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

.section.home-intro {
  overflow: visible;
  padding-top: 45px;
  padding-bottom: 26px;
  background-color: #131411;
  color: #fff;
}

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

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

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

.section.tint._2.more-padding {
  padding-top: 205px;
}

.section._2 {
  padding-top: 145px;
}

.section._2.more-padding {
  padding-top: 205px;
}

.section.show {
  overflow: visible;
}

.container {
  position: relative;
}

.profile-call-to-action {
  width: 92%;
}

.link {
  color: #be9752;
  font-weight: 700;
  text-decoration: none;
}

.large-cta-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 37px;
  line-height: 41px;
  font-weight: 300;
  text-transform: uppercase;
}

.profile-cta-image {
  position: absolute;
  top: -187px;
  right: 0px;
  z-index: 20;
  width: 230px;
  height: 230px;
  border: 7px solid #fff;
  border-radius: 230px;
}

.button {
  margin-top: 10px;
  padding: 14px 25px;
  border-radius: 4px;
  background-color: #fff;
  -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: #1b1b1b;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.button.large-cta-button {
  position: absolute;
  right: 131px;
  bottom: 95px;
  z-index: 30;
  display: block;
  width: 248px;
  padding-top: 12px;
  padding-right: 45px;
  padding-bottom: 13px;
  border-radius: 3px;
  background-color: #be9752;
  background-image: url('../images/arrowright.png');
  background-position: 79% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2), inset 0 -3px 0 0 rgba(0, 0, 0, .1);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

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

.button.contact-bar {
  float: right;
}

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

.footer-social-block-right {
  float: right;
}

.footer-image {
  position: relative;
  height: 185px;
  background-image: -webkit-linear-gradient(270deg, rgba(190, 151, 82, .87), rgba(190, 151, 82, .87)), url('../images/footerroof.jpg');
  background-image: linear-gradient(180deg, rgba(190, 151, 82, .87), rgba(190, 151, 82, .87)), url('../images/footerroof.jpg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
}

.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-button.instagram {
  background-color: #c536a4;
}

.footer-social-button.instagram:hover {
  background-color: #df41ba;
}

.footer-social-button.snapchat {
  background-color: #ffe100;
}

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

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

.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: #be9752;
}

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

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

.paragraph {
  margin-top: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 100;
}

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

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

.footer-top-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 55px;
}

.slide-1 {
  padding-top: 280px;
  padding-bottom: 222px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), -webkit-linear-gradient(315deg, #fff 29%, hsla(0, 0%, 100%, 0)), url('../images/curb.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(135deg, #fff 29%, hsla(0, 0%, 100%, 0)), url('../images/curb.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

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

.slide-2 {
  padding-top: 280px;
  padding-bottom: 222px;
  background-image: -webkit-linear-gradient(315deg, #fff 29%, hsla(0, 0%, 100%, 0)), url('../images/house2.jpg');
  background-image: linear-gradient(135deg, #fff 29%, hsla(0, 0%, 100%, 0)), url('../images/house2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.arrow {
  display: none;
}

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

.small-content-wrapper._100 {
  width: 100%;
  margin-bottom: 40px;
}

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

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

.heading-2.left {
  font-weight: 400;
  text-align: left;
}

.heading-2.subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 1.3em;
  font-weight: 200;
  text-align: left;
  text-transform: capitalize;
}

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

.list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 23px;
  list-style-type: disc;
}

.list.tax-prep {
  padding-left: 117px;
}

.list.financial-statements {
  padding-left: 95px;
}

.list.business-services {
  padding-left: 31px;
}

.div-block--checkmark {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image--checkmark {
  width: 20px;
  margin-right: 20px;
}

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

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

.text--sub-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #327885;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.community-logos-wrapper {
  margin-top: 30px;
}

.logos-columns {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.community-logo-block {
  padding: 13px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .08);
  text-align: center;
}

.community-logo {
  height: 60px;
}

.logos-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: #be9752;
  -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: #131411;
}

.map {
  border-radius: 12px;
  box-shadow: 1px 1px 13px 0 #cfcfcf;
}

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

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

.div-block--login {
  margin-bottom: 33px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #76ad4b;
}

.image--lock {
  height: 17px;
  margin-right: 10px;
  float: left;
}

.text--small {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.link-block--login {
  width: 135px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block--login:hover {
  opacity: 0.85;
}

.row--top-padding {
  margin-top: 40px;
}

.div-block--contact-icons {
  padding-bottom: 59px;
}

.link-block--social {
  margin-right: 15px;
  padding: 13px;
  border: 1px solid #686868;
  border-radius: 100px;
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block--social:hover {
  box-shadow: 1px 1px 20px 0 #e2e2e2;
  opacity: 0.9;
}

.success {
  background-color: #be9752;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
}

.image--social {
  height: 20px;
}

.link-block--property-parent {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-image: url('../images/curb.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #be9752;
  text-decoration: none;
}

.div-block--property-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block--property-overlay:hover {
  background-color: rgba(51, 51, 51, .1);
  color: #000;
}

.div-block--property-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 13px;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.text--property-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
}

.text-col-left {
  padding: 40px 30px 30px 50px;
  border-right: 1px solid #eee;
  background-color: #fff;
}

.text-col-right {
  padding: 40px;
}

.text-block-wrapper {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: -116px;
  border: 0px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, .1);
}

.text-block-wrapper._2 {
  margin-top: 0px;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.image-blog {
  width: 60%;
  margin-bottom: 24px;
}

.form--contact {
  display: none;
}

.div-block--security {
  display: none;
}

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

.link--gold-thin {
  color: #be9752;
  text-decoration: none;
}

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) {
  .header-top-image {
    bottom: -91px;
  }
  .navbar {
    padding-bottom: 20px;
  }
  .logo {
    height: 100px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .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: 29px;
    padding-bottom: 18px;
  }
  .large-cta-title {
    width: 70%;
    font-size: 30px;
  }
  .profile-cta-image {
    top: -198px;
    width: 200px;
    height: 200px;
  }
  .button.large-cta-button {
    right: 79px;
    bottom: 138px;
  }
  .menu {
    color: #fff;
  }
  .menu.w--open {
    background-color: #be9752;
  }
  .nav-menu {
    background-color: #131411;
  }
  .arrow {
    display: none;
  }
  .small-content-wrapper {
    width: 90%;
  }
  .section--consultation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hero-slide-containter {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-slide-title.dark {
    font-size: 26px;
  }
  .hero-slide-title.dark.centered.consult {
    width: 100%;
    text-align: center;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.color-blocks {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .large-cta-title {
    width: 50%;
    font-size: 26px;
    line-height: 30px;
  }
  .profile-cta-image {
    top: -164px;
  }
  .button.large-cta-button {
    right: 57px;
    bottom: 173px;
  }
  .button.contact-bar {
    float: none;
  }
  .div-block--home-icon-and-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .text-col-left {
    padding: 25px 25px 5px;
  }
  .text-col-right {
    padding: 0px 25px 25px;
  }
  .column--centered {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-slide-title.dark {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .hero-slide-title.dark.centered.consult {
    font-size: 1.6em;
  }
  .profile-call-to-action {
    margin-top: 9px;
  }
  .large-cta-title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }
  .profile-cta-image {
    top: -163px;
    width: 160px;
    height: 160px;
    border-width: 4px;
  }
  .button.large-cta-button {
    position: static;
    left: -1px;
    right: 78px;
    bottom: 616px;
  }
  .button.contact-bar {
    font-size: 1em;
  }
  .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;
  }
  .text-col-left {
    padding-bottom: 0px;
  }
  .text-col-right {
    padding-bottom: 5px;
  }
}

