@media only screen and (max-width: 800px) {
  .btn-default,
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    font-size: 14px;
    padding: 13px 15px;
  }

  ul.header-menu li {
    margin-right: 20px;
  }
  .h1,
  h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .h2,
  h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .h3,
  h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .h4,
  h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .h5,
  h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .brand-logo span {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1473px) {
  .home-page-hero-separator {
    height: 50rem;
  }
}

@media only screen and (max-width: 1280px) {
  .home-page-hero-separator {
    height: 44rem;
  }
}

@media only screen and (max-width: 1170px) {
  .home-page-hero-separator {
    height: 38rem;
  }
}

@media only screen and (max-width: 1080px) {
  .home-page-hero-separator {
    height: 37rem;
  }
}

@media only screen and (max-width: 1020px) {
  .home-page-hero-separator {
    height: 34rem;
  }
}

@media only screen and (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .h2,
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .h3,
  h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .h4,
  h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .h5,
  h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .h6,
  h6 {
    font-size: 14px;
  }
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header .request-call-btn {
    display: none;
  }
  .mob-menu-btn {
    width: 32px;
    height: 27px;
    cursor: pointer;
    position: relative;
  }
  .mob-menu-btn span {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 28px;
    height: 3px;
    border-radius: 9px;
    transition: all 0.3s ease-in-out 0s;
  }
  .mob-menu-btn span:nth-child(2) {
    margin: 6px 0;
  }
  .mob-menu-btn.active span {
    position: absolute;
    left: 0;
    top: 10px;
  }
  .mob-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    width: 28px;
  }
  .mob-menu-btn.active span:nth-child(2) {
    display: none;
  }
  .mob-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    width: 28px;
  }
  body.home-page.menu-open {
    overflow: hidden;
  }
  .main-navigation {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: none;
    position: absolute;
    border-top: 1px solid #f3f6f8;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
  }
  .main-navigation.active {
    display: flex;
  }
  ul.header-menu {
    width: 100%;
  }
  ul.header-menu li {
    margin: 0;
    display: block;
    text-align: center;
  }
  ul.header-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #1c3c55;
    padding: 20px 20px;
    letter-spacing: 0.5px;
    display: block;
    border-bottom: 0;
  }

  .home-page-hero-img:before {
    padding-top: 29rem;
  }
  .home-page-hero-separator {
    height: 34rem;
  }
}

@media only screen and (max-width: 930px) {
  .home-page-hero-separator {
    height: 31rem;
  }
}
@media only screen and (max-width: 850px) {
  .home-page-hero-separator {
    height: 28rem;
  }
}

@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .h2,
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .h3,
  h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .h4,
  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .h5,
  h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  section {
    padding-top: 40px;
    height: auto;
  }

  .brand-logo {
    margin-right: 10px;
  }
  .brand-logo img {
    width: 40px;
  }
  .brand-logo span {
    font-size: 1.15rem;
    line-height: 18px;
  }
  .brand-logo span br {
    display: block;
  }

  .page-wrap {
    margin-top: 71px;
  }

  .timeline-wrap-new {
    display: none;
  }
  .timeline-wrap-new.twn-mobile {
    display: block;
  }
  .timeline-wrap-new .timeline-row-new {
    width: 100%;
  }
  .timeline-wrap-new .timeline-row-new:after {
    display: none;
  }
  .timeline-wrap-new .timeline-row-new .timeline-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-wrap-new .timeline-row-new .timeline-content:after {
    top: auto;
    bottom: -50px;
    left: 50%;
    width: 3px;
    height: 50px;
  }

  .home-page-hero-img:before {
    padding-top: 12rem;
  }
  .home-page-hero-separator {
    height: 24rem;
  }
  .home-team-section h2 {
    font-size: 30px;
  }
  .home-services-provide .container {
    padding: 0px;
  }
  .services-provide-list li,
  .services-provide-list li:nth-child(2) {
    flex-flow: wrap;
    margin: 0;
  }
  .services-provide-list li .spl-image {
    width: 100%;
    text-align: center;
  }
  .services-provide-list li .spl-image img {
    width: 100%;
    height: 343px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .services-provide-list li .spl-content,
  .services-provide-list li:nth-child(2) .spl-content {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 15px solid #1c3c55;
    min-height: auto;
    padding: 40px 15px;
  }

  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .col-md-4.footer-block {
    order: 2;
  }
  footer .col-md-3.footer-block {
    order: 3;
  }
  footer .col-md-5.footer-block {
    order: 1;
  }
  ul.footer-menu li {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .team-ind-section .team-member-image h1 {
    display: block;
    margin-bottom: 12px;
  }
  .team-ind-section .team-ind-content h1 {
    display: none;
  }

  .team-member-row .team-member-block,
  .team-member-row .team-member-block:nth-of-type(even) {
    flex-flow: wrap;
  }
  .team-member-block .team-member-image,
  .team-member-block .team-member-content {
    width: 100%;
  }
  .team-member-block .team-member-image img {
    width: 100%;
    height: 480px;
    object-position: top;
  }
  .team-member-row .team-member-block:nth-of-type(even) .team-member-content {
  }
  .team-ind-section .team-member-image {
    margin-bottom: 15px;
  }
  .management-team-row .team-member-blocks img {
    height: 150px;
  }
  .management-team-row .team-member-blocks {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  .management-team-row .team-member-blocks h3 {
    font-size: 16px;
  }

  #trust-management .row:last-child,
  #esg-investing .row:nth-child(even),
  #estate-planning .row:nth-child(even),
  #tax-services .row {
    flex-flow: column-reverse;
  }
  .read-article-img {
    width: 73.5%;
  }
}

@media only screen and (max-width: 680px) {
  .home-page-hero-separator {
    height: 20rem;
  }
}

@media only screen and (max-width: 415px) {
  .home-page-hero-separator {
    height: 14rem;
  }
}
