@media (max-width: 780px) {
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    transition: 1s;
  }

  .menuicons {
    display: none;
  }

  .navborder {
    display: none;
  }

  .logo {
    left: 20px;
    top: 20px;
    width: 90px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }

  .open {
    right: 20px;
    left: auto;
  }
  .black-arrow-box {
    width: 70px;
    height: 70px;
    left:0px;
  }

  .arrow-down {
    padding-left:20px;
  }

  .columns-to-flex-right,
  .top-footer-container {
    display: block;
  }

  .black-arrow-link {
    left: 0px;
  }
  .tel {
    display: none;
  }

  .no-padding-top-mobile {
    padding-top: 0px;
  }

  .content-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  #pagination {
    position: fixed;
    bottom: 0;
    opacity: 1;
    z-index: 10;
    width: 100%;
    display: none;
    transition: 1s;
    height: 80px;
    left: 0;
  }
  .js-scroll {
    opacity: 1;
  }

  .footer {
    display: block;
  }

  .page_number {
    background: #000000;
    width: 30%;
    text-align: center;
    height: 100%;
    margin: auto;

    margin: 0;
    transition: 1s;
    padding-top: 30px;
  }

  .nav_font {
    font-size: 16px;
    color: white;
    margin: 0;
    transition: 1s;
  }

  .selected_page {
    font-weight: bold;
    color: white;
    font-size: 16px;
    margin: 0;
    transition: 1s;
    padding-top: 30px;
  }


.hide-desktop{
  display: block;
  
  }
  
  .hide-mobile{
  display: none;
  }

  .remove_margin {
    margin: 0;
  }

  .thumbnail_container {
    width: 30%;
    transition: 1s;
  }
  .thumbnail {
    width: 100%;
    transition: 1s;
  }
  .next_label {
    background: #fff;
    text-align: center;
    height: 100%;
    margin: auto;
    padding-top: 30px;
    margin: 0;
    width: 115%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav_label {
    font-size: 16px;
  }

  .hero-text {
    position: relative;
    top: auto;
    padding-top: 50px;
    text-align: left;
    color: #000;
    max-width: 100%;
  }

  .right-arrow {
    width: 30px;
  }

  .footer ul {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .divide {
    height: 1px;
    width: 100%;
    background: black;
    margin-left: 0px;
  }

  .remove_padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .services-left-aligned-slider-box {
    padding-left: 0px;
  }

  .bios-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .careers,
  .careers-box {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .remove_padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-services-slide,
  .bottom-services-slide {
    order: 2;
  }

  .top-services-image {
    min-height: auto;
    height: auto;
  }

  .footer-image-one img {
    margin-top: 50px;
    margin-left: 20px;
  }

  .footer-image-two img {
    margin-left: 20px;
  }

  .hero-text-contact-container {
    position: absolute;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .contact-hero-image {
    min-height: 600px;
    height: auto;
  }

  .top-services-text, .middle-services-text, .bottom-services-text{
    min-height:auto;
  }

  .text-padding-services{
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 2200px){


}