body {
  background-color: #292833;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.nav-link {
  height: 40px;
  margin-left: 2px;
  padding: 11px 11px 10px;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Dosis, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #dd683e;
  color: #fff;
}

.nav-link.w--current {
  color: #dd683e;
}

.nav-link.w--current:hover {
  color: #fff;
}

.nav-menu {
  margin-top: 21px;
  margin-left: 40px;
  float: left;
}

.logo {
  height: 75px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
}

.header-call-us-block {
  width: 164px;
  height: 40px;
  margin-top: 20px;
  margin-left: 8px;
  padding-left: 9px;
  float: right;
  border-left: 1px solid #d8d8d8;
}

.header-call-us-block.phone {
  width: 130px;
}

.header-call-title {
  margin-top: 2px;
  font-family: Dosis, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.header-call-title.number {
  color: #322994;
  font-size: 14px;
  font-weight: 700;
}

.header-phone-icon {
  height: 29px;
  margin-top: 6px;
  margin-right: 6px;
  float: left;
}

.header-phone-icon.mail-icon {
  margin-right: 11px;
}

.hero-section {
  position: relative;
  z-index: 0;
  padding-top: 119px;
  background-color: #ecedee;
}

.container {
  position: relative;
}

.container.hero-slider-container {
  height: 100%;
}

.hero-slider {
  height: 490px;
}

.hero-slide {
  position: relative;
  z-index: 30;
  background-image: url('../images/Photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 74%;
}

.hero-slide-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 69, 126, .2);
  background-image: -webkit-linear-gradient(0deg, rgba(38, 33, 97, .8), rgba(221, 104, 62, .5) 92%);
  background-image: linear-gradient(90deg, rgba(38, 33, 97, .8), rgba(221, 104, 62, .5) 92%);
}

.slider-content-block {
  position: absolute;
  left: 0px;
  bottom: 100px;
  z-index: 40;
  width: 50%;
  padding: 35px;
  border-left: 3px solid #dd683e;
  background-color: #fff;
}

.slider-content-block.subpage {
  position: relative;
  bottom: 0px;
  display: inline-block;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-content-block.subpage.smaller {
  width: 60%;
}

.hero-slide-title {
  font-family: Dosis, sans-serif;
  color: #262161;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-slide-title.subtitle {
  margin-top: 15px;
  color: #656468;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
}

.hero-slider-button {
  width: 70px;
  height: 60px;
  background-color: rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.hero-slider-button:hover {
  width: 100px;
  background-color: rgba(38, 33, 97, .7);
}

.slider-intro-title {
  position: absolute;
  left: -3px;
  top: -40px;
  display: inline-block;
  height: 40px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #dd683e;
  background-image: -webkit-linear-gradient(0deg, #dd683e, #ff8c63 98%);
  background-image: linear-gradient(90deg, #dd683e, #ff8c63 98%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.link {
  font-family: Dosis, sans-serif;
  color: #dd683e;
}

.link:hover {
  color: #837be0;
}

.link.hero-link {
  display: inline-block;
  margin-top: 16px;
  padding-right: 20px;
  background-image: url('../images/Icon-arrow-right-orange.png');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  font-family: Dosis, sans-serif;
  color: #dd683e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link.hero-link:hover {
  background-position: 121% 50%;
  color: #6962b6;
}

.link.services-link {
  display: block;
  padding-left: 24px;
  background-image: url('../images/Icon-arrow-right-white.png');
  background-position: 0px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  font-family: Dosis, sans-serif;
  color: #a39cec;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link.services-link:hover {
  color: #fff;
}

.link.footer-quick-link {
  display: block;
  margin-bottom: 3px;
  font-family: Dosis, sans-serif;
  color: #aea9eb;
  font-size: 16px;
  text-decoration: none;
}

.link.footer-quick-link:hover {
  color: #dd683e;
}

.link.sidebar-link {
  font-size: 16px;
}

.link.top-header-link {
  color: #322994;
  text-decoration: none;
}

.link.top-header-link:hover {
  color: #dd683e;
  text-decoration: underline;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.cta {
  padding-top: 45px;
  padding-bottom: 36px;
}

.section.intro-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8ee;
}

.section.tint {
  background-color: #efeef7;
}

.section.tint.team-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-intro-col-left {
  padding-right: 30px;
  font-family: Dosis, sans-serif;
}

.home-intro-block {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-left: 90px;
}

.home-intro-block.last {
  margin-bottom: 0px;
}

.home-intro-block.sidebar {
  margin-bottom: 27px;
  padding-top: 6px;
  padding-left: 80px;
}

.home-intro-block.sidebar.last {
  margin-bottom: 0px;
}

.home-intro-icon-block {
  position: absolute;
  left: 0px;
  top: 45px;
  width: 60px;
  height: 60px;
  padding-top: 17px;
  background-color: #dd683e;
  background-image: -webkit-linear-gradient(315deg, #fa885f, #dd683e 97%);
  background-image: linear-gradient(135deg, #fa885f, #dd683e 97%);
  text-align: center;
}

.home-intro-icon-block.sidebar {
  top: 0px;
}

.home-intro-title {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 10px;
  font-family: Dosis, sans-serif;
  color: #262161;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-intro-title.sidebar {
  position: static;
  margin-bottom: 5px;
}

.home-intro-icon {
  height: 26px;
}

.full-col-left {
  overflow: hidden;
  height: 480px;
  padding-right: 0px;
  background-color: #6b688d;
}

.full-col-left.about-is-image {
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.full-col-right {
  height: 480px;
  background-color: #262161;
}

.column-content-block {
  position: relative;
  z-index: 20;
  width: 460px;
  height: 100%;
  padding-top: 60px;
  padding-right: 70px;
  padding-bottom: 60px;
  float: right;
  color: #fff;
}

.column-content-block.right {
  padding-right: 0px;
  padding-left: 60px;
  float: left;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.6;
  font-family: Dosis, sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-title.main-title {
  margin-top: 7px;
  margin-bottom: 20px;
  opacity: 1;
  font-size: 37px;
  line-height: 35px;
  font-weight: 600;
}

.column-title.main-title.service-intro {
  font-size: 33px;
  line-height: 35px;
  text-transform: none;
}

.column-title.main-title.no-subtitle {
  margin-top: 0px;
}

.column-title.main-title.smaller {
  margin-bottom: 11px;
  font-size: 33px;
}

.column-title.overall {
  opacity: 1;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button {
  margin-top: 20px;
  font-family: Dosis, sans-serif;
  text-transform: uppercase;
}

.button.with-arrow {
  padding-top: 10px;
  padding-right: 35px;
  background-color: #534ca7;
  background-image: url('../images/Icon-arrow-right-white.png');
  background-position: 88% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, padding 200ms ease;
  transition: background-position 200ms ease, padding 200ms ease;
}

.button.with-arrow:hover {
  padding-right: 15px;
  background-color: #6e65d5;
  background-position: 129% 50%;
}

.button.with-arrow.dark {
  background-color: #312e53;
}

.button.with-arrow.dark:hover {
  background-color: #171624;
}

.button.with-arrow.dark.bottom-left {
  position: absolute;
  left: 0px;
  bottom: 50px;
}

.button.with-arrow.bottom-left {
  position: absolute;
  left: 60px;
  bottom: 50px;
}

.button.cta-button {
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #dd683e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
}

.button.cta-button:hover {
  background-color: #262161;
}

.button.cta-button.with-arrow {
  padding-top: 9px;
  padding-right: 40px;
  background-color: #544cad;
  -webkit-transition: background-color 200ms ease, padding 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease;
}

.button.cta-button.with-arrow:hover {
  padding-right: 20px;
  background-color: #262161;
}

.right-column-check-list {
  margin-top: 21px;
  margin-bottom: 6px;
}

.right-column-check-list-item {
  margin-bottom: 8px;
}

.image-section {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.image-section-overlay {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(225, 224, 236, .5);
  background-image: -webkit-linear-gradient(0deg, #ecebf3 28%, hsla(0, 0%, 100%, 0) 96%);
  background-image: linear-gradient(90deg, #ecebf3 28%, hsla(0, 0%, 100%, 0) 96%);
}

.field {
  height: 50px;
  margin-bottom: 6px;
  border: 2px solid #fff;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Dosis, sans-serif;
  font-size: 16px;
}

.field:hover {
  border-color: #9e9e9e;
}

.field:focus {
  border-color: #dd683e;
}

.field.area {
  height: 130px;
  padding-top: 12px;
}

.section-title-wrapper {
  margin-bottom: 30px;
  color: #262161;
}

.section-title-wrapper.no-bottom-margin {
  margin-bottom: 0px;
}

.contact-us-col-left {
  padding-right: 30px;
}

.footer {
  padding-top: 80px;
  background-color: #363541;
  color: #a6a5b1;
}

.bottom-footer-block {
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #292833;
}

.bottom-footer-text {
  font-family: Dosis, sans-serif;
  color: #818092;
}

.contact-column-wrapper {
  padding-left: 30px;
  border-left: 3px solid #dd683e;
}

.intro-text-column {
  padding-right: 30px;
  padding-left: 20px;
  border-right: 1px solid #ebebeb;
  border-left: 3px solid #dd683e;
}

.checklist-column {
  padding-left: 30px;
}

.cta-col-right {
  padding-top: 0px;
  text-align: right;
}

.check-list {
  margin-top: 20px;
}

.check-list-item {
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
}

.chekclist-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
}

.checklist-item {
  font-family: Dosis, sans-serif;
  font-size: 16px;
}

.page-header {
  position: relative;
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.page-header.services {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 50%;
}

.page-header.recruiting {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50% 16%;
  background-size: cover;
}

.page-header.it-development {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 92%;
  background-size: cover;
}

.page-header.client-introductions {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 32%;
}

.page-header.strategic {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% -131px;
  background-size: cover;
}

.footer-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #736bc9;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 75px;
  background-color: rgba(104, 101, 141, .3);
}

.page-header-overlay.about-our-team {
  padding-top: 210px;
  padding-bottom: 45px;
}

.success-bg {
  padding-top: 27px;
  background-color: #dd683e;
  color: #fff;
}

.error-bg {
  padding-top: 20px;
  padding-left: 20px;
  color: #d13434;
}

.page-intro-title {
  font-family: Dosis, sans-serif;
  font-size: 21px;
}

.team-column {
  padding-right: 20px;
}

.team-column._2 {
  padding-right: 10px;
  padding-left: 20px;
}

.team-block {
  height: 610px;
  padding: 25px;
  background-color: #fff;
}

.team-block._2 {
  padding-right: 55px;
}

.team-membe-rphoto {
  width: 90px;
  margin-right: 20px;
  float: left;
}

.team-member-title {
  margin-top: 2px;
  font-family: Dosis, sans-serif;
  color: #262161;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-member-title.title {
  margin-top: -1px;
  margin-bottom: 10px;
  color: #929292;
  font-size: 15px;
  line-height: 39px;
}

.intro-paragraph {
  margin-bottom: 15px;
  color: #979797;
  font-size: 19px;
  line-height: 24px;
}

.contact-form {
  margin-bottom: 0px;
}

.sidebar-block {
  padding: 25px;
  background-color: #fff;
}

.sidebar-col-right {
  padding-top: 98px;
}

.overall-column-left {
  padding-right: 25px;
}

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

.overall-column-right {
  padding-left: 15px;
}

.overall-column-right.client-introductions-right {
  padding-right: 60px;
}

.overall-column-right.recruiting-right {
  padding-right: 40px;
  padding-left: 35px;
}

.service-link-block {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
}

.service-block-content-block {
  position: relative;
  padding: 25px;
}

.service-block-title {
  margin-bottom: -6px;
  font-family: Dosis, sans-serif;
  color: #262161;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  text-decoration: none;
}

.service-block-title:hover {
  color: #dd683e;
}

.service-image-block {
  width: 100%;
  height: 150px;
  background-image: url('../images/Photo-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.service-image-block.client {
  background-image: url('../images/Photo-3.jpg');
}

.service-image-block.it {
  background-image: url('../images/Photo-4.jpg');
}

.service-image-block.recruiting {
  background-image: url('../images/Photo-5.jpg');
  background-size: cover;
}

.service-image-block-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(111, 106, 148, .2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.service-image-block-overlay:hover {
  background-color: rgba(111, 106, 148, .5);
}

.home-tablet-doctor {
  position: absolute;
  top: 0px;
  right: -218px;
  height: 480px;
  opacity: 0.2;
}

html.w-mod-js *[data-ix="slider-element-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-element-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-element-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-element-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-element-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-6"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-7"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 25px;
    color: #fff;
  }
  .nav-link.w--current {
    background-color: #1a1744;
    color: #fff;
  }
  .nav-menu {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #262161;
  }
  .logo {
    height: 65px;
  }
  .header-call-us-block {
    width: 175px;
    height: 50px;
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 0px;
    border-right: 1px solid #d8d8d8;
    border-left-width: 0px;
    border-left-color: #000;
  }
  .hero-section {
    padding-top: 100px;
  }
  .hero-slider {
    height: 450px;
  }
  .hero-slide-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .slider-content-block {
    bottom: 90px;
    width: 60%;
    padding: 30px;
  }
  .slider-content-block.subpage.smaller {
    width: 80%;
  }
  .hero-slide-title {
    font-size: 30px;
    line-height: 27px;
  }
  .hero-slider-button {
    width: 40px;
    height: 30px;
  }
  .link.sidebar-link {
    font-size: 14px;
  }
  .section {
    padding: 45px 45px 35px;
  }
  .home-intro-col-left {
    padding-right: 20px;
  }
  .home-intro-block {
    padding-top: 0px;
    padding-left: 80px;
  }
  .home-intro-block.sidebar {
    padding-top: 0px;
    padding-left: 50px;
  }
  .home-intro-icon-block {
    top: 0px;
  }
  .home-intro-icon-block.sidebar {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .home-intro-title {
    position: relative;
  }
  .home-intro-title.sidebar {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 21px;
  }
  .column-content-block {
    width: 380px;
    padding: 45px;
  }
  .column-content-block.right {
    width: 370px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .column-title.main-title {
    font-size: 29px;
    line-height: 30px;
  }
  .column-title.main-title.service-intro {
    font-size: 29px;
    line-height: 33px;
  }
  .column-title.main-title.smaller {
    font-size: 24px;
    line-height: 27px;
  }
  .button.with-arrow.dark.bottom-left {
    left: 45px;
  }
  .button.with-arrow.bottom-left {
    left: 45px;
  }
  .image-section-overlay {
    padding: 45px;
  }
  .footer {
    padding-top: 50px;
  }
  .bottom-footer-block {
    margin-top: 40px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .intro-text-column {
    padding-right: 20px;
  }
  .checklist-column {
    padding-right: 0px;
    padding-left: 20px;
  }
  .checklist-item {
    font-size: 16px;
  }
  .page-header.strategic {
    background-position: 50% 0px;
  }
  .page-header-overlay {
    padding: 200px 45px 55px;
  }
  .team-column {
    padding-right: 10px;
  }
  .team-column._2 {
    padding-left: 10px;
  }
  .team-block {
    height: auto;
    padding: 25px;
  }
  .team-block._2 {
    padding-right: 35px;
  }
  .team-member-title {
    font-size: 24px;
  }
  .intro-paragraph {
    font-size: 18px;
    line-height: 23px;
  }
  .sidebar-col-right {
    padding-top: 93px;
  }
  .overall-column-left {
    padding-right: 35px;
  }
  .overall-column-right.recruiting-right {
    padding-right: 20px;
    padding-left: 15px;
  }
  .service-block-content-block {
    padding: 15px;
  }
  .service-block-title {
    margin-bottom: -9px;
    font-size: 16px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f0e9e6;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #dd683e;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #dd683e;
  }
  .hero-slider-nav {
    padding-bottom: 43px;
    padding-left: 45px;
    font-size: 9px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .logo {
    height: 45px;
    margin-left: 25px;
  }
  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-call-us-block {
    width: 154px;
    height: 40px;
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 0px;
  }
  .header-call-us-block.phone {
    width: 120px;
  }
  .header-call-title {
    font-size: 14px;
  }
  .header-call-title.number {
    font-size: 13px;
  }
  .header-phone-icon {
    height: 23px;
    margin-right: 5px;
  }
  .hero-section {
    padding-top: 70px;
  }
  .hero-slider {
    height: 400px;
  }
  .hero-slide-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slider-content-block {
    bottom: 80px;
    width: 70%;
    padding: 25px;
  }
  .slider-content-block.subpage.smaller {
    width: 90%;
  }
  .hero-slide-title {
    font-size: 25px;
    line-height: 23px;
  }
  .hero-slide-title.subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .slider-intro-title {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
  }
  .section {
    padding: 25px;
  }
  .section.cta {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.intro-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section.tint.team-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .home-intro-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-intro-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-intro-block {
    height: 100px;
    margin-bottom: 20px;
  }
  .home-intro-block.sidebar {
    height: auto;
    padding-left: 70px;
  }
  .home-intro-icon-block.sidebar {
    width: 50px;
    height: 50px;
    padding-top: 11px;
  }
  .home-intro-title.sidebar {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 23px;
  }
  .full-col-left {
    height: auto;
    padding-left: 0px;
  }
  .full-col-right {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-content-block {
    width: 100%;
    padding: 25px;
  }
  .column-content-block.right {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-title {
    margin-bottom: -3px;
    line-height: 22px;
  }
  .column-title.main-title {
    margin-bottom: 13px;
  }
  .column-title.main-title.service-intro {
    font-size: 24px;
    line-height: 28px;
  }
  .column-title.main-title.smaller {
    font-size: 29px;
    line-height: 28px;
  }
  .button.with-arrow.dark.bottom-left {
    position: static;
    margin-top: 10px;
  }
  .button.with-arrow.bottom-left {
    position: static;
  }
  .button.cta-button {
    margin-top: 0px;
  }
  .button.cta-button.with-arrow {
    margin-top: 0px;
    margin-left: 0px;
  }
  .right-column-check-list {
    margin-top: 20px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .section-title-wrapper {
    margin-bottom: 20px;
  }
  .contact-us-col-left {
    padding-right: 20%;
    padding-left: 0px;
  }
  .contact-us-col-left.contact-page {
    padding-right: 0%;
  }
  .footer {
    padding-top: 25px;
  }
  .bottom-footer-block {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .contact-column-wrapper {
    padding-left: 20px;
  }
  .intro-text-column {
    padding-right: 0px;
    padding-bottom: 0px;
    border-right-width: 0px;
    border-right-color: #000;
  }
  .checklist-column {
    padding-top: 20px;
    padding-left: 0px;
  }
  .cta-col-right {
    padding-left: 0px;
    text-align: left;
  }
  .page-header-overlay {
    padding: 160px 25px 45px;
  }
  .page-header-overlay.about-our-team {
    padding-top: 140px;
    padding-bottom: 25px;
  }
  .page-intro-title {
    font-size: 16px;
  }
  .team-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-column._2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-title.title {
    margin-bottom: 10px;
  }
  .sidebar-col-right {
    padding-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-column-left {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .overall-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-column-right.client-introductions-right {
    padding-right: 0px;
  }
  .overall-column-right.recruiting-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .service-block-title {
    font-size: 19px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 25px;
    padding-top: 9px;
  }
  .hero-slider-nav {
    padding-left: 25px;
  }
  .cta-col-left {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
  .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
  .logo {
    height: 38px;
    margin-left: 5px;
  }
  .header-call-us-block {
    width: 125px;
    margin-left: 5px;
    padding-top: 4px;
    padding-left: 5px;
  }
  .header-call-us-block.phone {
    width: 130px;
  }
  .header-call-title {
    font-size: 13px;
    line-height: 15px;
  }
  .header-phone-icon {
    height: 28px;
    margin-top: 4px;
    margin-right: 4px;
  }
  .hero-slider {
    height: 370px;
  }
  .hero-slide-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-content-block {
    width: 85%;
    padding: 20px;
  }
  .slider-content-block.subpage {
    padding: 12px 14px;
  }
  .slider-content-block.subpage.smaller {
    width: auto;
  }
  .hero-slide-title {
    font-size: 18px;
    line-height: 17px;
  }
  .hero-slide-title.subtitle {
    font-size: 13px;
    line-height: 15px;
  }
  .slider-intro-title {
    top: -30px;
    height: 30px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 9px;
    line-height: 30px;
  }
  .section {
    padding: 20px;
  }
  .section.tint.team-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .home-intro-block {
    height: auto;
    padding-left: 58px;
  }
  .home-intro-icon-block {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  .home-intro-title {
    margin-bottom: 5px;
  }
  .home-intro-icon {
    height: 19px;
  }
  .column-content-block {
    padding: 20px;
  }
  .column-content-block.right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-title {
    margin-bottom: -8px;
    font-size: 15px;
  }
  .column-title.main-title {
    font-size: 25px;
    line-height: 25px;
  }
  .column-title.main-title.service-intro {
    font-size: 21px;
    line-height: 23px;
  }
  .column-title.main-title.smaller {
    font-size: 24px;
    line-height: 25px;
  }
  .button.cta-button {
    margin-left: 6px;
    font-size: 13px;
    line-height: 17px;
  }
  .image-section-overlay {
    padding: 20px;
  }
  .field {
    height: 44px;
    margin-bottom: 4px;
  }
  .section-title-wrapper {
    margin-bottom: 20px;
  }
  .contact-us-col-left {
    padding-right: 10%;
  }
  .bottom-footer-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-column {
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
  }
  .page-header-overlay {
    padding: 130px 20px 25px;
  }
  .page-header-overlay.about-our-team {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .page-intro-title {
    font-size: 13px;
    line-height: 19px;
  }
  .team-block {
    padding: 18px;
  }
  .team-block._2 {
    padding-right: 18px;
  }
  .team-membe-rphoto {
    width: 80px;
  }
  .team-member-title {
    font-size: 20px;
    line-height: 23px;
  }
  .intro-paragraph {
    font-size: 17px;
    line-height: 21px;
  }
  .overall-column-left.recruiting-left {
    padding-right: 0px;
  }
  .overall-column-right.client-introductions-right {
    padding-right: 0px;
  }
  .services-column {
    padding-bottom: 14px;
  }
  .service-image-block {
    height: 130px;
  }
  .menu-button {
    height: 40px;
    margin-right: 15px;
  }
  .hero-slider-nav {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

